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
What are the different rules for performing sort operation?
Can we redefine the field of x(200) to less than 200?
Can we change the password using ALTER? anyone tried and changed?
Write a cobol program making use of the redefine clause.
How do you reference the following file formats from cobol programs?
What is the local-storage section?
How arrays can be defined in COBOL?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is Pic 9v99 Indicates in COBOL?
Define cobol?
What the difference is between continue and next sentence?
How to remove 2 duplicate records and copy only one using job control language?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between PIC 9.99 and PIC9v99?