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

Help with START TRANSID


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

New User


Joined: 15 Feb 2006
Posts: 18

PostPosted: Sun Jun 17, 2007 12:49 pm
Reply with quote

Through the following command in CICS, i can start a transaction in CICS and pass the data to the called program through transaction HRDR through CEF-COMMAREA

EXEC CICS START
INTERVAL(0)
TRANSID ('HRDR')
NOCHECK
FROM (CEF-COMMAREA)
LENGTH (LENGTH OF CEF-COMMAREA)
END-EXEC

Is there any way that i can pass data from more than one source in one go i.e. I can pass data from CEF-COMMAREA and also from some other data i want to pass. But i don't want to define an another 01 level and put all the data length i want to pass under that 01 level
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Sun Jun 17, 2007 4:59 pm
Reply with quote

Not without using some other facility like temp storage or transient data.
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 Duplicate transid's declared using CEDA CICS 3
No new posts Start CICS transaction every day at 2AM CICS 4
No new posts Z Monitoring server fails to start IBM Tools 1
No new posts I don't really get the, "Start a... General Talk & Fun Stuff 3
No new posts EIBCALEN 0 even if we pass LEN and FR... CICS 4
Search our Forums:

Back to Top