Thank you sir!! 
 
 
Dr. Rick Williams
-------Original Message-------
 
From: Thomas Berg
Date: 8/14/2013 11:16:19 AM
To: [email protected]
Subject: Re: Rexx Compile
 
This should work I think (simple example!):
 
//REXXCOMP  EXEC  PGM=REXXCOMP,
// PARM='SLINE(AUTO),NOCEXEC,DLINK,PRINT,SOURCE,XREF'
//*                          =====
//STEPLIB   DD    DISP=SHR,DSN=REXX.SFANLMD  REXX COMPILER LOAD LIB
//SYSIN     DD    DISP=SHR,DSN=sourcelib(name)
//SYSPRINT  DD    SYSOUT=*
//SYSTERM   DD    SYSOUT=*
//SYSDUMP   DD    DUMMY
//SYSCEXEC  DD    DUMMY                      NOT USING CEXEC OPTION HERE
//SYSPUNCH  DD    DSN=&&OBJECT,DISP=(,PASS),
//       SPACE=(800,(8000,1000))
//*
//LKED      EXEC  PGM=HEWL,
// PARM='LIST,AMODE=31,RMODE=ANY,REUS,XREF,MAP'
//SYSLIN    DD    DISP=(OLD,PASS),DSN=&&OBJECT
//SYSLIB    DD    DISP=SHR,DSN=REXX.SEAGLMD  REXX COMPILER LOAD LIB 2
//SYSPRINT  DD    SYSOUT=*
//SYSLMOD   DD    DISP=SHR,DSN=loadlib(name)
 
 
 
Best Regards
Thomas Berg
___________________________________________________________________
Thomas Berg   Specialist   zOS\RQM\IT Delivery   SWEDBANK AB (Publ)
 
 
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Dr. Rick Williams
> Sent: Wednesday, August 14, 2013 3:02 PM
> To: [email protected]
> Subject: Re: Rexx Compile
>
>   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 [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

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

Reply via email to