what is a MODELDSCB?
Answer / venu
MODELDSCB is a model dataset,once you created the GDG base
then only you can create model data set through IEBGENER
Utility.this is Refer the DCB parameters.
| Is This Answer Correct ? | 5 Yes | 0 No |
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.
What is the difference between static call & Dynamic call ?
How would you understand error(execution phase)?
how to split a file
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 is JCLLIB and PROCLIB in jcl and their syntax
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
i just need the first and last record from a sequencial file?how
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
Is it possible to left uncode disp?
How do you access an uncatalogued dataset in a jcl?