I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / mohammadanis
All the Jobs will be submitted.If all the jobs are of same
job name then they will go one by after another in FIFO
bases.If their names are different,then dependin on
availability of initiator,multiple jobs can run concurrently
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
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?
How to run cobol program using jcl?
When output dataset space is required, what quantity categories are used?
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
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
which utility is used a dummy utility?
what is the JCL statement consists of?
Why include statement is used in a jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
What are the difference between jcl and jes?
What are the 2 types of parameters in dd statement?
How to override loadlib?
Why block size is multiple of lrecl in jcl?
Differentiate between addressing mode and run mode.
Is condition checking possible in jcl? If yes, how?