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 care has to be taken to force program to execute above 16 Meg line?
What is Static,Dynamic linking ?
What is COMP-1? COMP-2?
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
Hai friends why we need to read a file before re-write a record?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
Explain about Redefines cluse?
how to transfer the file from pc to mainframe??
How do pass the values to the parameters in cobol
what is the difference between external and global variables?
What is the maximum data length for Numeric DataType ?
01 a pic s9(5) occupies how many bytes ?