Re: REXX and CEEPIPI questions.

2013-07-11 Thread John McKown
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/ On Thu, Jul 11, 2013 at 12:21 AM, David Crayford dcrayf...@gmail.comwrote: I find it much easier to use subcommand enviromments

Re: REXX and CEEPIPI questions.

2013-07-11 Thread David Crayford
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

Re: REXX and CEEPIPI questions.

2013-07-11 Thread John McKown
I've gotten to rather like LE. I can usually get enough information from the CEEDUMP output to debug an abend. I've always had a dislike for things which use ESTAE or ESPIE to trap abends, then obscure what the original problem was. I remember COBOL doing that a lot. But LE is not as bad. And

REXX and CEEPIPI questions.

2013-07-10 Thread John McKown
I am trying to look at how to use the PCRE from Ze'ev Atlas in a REXX program in a REXXish way. PCRE is written in C and is basically implemented as a bunch of subroutines. Being in C means this requires LE. I could just write my code to be LE compliant and then invoke it from REXX via a LINKPGM,

Re: REXX and CEEPIPI questions.

2013-07-10 Thread Sam Siegel
On Wed, Jul 10, 2013 at 6:30 AM, John McKown john.archie.mck...@gmail.comwrote: I am trying to look at how to use the PCRE from Ze'ev Atlas in a REXX program in a REXXish way. PCRE is written in C and is basically implemented as a bunch of subroutines. Being in C means this requires LE. I

Re: REXX and CEEPIPI questions.

2013-07-10 Thread Farley, Peter x23353
time. Peter -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Sam Siegel Sent: Wednesday, July 10, 2013 10:00 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX and CEEPIPI questions. On Wed, Jul 10, 2013 at 6:30 AM, John McKown

Re: REXX and CEEPIPI questions.

2013-07-10 Thread John McKown
-MAIN@LISTSERV.UA.EDU Subject: Re: REXX and CEEPIPI questions. On Wed, Jul 10, 2013 at 6:30 AM, John McKown john.archie.mck...@gmail.comwrote: I am trying to look at how to use the PCRE from Ze'ev Atlas in a REXX program in a REXXish way. PCRE is written in C and is basically implemented

Re: REXX and CEEPIPI questions.

2013-07-10 Thread Sam Siegel
Siegel Sent: Wednesday, July 10, 2013 10:00 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX and CEEPIPI questions. On Wed, Jul 10, 2013 at 6:30 AM, John McKown john.archie.mck...@gmail.comwrote: I am trying to look at how to use the PCRE from Ze'ev Atlas in a REXX program in a REXXish way

Re: REXX and CEEPIPI questions.

2013-07-10 Thread John McKown
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Sam Siegel Sent: Wednesday, July 10, 2013 10:00 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX and CEEPIPI questions. On Wed, Jul 10, 2013 at 6:30 AM, John McKown john.archie.mck

Re: REXX and CEEPIPI questions.

2013-07-10 Thread David Crayford
Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Sam Siegel Sent: Wednesday, July 10, 2013 10:00 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX and CEEPIPI questions. On Wed, Jul 10, 2013 at 6:30 AM, John McKown john.archie.mck...@gmail.comwrote: I am trying to look at how