Can a temporary dataset be converted to permanent dataset
and vice-versa in the middle of a job ?
Answer Posted / 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 |
Post New Answer View All Answers
How dummy is used in jcl?
What happens if both JOBLIB & STEPLIB is specified ?
Where can program checkpoints be stored for use in a restart?
What is the difference between the positional and keyword parameters? Give examples.
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain dd statement in jcl?
What are the 4 fields in dd statement?
How can a stopped job be started again?
What is timing concept in mainframe?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Must tape dataset definitions include vol=ser specifications?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain the function of //jcllib statement?
How does the jcl specify the job to os?
which parameter is use to declare the name of dataset in dd statement?