A dd statement consists of 4 fields. Name them?
No Answer is Posted For this Question
Be the First to Post Answer
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
how can you check if a file is empty using jcl?
The maximum number of in-stream procedure you can code in any JCL is ?
Can we give two user name in NOTIFY parameter in JOBCARD
Max. No of DD statements in a job ?
Explain about LMCOPY -
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
What are three parameters you can specify on Job statement as well as on exec stmt ?
How to empty the records in jcl
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?