How to Pass table from a cobol program to another cobol
program and how to use that table in called program

Answer Posted / guest

Declare the tabe in both alling and called programs WS_Section
and Linkage section respectively..

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Global and External Variables?

666


What is cobol?

744


) How do u handle errors in BMS macro?

1427


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

644


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

631






How to know whether the module is dynamical or statistical?

656


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

679


What is the use of intialize verb?

750


i want a program using by if, evaluate , string, unstring, perform, occurs?

4059


What is inspect in cobol ?

802


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.

5063


What are the pertinent COBOL

2045


In COBOL programming, what is PERFORM? What is VARYING?

671


how to access the file from prodution from changeman tool and to submit a file to production

6686


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1875