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 an in line perform? When would you use it? Anything else you wish to say about it.
What do you understand by psb and acb?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do you reference the following file formats from cobol programs?
What rules are to be followed while using the corresponding options?
how to convert the recors form vsam file to db2 table tru file aid
Why occurs cannot be used in 01 level in COBOL?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Can you please let me know the centre name of INS certification in Kolkata.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?