Can a temporary dataset be converted to permanent dataset
and vice-versa in the middle of a job ?
Answer Posted / 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 |
Post New Answer View All Answers
what is JCL?
how can you check if a file is empty using jcl?
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?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What are the 4 fields in dd statement?
Which statement is used to identify the private libraries in job?
Is automatic restart possible in jcl? If yes, how?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain the function of dd disp parameter?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain the function of the steplib dd statement?
Can I share my data with other jobs? How?
Explain how can a stopped job be started again?
I need exexution process for JCL programs
is there any way to execute more than one proc in the same exec statement at the same time..?