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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the access modes of START statement?

937


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

865


How to print 10 to 1 if the input have only 10 digit number?

1028


) How do u handle errors in BMS macro

1704


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

2247


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

866


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2879


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1075


Write the code implementing the perform … varying.

822


What is rmode(24)

899


How do define dynamic array in cobol.

859


What is comp-1 and comp-2?

936


Discuss about changing dataset name in proc.

959


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2090


Why did you choose to work with ibm mainframe cobol programming?

850