How to use LDA in submited job?
30 pts.
0
Q:
How to use LDA in submited job?
what is the use of LDA in interactive session for user ? what is the role of local data area?
ASKED: Feb 4 2009  12:01 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
535 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Hi,

The LDA is unique to a job and is normally used for storing temporary settings or data. This dates back to the System/36 which didn't allow calling of programs with parameters and didn't have a QTEMP library.

Modern programs tend to use the QTEMP library instead.

Submitted jobs have their own LDA.

Regards,

Martin Gilbert.


From WaltZ400:

If you modify the LDA in your interactive job and then submit a batch job, the LDA in that batch job will contain the same values as the job it is submitted from. This is an easy way to pass data to a batch job. The LDA can be read in a CL program, and RPG program or a Cobol program.
Last Answered: Feb 4 2009  5:19 PM GMT by WaltZ400   535 pts.
Latest Contributors: Gilly400   23625 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0