Answer Posted / ramya
Using COND operator if the condition is true it does not
execute
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What does a disposition of (MOD,DELETE,DELETE) mean ?
What are the 4 fields in dd statement?
What is the significance of addrspc parameter in the exec statement?
Differentiate between addressing mode and run mode.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
how do you access an uncataloged dataset in a jcl?
Is automatic restart possible in jcl?
For what purpose steplib and joblib are used ?
Explain how can the submitting users racf authority be overridden in a job stream?
define cond parameter in jcl?
What is condition checking in jcl? Is this possible?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
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
what are the various stages of job processing?
Is acct parameter mandatory?