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
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?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the difference between comp and comp-3?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how to move the records from file to array table. give with code example
What is report-item in COBOL?
What are the different rules to perform a Search?
What are all the divisions of a COBOL program?
How do you reference the following file formats from cobol programs?
How do get the result of your program directly on your pc?
How do define dynamic array in cobol.
What rules are followed by the search verb.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?