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
how to run batch program without jcl?
What is jcl in mainframe?
What are the jcl procedures?
how JCL works?
Explain the hierarchy levels in jcl?
what is the resolution for sb37 error
how you can access an uncataloged dataset in a JCL?
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) ?
How is the record format of an output dataset specified?
How can return codes be tested before execution of a job step?
Explain the function of dd disp parameter?
how would you create a temporary dataset? And where will you use them?
Is it possible to define dd statements as you want?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is the use of IEBGENER utility?