Can a temporary dataset be converted to permanent dataset
and vice-versa in the middle of a job ?
Answers were Sorted based on User's Feedback
Answer / pintokott
Yes, U can do it. Just give it DISP=(OLD,KEEP) or DISP=
(OLD,CATLG) in the middle of a job.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / paray2x
You cannot convert it directly.
You could have a step that copies this file to a catlagued
dataset as the final step in your job.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / nishant singhal
Pintokott, but the Temperorary dataset should have
disp=new. how it can have disp=old?????
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pintokott
Nishant Singhal, Temp DSet have disp=new only in first step.
In each next step it must have disp=old
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe the JOB statement, its meaning, syntax and significant keywords?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
What statement marks the end of an in-stream or catalogued procedure?
what is use of disp parameter in dd statement?
Can we Execute a job without specifying Job Name in the Job Card?
What do you do if you do not want to keep all the space allocated to a dataset?
In how ways you can pass the data from Jcl to cobol ?
Name the statement which can be used to send data to another mvs jes3 node?
wt will happen to the step of a job if u code COND=ONLY
Is their any set of rules for dd? Explain.
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
Is there any command to check wether the ps file is in sorted order?