How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / harsha
Yes, we can read data from Temporary dataset as long as job
is running. Once the job is executed, temporary datet is
deleted.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain dfsort utility?
Is there any command to check wether the ps file is in sorted order?
List in order the hierarchical levels of jcl?
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 s0c1, s0c4, s0c5, s0c7 and socb?
how do you code a null statement?
What is the maximum length of a single line of jcl?
what is “Cond= even” and “Cond=only”?
How is a type of file defined in the jcl that executes the cobol program?
what is use of disp parameter in dd statement?
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?
how would you create a temporary dataset? And where will you use them?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How can a jobs execution priority be modified?
Is condition checking possible in jcl? If yes, how?