How can you pass values from COBOL program to non-COBOL
programs?
Answers were Sorted based on User's Feedback
Answer / guest
you can pass values from cobol to JCL by using return code
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
how do you reference the variable block file formats from cobol programs
1.Can we define condition-name conditions in FD entry.
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
In an array processing what is the thing that can be done by using subscripts but not by using index
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
What is the difference between a binary search and a sequential search?
What is a report item?
what is meaning by design document? who can repared for this?
Explain fixed length record in cobol? with suitable example