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

Answer Posted / gaurav

It can be passed using the COBOL pointers.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2114


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735


Give some examples of command terminators?

759


what is the use of outrecord?

1771


What are the pertinent COBOL commands?

2623






i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2105


What is the local-storage section?

681


What are the different rules for performing sort operation?

762


Write a program that uses move corresponding.

673


explain sorting techniques in cobol program?

690


) how do u code after getting data?

1580


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

670


What is inspect in cobol ?

802


how can i see junk values in dclgen or in hostvariable of comp ?

2544


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1806