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 program opens the file in EXTEND mode. What happens ?
3 13922
Explain the hierarchy levels in jcl?
how to run batch program without jcl?
Why include statement is used in a jcl?
What do you understand by jcl?
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
Which dd parameters are required?
Are there any set of rules for the names of the steps used in a job? What are they?
Is condition checking possible in jcl? If yes, how?
What is one line to pass PARM from JCL to COBOL?
List the various advantages of using jcl language?
Is it possible to left uncode disp?
How to pass the parameter in parm using linkage section ? (syntax)?
which parameter is use to declare the name of dataset in dd statement?
What is the function of //jcllib statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?