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
What are the various section in data division and briefly explain them.
What are different data types in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
In COBOL, what is the different between index and subscript?
Define cobol?
) how do u code after getting data?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What are the rules of the move verb?
Write some characteristics of cobol as means of business language.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How you can read the file from bottom?
Why occurs cannot be used in 01 level in COBOL?
how do you reference the ksds vsam file formats from cobol programs
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?