Can we call a CICS program from a batch program or
viceversa?If so, how?
Answers were Sorted based on User's Feedback
Answer / guest
yes,we can call cics using batch program..by using executable
statement i think...if any other answer let me tel
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kingmanish
For calling a COBOL program from CICS we can use TDQ.
For example if want a certain program to run once a
threshold of say 100 records is reached in order to save
the data or better performance.
then we can achieve this by using TDQ is CICS.
| Is This Answer Correct ? | 0 Yes | 0 No |
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
I know my query will return more than one row but I don't want cursor what should I do?
diffrence between z(2) and z9(2)
How to define a array dynamically.....
can we use COPY statement in w-s section? how?
can we write paragraph in area B .....
What are 77 levels used for?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is subscript in cobol?give realtime example?
is it possible to rename 01 level?
What is the purpose of Identification Division?