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

How include time & date in the report generation in cobol programing?

2 Answers  


What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?

2 Answers  


In INITIALIZE what is Repalcing Word will do

1 Answers   CTS,


in real time what is the suitable exp where in-stream procedure is better then catalog procedure.

1 Answers  


how can we fetch 3 records in cobol pgm any coding pls ?

3 Answers   CGI,






What are literals?

0 Answers  


Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?

1 Answers  


In COBOL programming, what is PERFORM? What is VARYING?

0 Answers   CDC,


consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.

5 Answers  


What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?

2 Answers   Cap Gemini,


What are the rules of the move verb?

0 Answers  


IF I mention stop run in CICS what happens?

0 Answers   IBM,


Categories