How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / eswaran
//FSS127A JOB NOTIFY=&SYSUID,PRTY=15
//STEP1 EXEC PGM=IEFBBR14
//DD1 DD DSN=&&DATASETNAME
//
TEMPORARY DATASET NAME SPECIFIED BY &&
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
Explain the function of dd disp parameter?
What is timing concept in mainframe?
What is the use of symbol // in jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
What are the 2 types of parameters in dd statement?
What are steplib and joblib?
Name a few IBM utility programs, and explain its function.
How does the jcl specify the job to os?
Is their any limit for data sets?
What is the function of //jcllib statement?
How is the record format of an output dataset specified?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Are there any set of rules for the names of the steps used in a job? What are they?
what are JCLLIB and STEPLIB in JCL?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?