On 11/07/2013 8:05 PM, John McKown wrote:
Thanks for the information. I haven't really gotten into the REXX portion.
I've been reading the LE manuals. Which has caused unscheduled naps. <grin/>

LE has a bad rap around here but it's ok. REXX needs to be updated to support LE just like ISPF did with panel exits, BRIF, EDIF etc.

On Thu, Jul 11, 2013 at 12:21 AM, David Crayford <[email protected]>wrote:

I find it much easier to use subcommand enviromments
http://users.tpg.com.au/**crayford/rexxre.txt<http://users.tpg.com.au/crayford/rexxre.txt>
.
I setup the CEEPIPI environment in RTKSUBCM, allocate all the memory I
need for the command processor routines (saveareas etc) and store a control
block in the SUBCOMTB_TOKEN field.
When the command handler gets called I grab the control block from R1 (no
need to GETMAIN storage areas) and forward the call to the LE routines via
PIPI. Those cost of parsing the command
string is significantly less than the overhead of GETMAIN  and name/token
services calls.


--
This is a test of the Emergency Broadcast System. If this had been an
actual emergency, do you really think we'd stick around to tell you?

Maranatha! <><
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to