85 pts.
 dataarea
as of i know, whenever the program runs dataarea is created. how it know for which program which dataarea is created. please let me know

Software/Hardware used:
ASKED: September 23, 2009  4:43 AM
UPDATED: September 23, 2009  12:48 PM

Answer Wiki:
Not sure what you're asking but try DSPPGMREF. The Display Program References (DSPPGMREF) command provides a list of the system objects referred to by the specified programs. ========================================== I'm confused But I think I've got your question. The *LDA is associated with a job, any programs called in that job will be able to use that data area. Each job has a data area, *LDA It's unique to the job, is created when the job starts and deleted when the job ends. Some programs use this data area to pass data to other programs in the same job. The *LDA from one job cannot be seen by other jobs Phil
Last Wiki Answer Submitted:  September 23, 2009  10:56 am  by  Whatis23   5,665 pts.
All Answer Wiki Contributors:  Whatis23   5,665 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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