Can we call a CICS program from a batch program or
viceversa?If so, how?

Answers were Sorted based on User's Feedback



Can we call a CICS program from a batch program or viceversa?If so, how?..

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

Can we call a CICS program from a batch program or viceversa?If so, how?..

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

Can we call a CICS program from a batch program or viceversa?If so, how?..

Answer / mahesh

by using tdqs

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More COBOL Interview Questions

How to recover a deleted source physical file from library?

1 Answers   HCL,


How do you compile cobol program..?

1 Answers  


What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?

2 Answers   Cap Gemini,


i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS

4 Answers   Infosys,


What is a report item?

0 Answers  


01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??

1 Answers  


What is a subscript ?

3 Answers  


if one main program ,n -subprograms are then which call you follow ?why reasonuhg

4 Answers   UHG,


What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?

8 Answers   Arigo Infotech, IBM,


consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above

3 Answers   TCS,


What is an in line perform? When would you use it? Anything else you wish to say about it.

0 Answers  


What is the difference between structured cobol programming and object alternativelyiented cobol?

0 Answers  


Categories