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 |
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
Explain in DD statement what is the use of DCB parameter?
what happens if job falls in loop ? how to resolve it ?
how you will define a temporary dataset 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 is JOBLIB ?
describe the job statement, its meaning,syntax and significant keywords?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain the function of a dd statement?