1)what is compilation jcl for cobol program but it is
calling another program 2)what is compilation jcl for cobol
program but it is calling another program(in this, main
program is pure cobol but sub program is cobol+db2
program.can anyone please answer me for above questions.
it's very urgent
Answer Posted / mohan.chepuri
1) no it is not calling the another pgm,it wil compile
current pgm
2)no
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the parameters that are used in creating a gdg?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
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 statement can be used to send data to another mvs jes3 node?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain the function of the steplib dd statement?
How do you submit a job for execution?
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
Explain the function of a dd statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the significance of addrspc parameter in the exec statement?
A dd statement consists of 4 fields. Name them?