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 |
how do you reference the printer file formats from cobol programs
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
What is a scope terminator give example?
What is Static and Dynamic linking ?
How to open and see copy book ?
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
is this below syntax correct? CALL 'subprg' using A,B Please help
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
What is inspect in cobol ?
What is a scope terminator? Give examples.