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
Write a cobol program making use of the redefine clause.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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)?
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 ?
Write the code implementing the perform … varying.
Explain how you can characterize tables in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
Name some of the examples of COBOl 11?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are all the divisions of a COBOL program?
What is perform what is varying?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What guidelines should be followed to write a structured cobol prgm?
Whats the difference between search & search ALL?