Can we call a CICS program from a batch program or
viceversa?If so, how?
Answer Posted / 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 |
Post New Answer View All Answers
What is Pic 9v99 Indicates in COBOL?
What are the rules of the move verb?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between next sentence and continue in cobol programing language?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between goback, stop run and exit program in cobol?
What is the difference between external and global variables in COBOL?
What is the difference between perform … with test after and perform … with test before?
Difference between array and sub-script ?
How do you define a variable of comp-1 and comp-2?
Can we redefine the field of x(200) to less than 200?
Define static linking and dynamic linking.
Mention the guidelines to write a structured cobol program?
What is the usage of comp fields in cobol?