Answer Posted / mani
For an output file DUMMY specifies that the output is to be
discarded. For input it specifies that the file is empty.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
In job processing, what happens in execution stage?
How can an in-stream dataset be terminated?
how to do automated restart when a job abends?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How can values be passed from the job stream to an executable program?
What is the function of job statement in jcl?
What is the function of dd name parameter with a 2 part structure; audit.report?
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?
What is the maximum length of a single line of jcl?
How can the submitting users racf authority be overridden in a job stream?
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 happens if both JOBLIB & STEPLIB is specified ?
Explain the hierarchy levels in jcl?