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
What are the access modes of START statement?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to print 10 to 1 if the input have only 10 digit number?
) How do u handle errors in BMS macro
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
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Write the code implementing the perform … varying.
What is rmode(24)
How do define dynamic array in cobol.
What is comp-1 and comp-2?
Discuss about changing dataset name in proc.
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 ?
Why did you choose to work with ibm mainframe cobol programming?