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)
In DCB, what is LRECL,BLKSIZE,DSORG
How many positional parameters are there in job statement?
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
How do you handle empty files in a JCL ?
How to delete generations of gdg without deleting gdg base?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
What is the use of symbol // in jcl?
how can you check if a file is empty using jcl?
What will happen if two JOB statements are mentioned in an JCL continuously.
when does a dataset go uncataloged?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem