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
How you can read the file from bottom?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How to know whether the module is dynamical or statistical?
) How do u handle errors in BMS macro?
What are declaratives and what are their uses in cobol?
How to print 10 to 1 if the input have only 10 digit number?
Write a program to explain size error.
Can you please let me know the centre name of INS certification in Kolkata.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How do you reference the following file formats from cobol programs?
What is cobol?
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
Mention the guidelines to write a structured cobol program?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?