Can a temporary dataset be converted to permanent dataset
and vice-versa in the middle of a job ?
Answer Posted / 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 |
Post New Answer View All Answers
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What are some jcl statements that are not allowed in procedures?
how would you create a temporary dataset? And where will you use them?
Explain the function of the steplib dd statement?
Is there any command to check wether the ps file is in sorted order?
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) ?
What are the parameter we cannot use in procedure?
Explain the function of dd disp parameter?
Explain about LMQUERY�give a dialog information about a data set
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what sort card you will use to copy the data from one dataset to another dataset?
For what purpose steplib and joblib are used ?
How to pass data to a program that is coded in an exec statement?
Is it possible to left uncode disp? If yes, how?