how you will define a temporary dataset in jcl?
Answer / biprajit
You need to use '&&' before the Dataset name; example- DSN=&&temp ;
| Is This Answer Correct ? | 1 Yes | 0 No |
Can we write same stepname for one or more steps in on job ?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
What parameters can be used to limit the number of records written to a sysout dataset?
if we give TIME=0 how many sec that job/step
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
What is S322 abend ?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
What do you feel makes a good program?
How to execute step2,step1,step3 when step1,2&3 are in order