List in order the hierarchical levels of jcl?
Answer / Dharmendra Choudhary
The JCL (Job Control Language) has four hierarchical levels: Job, Step, DD Statement Group (DDG), and Data Description (DD).
| Is This Answer Correct ? | 0 Yes | 0 No |
what is JCLLIB and PROCLIB in jcl and their syntax
How to get the last but one duplicate record of the file using Sort?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
what JCL Procedures?
Max generations in GDG??
in ways data can be passed to a COBOL program from JCL?
What is primary allocation for a dataset?
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?