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

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

0 Answers  


Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.

1 Answers  


what is MSGLEVEL?

1 Answers   IBM,


Can we redefine the field of x(200) to less than 200?

0 Answers  


What are the functions like c or c++ in cobol?

2 Answers  






What is Alternate Index ? How is it different from regular index ?

2 Answers  


WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.

4 Answers   Atos Origin,


How to retrive the 9th records out of ten records using the cobol program ?

3 Answers   UST,


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

0 Answers  


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

1 Answers   Syntel,


consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.

5 Answers  


why we are using picture clause in the cobol programs?

2 Answers  


Categories