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


Please Help Members By Posting Answers For Below Questions

Explain dfsort utility?

675


How would you understand error(execution phase)?

635


Is their any limit for data sets?

706


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) ?

1773


Is it possible to left uncode disp? If yes, how?

708






What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2001


How can a stopped job be started again?

716


How is the record format of an output dataset specified?

747


Explain how can the submitting users racf authority be overridden in a job stream?

677


What is the function of job statement in jcl?

638


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

610


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1990


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?

790


What do you understand by the term job time – out and how can you overcome that?

608


what is DSN in JCL and what are the parameters to declare the DSN?

725