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 the difference between PIC 9.99 and PIC9v99?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Explain how to differentiate call by context by comparing it to other calls?
Describe the cobol database components?
Name the sections present in data division.
what is the use of outrecord?
How to know whether the module is dynamical or statistical?
Can we change the password using ALTER? anyone tried and changed?
What are the cobol coding sheets?
How many bytes S(8) comp field occupy and its maximum value?
Which Search verb is equivalent to PERFORM…VARYING?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?