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 the difference between a return with transid and xctl?
Explain how pa key is different from pf key?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
What is the significance of RDO?
Can you use DYNAMIC calls in CICS ?
Explain the difference between dfhcommarea and tsq?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Explain how would you resolve an asra abend?
What do the keywords MAPONLY and DATAONLY mean?
What is ASRAABEND in CICS?
What?s the CICS command used to access current date and time?
If we say that bms length of field = 0, then what does that mean?