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 are the different open modes available in cobol?
How do you define a variable of comp-1 and comp-2?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
file status 00 is checked after opening the file or reading the file
what is qualification on occurs clause?
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
What is Static,Dynamic linking ?
can we read records in a file from botom to top. if possible how can we read
IF I mention stop run in CICS what happens?
How do you define a table/array in COBOL?