Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
receiving data on transaction initialization

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
igibull

New User


Joined: 10 Sep 2004
Posts: 1

PostPosted: Fri Sep 10, 2004 8:06 pm    Post subject: receiving data on transaction initialization
Reply with quote

Hi

How can I get data on transaction initialization ?

Ex:
in CICS I start transaction with data

TRA1 12345 data1

TRA1 in a transaction name
12345 and data1 are data I want to get into a related program without sending or receiving map.

Thanks
Back to top
View user's profile Send private message
References
PostPosted: Fri Sep 10, 2004 8:06 pm    Post subject: Re: receiving data on transaction initialization Reply with quote

muthukumar

New User


Joined: 24 Mar 2004
Posts: 32

PostPosted: Tue Sep 14, 2004 6:31 pm    Post subject:
Reply with quote

Hi,

I guess the following command will suit ur need

retrieve input data from a terminal
EXEC CICS RECEIVE { INTO(data-area) | SET(pointer-ref) } { LENGTH(data-area) | FLENGTH(data-area) } [MAXLENGTH(data-value) | MAXFLENGTH(data-value)] [NOTRUNCATE] [ASIS] [BUFFER] END-EXEC.

I haven't checked it.. if some one confirms..that will be great!!!!

regards
Muthu
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1