Is it possible start a transaction CICS from job Batch? How
do it?
Answers were Sorted based on User's Feedback
Answer / pramod
Yes you can execute CICS commands from batch using MTPBATCH interface.
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / murali pithani
Yes It is possible. You can use CAFCBTCH utility or PIPE
connecivity.
Is This Answer Correct ? | 4 Yes | 1 No |
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 |
What is a mapset?
What are the types of performs in COBOL? How does perform thru work, give example.
What is the function of the CICS translator?
What is the name of the mapset definition macro?
The first step in the development of an application system is the Requirement Analysis(True or False).
What is an MDT (Modified Data Tag) - it's meaning and use?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
What happens when a CICS command contains the NOHANDLE option?
How do you access the records randomly in TSQ ?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
What are the databases that CICS can access?
How many ways are there for initiating a transaction?