If i have defined an temperory dataset in step2, how can i
call back or use the same dataset in step5 of the same job
Answer Posted / ashwani
With the help of referback we can do so , the syntax is
//ddname dd dsn=*.stepname.ddname
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
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?
what is the purpose of coding class parameter in job statement?
What is the syntax of JCL statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What are steplib and joblib?
Describe the various parameters utilized in the creation of a gdg?
How does jcl act on a cobol code?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain how can the attributes of one sms dataset be copied to another dataset?
Is acct parameter mandatory?
how to compare two datasets without using superce because output is limited to 133 bytes
what is the resolution for sb37 error
What is the purpose of dd dummy statement?