IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Possible ways to trigger a CICS transaction


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
anand7um

New User


Joined: 22 Apr 2006
Posts: 1
Location: Bangalore, INDIA

PostPosted: Thu Jun 24, 2010 4:57 pm
Reply with quote

Hi

I am in the process of testing if an existing transaction will execute fine in a test region or not. However I do not know how this transaction is triggered.

I know of the following methods of starting a transaction and have already explored in my application. Am looking for other possible ways which could be in effect -

1. Start a transaction from native CICS screen
2. Triggering transaction using MQ Bridge
3. Coding EXEC CICS START in one of the application programs
4. ...
5. ...
6. ...

The SME of the application is not available and hence I am seeking help on this forum.

Regards
Bharat
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Thu Jun 24, 2010 5:05 pm
Reply with quote

Check the program for an ASSIGN STARTCODE API and hopefully, there are comments which will indicate the correct (or only) acceptable startcode value.

Some of these values are "TD", "SD", "S ", etc.

They are documented in the applicable CICS Application Programming Reference manual.

Bill
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Thu Jun 24, 2010 5:28 pm
Reply with quote

4. PLT entry during CICS start up
5. Triggering transaction via TD queue

and, as Bill suggested, check the start codes for other ways.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Fri Jun 25, 2010 2:07 pm
Reply with quote

Also, transaction may be defined in terminal definition so that any input received from the terminal runs a pre-defined transaction with all input treated as data.

Garry.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to identify the transaction categ... IMS DB/DC 3
Search our Forums:

Back to Top