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)
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
What is the difference between joblib and jcllib statements
Explain the purpose of the dd keylen parameter?
What is default if we don't specify RD parameter at all ?
shall we concordinate two different length dataset in to a new date set.
how to convert fb to vb in jcl ?
Explain about CBL/PROCESS statement syntax
List the various advantages of using jcl language?
Explain about LMINIT - generate a data ID for a data set
What is Cataloged Procedures?
wt will happen to the step of a job if u code COND=ONLY