What are the default system and catalog libraries in JCL?
Answer Posted / harish
joblib,jcllib,proclib,steplib
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in the exec statement?
what happens in execution stage in job processing?
What is the purpose of dd dummy statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
how JCL works?
How to pass data to a program that is coded in an exec statement?
Where & How Do You Code Identifier In Jcl?
How can values be passed from the job stream to an executable program?
What dd statement is used to supply the name of a dataset?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
which parameter is use to declare the name of dataset in dd statement?
how you can direct the data to spool using SYSOUT option?
What is the maximum length of a single line of jcl?
Explain the function of dd disp parameter?
Mention the types of job control statements?