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

Answers were Sorted based on User's Feedback



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

Answer / dinesh

Via linkage section. Use it as a normal table.

Is This Answer Correct ?    15 Yes 2 No

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

Answer / guest

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

Is This Answer Correct ?    4 Yes 2 No

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

Answer / maria

we can declare the internal table in both the called and calling program with the key word EXTERNAL .By doing this, the table data can be accessed in both the programs.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / gaurav

It can be passed using the COBOL pointers.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / sj

we can pass table via linkage section means static table

Is This Answer Correct ?    0 Yes 0 No

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

Answer / guest

Can anyone explain this by example and give some sample code of both calling and called program ?

Is This Answer Correct ?    0 Yes 0 No

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

Answer / santhosh

Ramkrishna is right, we cannt pass the table via linkage

Is This Answer Correct ?    1 Yes 3 No

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

Answer / ramakrishna.d

We cant pass a table from one cobol program to another
cobol program

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More COBOL Interview Questions

which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks

1 Answers  


How can you pass values from COBOL program to non-COBOL programs?

2 Answers  


if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


What are the different open modes available in cobol?

0 Answers  


COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error

1 Answers   TCS,






When would you use in-line perform?

2 Answers  


I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.

3 Answers   IBM,


why do u need inspect verb?

3 Answers   Patni,


what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.

10 Answers   ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

0 Answers   Accenture,


hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........

1 Answers  


Categories