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
Answer Posted / rakesh jena
Simply you will copy all the 10 flat files into GDG base.
Then thry ISPF3.4 option menu you can see all the o/p of
flat would be available in last 10 current version of GDG
file. Please let me know if i am wrong but after try once.
We are using this method always in our pjct.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How does jcl act on a cobol code?
how to run batch program without jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How can a fb file convert to vb file using sort program?
In job processing, what happens in execution stage?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How would you understand error(execution phase)?
How can the submitting users racf authority be overridden in a job stream?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the function of //cntl statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?