Answer Posted / sandeep
job
exec
dd
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
how would you create a temporary dataset? And where will you use them?
Differentiate between the joblib and the steplib statements?
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
What are the 2 types of parameters in dd statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what are the statements that are not valid to be included in an include statement?
Is there any command to check wether the ps file is in sorted order?
Explain about LMQUERY�give a dialog information about a data set
What is multithreading in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Does jcl support automatic restart?
What are some jcl statements that are not allowed in procedures?