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 happens if parmparameter passes zero bytes to the program
What is the utilization of copybook in cobol?
How many bytes S(8) comp field occupy and its maximum value?
how the control comes back from subprogram to mainprogram
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how do you reference the rrds file formats from cobol programs
WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?
what is the difference between PA & PF keys?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
COMP-3 field occupy ?
can we use variable picture clause as xx.99 in cobol.