How do you create a temporary dataset? Where will you use them?
Answers were Sorted based on User's Feedback
Answer / guest
Temporary datasets can be created either by not specifying
any DSNAME or by specifying the temporary file indicator as
in DSN=&&TEMP. We use them to carry the output of one step
to another step in the same job. The dataset will not be
retained once the job completes.
| Is This Answer Correct ? | 48 Yes | 3 No |
Answer / neeraja
If you want to use the Temp Data set in the subsequent
steps then you should give the Disposion Pass.
| Is This Answer Correct ? | 28 Yes | 5 No |
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
What do you understand by the term job time – out and how can you overcome that?
what is instream data
What is the function of //jcllib statement?
How do you pass parameters to the program as the job is being executed ?
When output dataset space is required, what quantity categories are used?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
can u execute a proc from another proc?
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
What is NOTCAT ?
what JCL Procedures?