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
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
What is the difference between working storage copybook and linkage section copybook?
What is different between variable length and fixed length?
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
) What is the use of IGNORE?
How we copy a program from production region to development region.What is the process & syntax ?
Minimum how many Number of Paragraphs are there in ID- Divison?
What divisions, sections and paragraphs are mandatory for a COBOL program?
what is the diff b/w select stsmt and cursor ?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
hw to create 3 dimensional array & hw to access it?