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 |
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
which utility is used to sort a file in jcl?
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?
What dd statement is used to supply the name of a dataset?
how to run batch program without jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
What is use of restart and how to use it?
how can the same proc be re-used and called by many jobs?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?