How to ALTER the name of a GDG ?
Answers were Sorted based on User's Feedback
Answer / dedicated_programmer
Thanks Karthik,
But using,
ALTER -
GDG1(generation1) -
NEWNAME (GDG1(gen))
/*
will alter the name of the GDG member.
BUT IS THE BELOW ALSO CORRECT ? To change the name of the GDG.
ALTER -
GDG1 -
NEWNAME (GDG2)
/*
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / karthik
Use the IDCAMS Utility and give Alter newname statement in
the control card
e.g(Alter newname(XXXXXXXX.XX.XXX)
| Is This Answer Correct ? | 0 Yes | 2 No |
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?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
which utility is used to sort a file in jcl?
What are three major types of JCL statements? What are their functions?
how many max steps can we use in a job? pls answer to my question
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
Can we browse or edit the GDG dataset if it is a tape entry?
How can return codes be tested before execution of a job step?
How to send notification to multiple users through jcl???
A dd statement consists of 4 fields. Name them?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
how are instream data terminated?