Usage Note 16616: You must edit the RENEW job JCL before you update a SETINIT/SID on a
staged
library (Action C) installation
If you use Action C for add-on products or for service pack updates, and
if you intend to update the SETINIT/SID, then you must edit the DSN=
option in the SASHELP statement in the RENEW job.
Currently, the SASHELP statement in the RENEW job points to the
prefix.ENWO.SASHELP data set, as shown in this example:
//SASHELP DD DISP=SHR,
// DSN=&prefix.ENW0.SASHELP
However, the SASHELP command MUST point instead to the
&prefix.SL.ENWO.SASHELP data set. Replace the previous JCL with the
following example:
//SASHELP DD DISP=SHR,
// DSN=&prefix.SL.ENW0.SASHELP
Operating System and Release Information
| SAS System | Base SAS | z/OS | 9.1 TS1M3 SP3 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Date Modified: | 2007-10-01 10:06:23 |
| Date Created: | 2005-12-01 19:53:35 |