How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / shriram10
- No, you can not see data in temporary data set.
- Because temporary data sets are created during jobs
execution and terminated after completion of the job.
- It is used to release the space utilized by the data set
after termination of the job.
correct me if i am wrong
thanks
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When space is allocated for an output dataset, what units can be used?
a dd statement has 2 types of parameters. Name them?
How can return codes be tested before execution of a job step?
Mention the types of job control statements?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
how you can direct the data to spool using SYSOUT option?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain how can a stopped job be started again?
Is it possible to left uncode disp? If yes, how?
What is the significance of addrspc parameter in exec statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain dfsort utility?
Explain the function of dd disp parameter?
What is timing concept in mainframe?
What is the function of the dd mgmtclas keyword in sms datasets?