How to execute 300 steps in a Job?
Answer Posted / jugal kishor
Answer number 10 is not correct, the total number of steps
in all the procs <= 255
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of disp parameter?
When output dataset space is required, what quantity categories are used?
Explain the function of job statement in 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
how JCL works?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What are the rules employed while naming the steps in a job?
How does jcl act on code(if you take a cobol program)?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
which parameter is use to declare the name of dataset in dd statement?
how do you access an uncataloged dataset in a jcl?
which utility is used to run a cobol-db2 program?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
how you can direct the data to spool using SYSOUT option?