How to pass the temp dataset form one JOB step to another?
Answer Posted / kumar
By coding DISP=PASS,Delete on dd statement,it passes the
dataset to
another dataset.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is “Cond= even” and “Cond=only”?
what is the purpose of coding notify parameter in job statement?
Explain about ISPF/TSO Commands
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How jcl work to handle various input output file operations?
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) ?
Where & How Do You Code Identifier In Jcl?
What are steplib and joblib? What for they are used?
Explain the purpose of the dd keylen parameter?
Explain how can a jobs execution priority be modified?
What does a disposition of (new,catlg,keep) for a dsn mean?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
how you will the direct the data to spool using sysout option?