How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / praveen bejjanki
Some info regarding Temporary dataset:
1) They start with '&&'
2) They can be a maximum of 8char's, The first character
should be a Alphabet or National character remaining char's
can be numeric also.
3) These dataset's will usually have the disp parm
as 'Pass' Which indicates that the dataset is passed to the
subsequent steps in the jcl. But at the end of the jcl the
dataset will be deleted.
So, It's impossible to view the data in Temporary dataset.
@All: Correct me if i'm wrong.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Name a few IBM utility programs, and explain its function.
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain the function of the steplib dd statement?
When space is allocated for an output dataset, what units can be used?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is catelog procedure and how many catelog procedure to use in one job?
What is condition checking in jcl? Is this possible?
what is use of dsn parameter in dd statement?
Can we use DISP=SHR in output file in JCL
How can return codes be tested before execution of a job step?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What do you know about jcl?
How can the submitting users racf authority be overridden in a job stream?