How to alter the parameters for the existing gdg?
No Answer is Posted For this Question
Be the First to Post Answer
Does jcl support automatic restart?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
how you can direct the data to spool using SYSOUT option?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
What is the purpose of the PARM keyword in the EXEC statement?
How is a new GDG coded?
what's the significance of freespace(0 0) and freespace(100 100)
What is Backward Referencing ?
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
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