What is order of searching of the libraries in a JCL?
Answer Posted / vigneshraj
jpa (job pack area )
tasklib
job/steplib
lpa(link pack area)
linklistxx or procxx
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How can an in-stream dataset be terminated?
Describe the various parameters utilized in the creation of a gdg?
What parameter of the job statement is used to limit the cpu time consumed by the job?
how you can direct the data to spool using SYSOUT option?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
In job processing, what happens in execution stage?
Explain the function of the dd dcb keyword?
what is the purpose of coding notify parameter in job statement?
what is a jcl?
What is the significance of addrspc parameter in the exec statement?
Can I share my data with other jobs? How?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?