How many ways are there for initiating a transaction? what
are they?
Answers were Sorted based on User's Feedback
Answer / ajay ahuja
Their are 5 ways of initiating CICS Transaction:
1. Transaction ID.
2. Pseudo Conversation.
3. Start Command
4. ATI (Automatic Transaction Initiation).
5. PF keys (Need to be registered in PCT)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anitha
after logging into needed region using "CRTE sysid=", give CEMT then select TRANsaction and then give enable to initiate the transaciton.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / siranjeevi
We have two more ways to initiate,
6. Using PLT(Program List Table)
DFHPLT TYPE=ENTRY,PROGRAM=PGM_NAME
7. Embedding 4 bytes of transaction preceding in the screen
and send it to the terminal.
| Is This Answer Correct ? | 0 Yes | 0 No |
Specify the requirements for automatic task initiation?
What is the difference between FSET and FRSET?
What RCT Entries will you make for a CICS DB2 program??
What is an AEY9 abend ?
Explain the difference between physical map and symbolic map?
How to get the sign-on user-id from an application program?
What is the function of the Terminal Control Table(TCT)?
How do you fire a batch job from a CICS transaction ?
What is the meaning of the SYNCPOINT command?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...
Explain the exact situation, when to use CALL, XCTL and LINK?