Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL.
Thanks for help in advance.
No Answer is Posted For this Question
Be the First to Post Answer
What is CALL statement in COBOL?
What is sqlca and why is it needed in any cobol-db2 program?
How do we get current date from system with century in COBOL?
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
What guidelines should be followed to write a structured Cobol program?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290
period is missing in the cobol program which error we getting
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
what is the difference between COBOL2 AND COBOL390?
Difference between cobol and cobol-ii?