wht is step lib n job lib ? where can we code joblib n steplib ?
Answer Posted / tanmay
Joblib is written before the STEP and it gives the library
name where the program resides.
Step lib is coded in any step and tells the library where
the program resides.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job?
Brief description of inline procedure of jcl.
What is the maximum length of a single line of jcl?
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
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How do you submit a job for execution?
Where & How Do You Code Identifier In Jcl?
Explain the function of //cntl statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Which statement is used to identify the private libraries in job?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How does jcl act on a cobol code?
What is NOTCAT ?
How jcl is used for testing batch programs?
What is the function of the dd dcb keyword?