I need exexution process for JCL programs
No Answer is Posted For this Question
Be the First to Post Answer
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
how to create gdg with out using idcams utility
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
when does a dataset go uncataloged?
explain concatinating datasets?
wht happens if blksize = 0 and lrec = 0 ?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
What is a Dummy Utility and what it does ?
What is STEPLIB, JOBLIB? What is it used for?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
how to concatenate datasets