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 are 77 levels used for?
Can we redefine the field of x(200) to less than 200?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What type of SDLC u followed? Why?
IF I mention stop run in CICS what happens?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Why would you use find and get rather than to obtain?
Which Search verb is equivalent to PERFORM…VARYING?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are declaratives and what are their uses in cobol?
) what is the difference between AID and HANDLE AID?
How do you reference the following file formats from cobol programs?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?