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

Define an aica abend?

0 Answers  


Which CICS service transaction is used to gain accessibility to CICS control tables?

1 Answers  


At which situation we need to use the push and pop conditions...pls tell me with exampls.

2 Answers   Xansa,


WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?

2 Answers  


What is the EIB (execute interface block)?

2 Answers   IBM,






TSQs can be written in the Main storage or Auxiliary storage (True or False).

1 Answers   IBM,


What are the types of the dfhmdf present in the cics?

0 Answers  


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

0 Answers   IBM,


If we wish to create bms executable, what are the basic steps that the user has to go through?

0 Answers  


Can you explain common systems area?

0 Answers  


What does the 'cedf:cics' transactions do?

0 Answers  


Kindly specify the pic clause for the data type of length option field type of data fields?

0 Answers  


Categories