0 pts.
 Access LDA for job waiting on a JOBQ
Is there a way to access the LDA for a job that is waiting in the JOBQ? I want to write a program to monitor jobs in a JOBQ and move them to other JOBQs based on information that is in the LDA.

Software/Hardware used:
ASKED: October 17, 2005  2:11 PM
UPDATED: November 15, 2009  7:24 AM

Answer Wiki:
I think there is no way But If you can see it with dspjob, the the corresponding API will give it to your program
Last Wiki Answer Submitted:  October 18, 2005  1:41 am  by  JPLamontre   0 pts.
All Answer Wiki Contributors:  JPLamontre   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Tango/04 Computing Group produce a product called Visual Support Pro that allows you to look at the LDA of any job on the system. This suggests that you can retrieve this information (although it does not allow you to update it). However, it does not help with the key question…..HOW do you retrieve the info. Sorry!

 0 pts.

 

Accessing the LDA of a job on a *JOBQ quite possibly requires unsupported internal interfaces. And it seems to be an unnecessarily complicated way to go about the task.

A routing program can access the LDA directly. Why not use the facility that’s intended for the task?

Tom

 107,735 pts.