Is it possible start a transaction CICS from job Batch? How
do it?

Answers were Sorted based on User's Feedback



Is it possible start a transaction CICS from job Batch? How do it?..

Answer / pramod

Yes you can execute CICS commands from batch using MTPBATCH interface.

Is This Answer Correct ?    13 Yes 0 No

Is it possible start a transaction CICS from job Batch? How do it?..

Answer / murali pithani

Yes It is possible. You can use CAFCBTCH utility or PIPE
connecivity.

Is This Answer Correct ?    4 Yes 1 No

Is it possible start a transaction CICS from job Batch? How do it?..

Answer / amina

Using TDQ

Is This Answer Correct ?    0 Yes 0 No

Is it possible start a transaction CICS from job Batch? How do it?..

Answer / anand

We can use IEFBR14 utility to pass CICS commands like below.
//CICSCMD EXEC PGM=IEFBR14
// F REGION,'CEMT INQ TRA(*) PROG(NAME)'
// F REGION,'CECI START TRA(ABCD) FROM(Data) LENGTH(8)'

REGION is the CICS Job Name

Is This Answer Correct ?    0 Yes 0 No

Is it possible start a transaction CICS from job Batch? How do it?..

Answer / sowmya

no we cannot.

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More CICS Interview Questions

Can you have CICS code in a copybook? If yes, what happens during compilation?

3 Answers   IBM,


NMDS is both device dependent and format dependent (True or False)

1 Answers  


By which CICS defined field can you determine the position of the cursor on the map ?

1 Answers  


How do you rollback data written to an ESDS file?

1 Answers   IBM, Infosys,


how do u see the output of cics program?

4 Answers   HCL,






What RCT Entries will you make for a CICS DB2 program??

1 Answers   Accenture,


What is some of the information available in the EIB area?

2 Answers   IBM,


explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?

0 Answers   IBM,


what is eib, how is can be used?

0 Answers   IBM,


Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)

2 Answers  


What Are Send Map Maponly & Send Map Dataonly ?

0 Answers   IBM,


How vsam files are read in cics pgms?

0 Answers  


Categories