do we need to mention the location of catalogued procedure for each it's call in a single job?
How can u know the current date using jcl?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
Is it possible to left uncode disp? If yes, how?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
What is use of restart and how to use it?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
How do you overcome this limitation ?
In DCB, what is LRECL,BLKSIZE,DSORG
what is fixed length and variable length and difference between them
Explain the function of the steplib dd statement?
what will be the error code if duplicate key of VSAM file is found?
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)