What parameter directs the output of the job log dataset?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
What is QSAM error usually when it is occurs?
What is the difference between sb37,se37,sd37 each?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
i need some shortcuts and tso commands can any on ehelp me in these ?
What is DATACOM db?
What is JOBLIB ?
Can we use empty VSAM as input?
Explain the function of //jcllib statement?
what is a null indicator in db2?
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