Or if you are on a dynamic only allowed system(policy), you can have the load lib that PUTENV is in, as part of the link steps libraries, and force a static link using INCLUDE NAME(PUTENV) as one of the linkage control cards.
This is also a god way to force a Static link even if the calling program using a Call variable-name context for checking run times of static versus dynamic. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Kurt Gramling Sent: Tuesday, May 08, 2007 2:35 PM To: [email protected] Subject: Re: jcl. You must compile the program with the NODYNAM option. Kurt Gramling ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

