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 Pic 9v99 Indicates in COBOL?
Name the sections present in data division.
What are the different rules for performing sort operation?
how do you reference the fixed unblock file formats from cobol programs
Write a cobol program making use of the redefine clause.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how to move the records from file to array table. give with code example
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What are the different types of condition in cobol and write their forms.
) what is the difference between AID and HANDLE AID?
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.
Difference between array and sub-script ?
State the various causes of s0c1, s0c5 and s0c7.