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 is the difference between the positional and keyword parameters? Give examples.
how you can direct the data to spool using SYSOUT option?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Are there any set of rules for the names of the steps used in a job?
How can the attributes of one sms dataset be copied to another dataset?
What is condition checking in jcl? Is this possible?
How does jcl specify the job to the operating system?
which parameter is use to declare the name of dataset in dd statement?
What is the function of dd disp parameter?
Can I send output of job to my remote device careerride123?
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.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how to do automated restart when a job abends?
Explain about LMQUERY�give a dialog information about a data set
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?