What is the difference between joblib and jcllib statements
Answer Posted / prashanthkodakani
hi mrunmaya,
loadlib: its a load library it contain the load module of
the step, then joblib search the load modules of the steps
in loadlib.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
Does jcl support automatic restart?
Explain the purpose of the dd keylen parameter?
What is the significance of addrspc parameter in exec statement?
What is the function of //jcllib statement?
Is there any command to check wether the ps file is in sorted order?
How dummy is used in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How can an in-stream dataset be terminated?
In job processing, what happens in execution stage?
How do you submit a job for execution?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
what is DSN parameter and DISP parameter is used for?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?