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
What are the jcl procedures?
How does the jcl specify the job to os?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
which utility is used to run a cobol-db2 program?
What do you understand by jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain the hierarchy levels in jcl?
Give the syntax of job specifying jcl statement.
what happens in execution stage in job processing?
how do you access an uncataloged dataset in a jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What does a disposition of (new,catlg,keep) for a dsn mean?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?