Have you considered just passing it in the screening table?  That is
when you construct your svc screening table, just make it bigger
(hopefully mapped by a macro), then when the screening routing gets
control, it can go to the end of the table and pickup any data the main
routine placed there.  z/os should not care about anything beyond what
it knows about.  If it expects n bytes for the screening table and you
give it n+50 bytes it won't know nor care, you can use the extra 50 for
whatever you want. 


Brad Taylor

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Philippe Leite
Sent: Friday, August 25, 2006 10:37 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SVC Screening and TCBUSER

Hi Chris,

Yes, I could use IEANTRT, but I would have to allocate some memory
through GETMAIN/STORAGE to retrieve the TOKEN, and I want to avoid it. 
That's why I'm using CPOOL services.

Best regards,

Philippe Leite
z/OS Systems Programmer

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to