What statement marks the end of an in-stream or catalogued procedure?
Explain the jcl exec statement?
How is a dataset passed from one step to another?
what is a steplib
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?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is the function of //jcllib statement?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
What are the default system and catalog libraries in JCL?
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
what are the statements that are not valid to be included in an include statement?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B