Rexx compile

2013-08-15 Thread Mark Jones
You can use the following option 4 ForegroundInteractive language processing or you can use the jcl below //REXX EXEC PGM=REXXCOMP,PARM='XREF OBJECT' //STEPLIB DD DSN=..,DISP=SHRwhere your rexxcomp compile member is //SYSPRINT DD SYSOUT=* //SYSTERM DD SYSOUT=* //

Re: Rexx Compile

2013-08-14 Thread Dr. Rick Williams
Thank you sir!! Dr. Rick Williams ---Original Message--- From: Thomas Berg Date: 8/14/2013 11:16:19 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Rexx Compile This should work I think (simple example!): //REXXCOMP EXEC PGM=REXXCOMP, // PARM='SLINE(AUTO),NOCEXEC,DLINK,

Re: Rexx Compile

2013-08-14 Thread Thomas Berg
AB (Publ) > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Dr. Rick Williams > Sent: Wednesday, August 14, 2013 3:02 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Rexx Compile > > I was wondering,

Re: Rexx Compile

2013-08-14 Thread Dr. Rick Williams
I was wondering, would anyone out there have the necessary JCL required to compile an link a rexx routine? Thanks! Dr. Rick Williams -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists..