Can we call a CICS program from a batch program or
viceversa?If so, how?
Post New Answer View All Answers
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 ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the pertinent COBOL commands?
What is the difference between PIC 9.99 and PIC9v99?
Can we change the password using ALTER? anyone tried and changed?
What is the local-storage section?
Write a cobol program making use of the redefine clause.
Explain what you understand by passing by value.
Name the sections present in data division.
What is comp-1 and comp-2?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is a SSRANGE and NOSSRANGE?
What are the different open modes available in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic