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

Difference b/w START & RETURN


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

New User


Joined: 23 Sep 2009
Posts: 22
Location: Bangalore

PostPosted: Tue Jul 13, 2010 8:38 pm
Reply with quote

Hi,

As the START and RETURN both are used in transaction initiation, what is the difference between these 2 commands.

In which scenario we use RETURN.

Thanks in advance
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: Tue Jul 13, 2010 8:44 pm
Reply with quote

These commands (and all others) are documented in the applicable CICS manual, with clear explanations.

Have you reviewed the manuals?

RETURN is NOT used in transaction initiation. It's used in termination.

Bill
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Jul 14, 2010 12:10 am
Reply with quote

Start initiates another transaction at the same time as the current transaction is executing.
Return can start another transaction after the current transaction completes.
TRANSID(name)
specifies the transaction identifier (1-4 characters) to be used with the next input message entered from the terminal with which the task that issued the RETURN command has been associated. The specified name must have been defined as a transaction to CICS.
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 Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts Timestamp difference and its average ... DB2 11
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts Start CICS transaction every day at 2AM CICS 4
Search our Forums:

Back to Top