> -----Original Message-----
> From: IBM Mainframe Discussion List
> [mailto:[EMAIL PROTECTED] On Behalf Of Martin Packer
> Sent: Wednesday, May 28, 2008 4:16 PM
> To: [email protected]
> Subject: NetREXX - Was "Just for consideration: offloading
> regex processing to zIIP / zAAP?"
>
> John McKown wrote:
>
> > Well, I've gotten the NetRexx on z/OS right now. I haven't
> > gotten it to run. I keep having some problems.
>
> John, I have a colleague in IBM Germany who has a particular
> interest in
> demonstrating stuff like NetREXX working on z/OS. You might want to
> articulate your problems with it and I'll see if I can get
> his attention.
> (I'm not sure if he follows this newsgroup.)
>
> Cheers, Martin
>
> Martin Packer
OK, it was a matter of properly setting up the CLASSPATH and PATH
environment variables. I modified the "nrc" shell script to do this.
This was just for my testing. I didn't want to update my actual Java
directories, so I modified the nrc shell script by inserting the
following lines:
export
CLASSPATH=${CLASSPATH}:/usr/local/products/NetRexx/lib/NetRexxC.jar
export CLASSPATH=${CLASSPATH}:${JAVA_HOME}/lib/tools.jar
export PATH=${PATH}:/usr/local/products/NetRexx/bin
before the line:
NetRexxC.sh $*
--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology
The information contained in this e-mail message may be privileged
and/or confidential. It is for intended addressee(s) only. If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense. If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.
----------------------------------------------------------------------
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