How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / rahul
We cannot browse temp datasets, rest to see the tem
datasets , above answers are correct.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
When output dataset space is required, what quantity categories are used?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Name the statement which can be used to send data to another mvs jes3 node?
a dd statement has 2 types of parameters. Name them?
what are the types of abends that occur on job failure? And explain the possible causes of these
What parameter of the job statement is used to limit the cpu time consumed by the job?
I need exexution process for JCL programs
How to alter the parameters for the existing gdg?
For what purpose steplib and joblib are used ?
Explain how can an in-stream dataset be terminated?
What is the function of the dd avgrec keyword in sms datasets?
What is concatenating?
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?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?