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 to display the dataset information?
i have variable record in the 5th, i want to sort from 5th filed ? how ?
what is the minimum number of lines a Cobol program should have to successfully compile and run
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Difference between next and continue clause
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how to move the records from file to array table. give with code example
What is amode(24)?
What was removed from COBOL in the COBOL II implementation?
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
How is sign stored in a COMP field ?