How can you pass values from COBOL program to non-COBOL
programs?
Answer Posted / latha
Through Stored Procedures the values can be passed to and
from the cobol to non-cobol programs (eg java program)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How do you reference the fixed block file formats from cobol programs
What are different data types in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between comp and comp-3?
What are the various section in data division and briefly explain them.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Have you used comp and comp-3 in your project? And how?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do you define a variable of comp-1 and comp-2?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
what are decleratives in cobol?