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
Matching Logic in Jcl not in cobol.Could any one please answer this question
Name a few IBM utility programs, and explain its function.
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Is acct parameter mandatory?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is catelog procedure and how many catelog procedure to use in one job?
What do you understand by the terms: joblib and steplib?
What is NOTCAT ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the function of //jcllib statement?
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
what are the various stages of job processing?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what are the types of abends that occur on job failure? And explain the possible causes of these
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