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 are the differences between OS VS COBOL and VS COBOL II?

1 Answers   IBM,


what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

5 Answers   TCS,


If I want to increase the Limit in GDG. What should I do?

1 Answers   IBM,


There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?

2 Answers  


Can we move X(9) to 9(9). If yes what are the ways for doing this?

3 Answers  






) How do u handle errors in BMS macro

0 Answers   IBM,


What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad

8 Answers   Syntel,


What is the use of LINKAGE SECTION?

1 Answers  


How to display string in the reverse order using occurs clause?

4 Answers  


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

0 Answers  


I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?

1 Answers  


How we copy a program from production region to development region.What is the process & syntax ?

3 Answers   CTS,


Categories