How can you pass values from COBOL program to non-COBOL
programs?
Answer Posted / guest
you can pass values from cobol to JCL by using return code
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What kind of error is trapped by on size error option?
What is length is cobol?
How do you define a variable of comp-1 and comp-2?
how to move the records from file to array table. give with code example
Define static linking and dynamic linking.
) How do u handle errors in BMS macro
How arrays can be defined in COBOL?
) how do u code after getting data?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How you can read the file from bottom?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Write a program to enter and display the names of students in a class using the occurs clause.