If your job fails at particular step then what would be the
return code for next steps
Answer Posted / sdexcellent@yahoo.co.in
flushed
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure?
Is automatic restart possible in jcl? If yes, how?
How jcl work to handle various input output file operations?
Differentiate between addressing mode and run mode.
How dummy is used in jcl?
What is timing concept in mainframe?
Is there any command to check wether the ps file is in sorted order?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what are JCLLIB and STEPLIB in JCL?
Explain how can a stopped job be started again?
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 JCL?
Is it possible to left uncode disp?
Is their any limit for data sets?
Name the parameters which can be used to limit the number of records written to a sysout dataset?