How do you designate a comment in JCL?
Answer / guest
The comment statement is //* followed by the comments.
| Is This Answer Correct ? | 30 Yes | 1 No |
What is the function of the dd dcb keyword?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
what's the significance of freespace(0 0) and freespace(100 100)
Do we need to code DCB parameters when using DISP position as MOD?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
How to print data of sequential file to Spool..?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
how can u understand ps and pds from their names ?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?