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

how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1657


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2060


how do you reference the printer file formats from cobol programs

668


How are the next sentence and continue different from each other?

766


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

676






Can a Search can be done on a table with or without Index?

806


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10633


What is the difference between Global and External Variables?

666


Which is not true about evaluate statement

1595


IF I mention stop run in CICS what happens?

1898


What kind of error is trapped by on size error option?

743


Which mode is used to operate the sequential file?

671


What is the utilization of copybook in cobol?

657


Discuss about changing dataset name in proc.

765


What is the Purpose of Pointer in the string?

643