Answer Posted / kalaimani
exactly previous answers are correct. and also if no
steplib is providied for one particular jobstep, then it
wil take from joblib. it is not mandatory to give steplib.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the jcl exec statement?
what is the use of JCL?
Differentiate between addressing mode and run mode.
Explain the function of dd disp parameter?
Explain the function of //cntl statement?
what EXEC statement is and what is the syntax of EXEC statement used 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
whats the diff bw the evaluate also and and?
Define concatenating?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
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.
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?
How to do automated restart when a job abend?
Explain the function of a dd statement?
what is the difference between JES3 and JES2?