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 does ?Pseudo Conversational? mean?
Explain how can you accomplish breakpoint in intertest?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
which transient data queue support ati?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
What is the EIB (execute interface block)?
How is dynamic memory allocated within a CICS application program?
How would you resolve an ASRA abend?
how can we display negative sign in a map?
Explain the usage of language in the ppt entry?
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???