How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / sreedhar naidu dhekodna
There are no mandatory parameters for a Job statement in
general.If any of the parameters are omitted then the
system defined default value will be taken for that
parameter.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Why block size is multiple of lrecl in jcl?
What is NOTCAT ?
Explain dfsort utility?
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?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain how can return codes be tested before execution of a job step?
How to override loadlib?
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 is the significance of addrspc parameter in the exec statement?
Explain how can an in-stream dataset be terminated?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the difference between run mode and addressing mode?
What is the function of //jcllib statement?