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 |
i WANT ALL ERROR codes IN CICS and DB2
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
what is mainframe? what is the mainframe software ? what is use in s/w field?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
What is a subscript ?
What is the LINKAGE SECTION used in COBOL?
Is It Possible to Update or change in VIEW Mode?
What is amode(31)
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
What are the different forms of EVALUATE statement?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
if we have a 10 steps how to override the 4th step in jcl?