How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / ramakrishna.d
We cant pass a table from one cobol program to another
cobol program
Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
What is inspect in cobol ?
Can we redefine the field of x(200) to less than 200?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How can you get the ksds file records into your cobol program?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the problem of ordered sequential files access?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Define static linking and dynamic linking.
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.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is a report item?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do get the result of your program directly on your pc?
Whats the difference between search & search ALL?