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

Give some examples of command terminators?

0 Answers  


How many bytes do a s9 (7) comp-3 field occupy?

1 Answers  


how to access the file from prodution from changeman tool and to submit a file to production

1 Answers   IBM,


what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.

3 Answers   HCL, TCS,


how can i see junk values in dclgen or in hostvariable of comp ?

0 Answers   DELL,






after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)

7 Answers   Allianz, Wipro,


What is the use of LINKAGE SECTION?

1 Answers  


is it possible to declare index in cobol program? if it is not why its tell me pls

3 Answers  


Should I use STOP RUN in the sub program??why?

6 Answers   Xansa,


I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.

4 Answers   FIS, Wipro,


How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.

5 Answers   TCS,


Hai friends why we need to read a file before re-write a record?

7 Answers   L&T,


Categories