Answer Posted / asdfaef
WE CAN CREATE 255 GENERATIONS AND 9999 VERSIONS
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
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
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 ?
What is concatenating?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the purpose of dd?
what is the difference between JES3 and JES2?
Is it possible to define dd statements as you want?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Why include statement is used in a jcl?
What is the purpose of the dd keylen parameter?
How can the disposition of sysout datasets be set for an entire jobstream?
what is JCL?
how to do automated restart when a job abends?
What dd statement is used to supply the name of a dataset?