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 SOC4 error?
I need exexution process for JCL programs
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Why block size is multiple of lrecl in jcl?
Explain how can return codes be tested before execution of a job step?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
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
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain the purpose of dd * statement in jcl?
How can the attributes of one sms dataset be copied to another dataset?
Is it possible to left uncode disp?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Name what parameter directs the output of the job log dataset?
Is automatic restart possible in jcl? If yes, how?