Answer Posted / vijay khalane
IT WILL TAKE DEFAULT TIME SET BY SYSTEM...
IT WONT ABEND AND RUN SUCCESFULLLY...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
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 submit jcl through a cobol program?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Can we call instream to catalog and catalog to instream?
What is the function of //jcllib statement?
define cond parameter in jcl?
what is the purpose of coding class parameter in job statement?
what are the various stages of job processing?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the purpose of dd dummy statement?
what is the resolution for sb37 error
how do you access an uncataloged dataset in a jcl?
What statement can be used to send data to another mvs jes3 node?
Must tape dataset definitions include vol=ser specifications?