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 are s0c1, s0c4, s0c5, s0c7 and socb?
How to pass data to a program that is coded in an exec statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How would you understand error(execution phase)?
Is it possible to left uncode disp?
Can an individual step be restricted from using all the jobs allowed cpu time?
Can I send output of job to my remote device careerride123?
Where can program checkpoints be stored for use in a restart?
List the various advantages of using jcl language?
how you will the direct the data to spool using sysout option?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Describe the various parameters utilized in the creation of a gdg?
In sms datasets, what is the function of the dd avgrec keyword?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is the difference between the positional and keyword parameters? Give examples.