How can you pass values from COBOL program to non-COBOL
programs?

Answers were Sorted based on User's Feedback



How can you pass values from COBOL program to non-COBOL programs?..

Answer / guest

you can pass values from cobol to JCL by using return code

Is This Answer Correct ?    6 Yes 0 No

How can you pass values from COBOL program to non-COBOL programs?..

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

Post New Answer

More COBOL Interview Questions

If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.

1 Answers  


How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?

3 Answers   Cap Gemini, CTS,


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

0 Answers   HCL,


How can you declare the file ?

1 Answers   Wipro,


Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?

6 Answers   T systems,






What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?

2 Answers   T systems,


how can u redefine picx(10) with pic 9(6).

3 Answers   TCS,


TYPES OF SORTINGS. which is more prefarable.

2 Answers   Syntel, TCS,


How To move a value to an array using move verb?

3 Answers   IBM,


.How to add one input & one Out file in existing cobol program. how approach tell me step by step.

2 Answers   Syntel,


What will happen if we try to create GDG (+2) generaton instead of (+1) generation?

1 Answers  


File status must be checked both while opening and reading the file or only while reading the file?

2 Answers  


Categories