What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answer Posted / lovely
Specifies no space allocation & no disposition processing
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
what operation is performed by job statement?
Explain the job statement in jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain the function of a dd statement?
what is use of space parameter in dd statement?
Explain in DD statement what is the use of DCB parameter?
How can values be passed from the job stream to an executable program?
What is the function of dd disp parameter?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
how would you create a temporary dataset? And where will you use them?
What is the purpose of dd * statement in jcl?
What is the difference between run mode and addressing mode?
A dd statement consists of 4 fields. Name them?
how to run batch program without jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?