How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / shriram10
- No, you can not see data in temporary data set.
- Because temporary data sets are created during jobs
execution and terminated after completion of the job.
- It is used to release the space utilized by the data set
after termination of the job.
correct me if i am wrong
thanks
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
How can unused space allocation be returned to the system when a dataset is closed?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How is the record format of an output dataset specified?
How can the submitting users racf authority be overridden in a job stream?
what is the purpose of coding notify parameter in job statement?
What is the maximum length of a single line of jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what is the purpose of coding class parameter in job statement?
How to submit a jcl from cics?
How can an in-stream dataset be terminated?
how can the same proc be re-used and called by many jobs?
how you will the direct the data to spool using sysout option?
Does jcl support automatic restart?
How is a type of file defined in the jcl that executes the cobol program?