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 literals?
) how do u code after getting data?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between perform … with test after and perform … with test before?
How do you differentiate between cobol and cobol-ii?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the LINKAGE SECTION used in COBOL?
What is length is cobol?
How arrays can be defined in COBOL?
Write some characteristics of cobol as means of business language.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is a report item?
What is rmode(any) ?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How you can read the file from bottom?