At some customer sites, when SAS 9.3 or later is being installed, the SAS Deployment Wizard (setup.rexx) cannot successfully allocate or delete the high-level-qualifier.INSTALL.CNTL data set. This data set is used by the wizard to store the batch jobs used in the installation.
For example, during initial installation, the SAS Deployment Wizard cannot allocate the CNTL data set if your site has defined the TSO DELETE command as authorized. In this situation, the SAS Deployment Wizard fails the "Install Post-Processing" step. Messages similar to the following appear in the file SASHOME directory/InstallMisc/InstallLogs/IT_yyyy-mm-dd-hh.mm.ss.log:
[ 62503] AssembleMVSJobcode : tso stdout: IKJ56652I You attempted to run an authorized command or program. This is not supported under the Dynamic TSO Environment. tso stderr: del 'high-level-qualifier.INSTALL.CNTL' FOMF0139I Authorized commands are not supported
If you are applying maintenance to an existing installation, you might see a message similar to the following in the file SASHOME directory/InstallMisc/InstallLogs/IT_yyyy-mm-dd-hh.mm.ss.log:
2012-mm-dd hh:mm:ss Controller - com.sas.tools.installs.it.InstallException: Error removing existing control dataset member MAINT1: IKJ56652I You attempted to run an authorized command or program. This is not supported under the Dynamic TSO Environment. del 'high-level-qualifier.INSTALL.CNTL(MAINT1)' FOMF0139I Authorized commands are not supported
There are two ways to circumvent this problem, depending on your situation.
During an initial installation, you may use either option.
When applying maintenance, you must use the first option below, "Enable the Use of Authorized Commands from the Script." SAS recommends that you use the first option, if possible, because if you leave the link in place, then it will be used for subsequent hot-fix installation without any other necessary intervention on your part.
Note: When you invoke the rexx, you are prompted for your SAS home directory. If you have this link in that directory, you see this message from linemode.rexx:
The specified SAS Home location contains existing files that may be overwritten It is advisable to install into an empty directory. Would you like to proceed anyway? Enter Yes or No. ==>
high-level-qualifier.INSTALL.CNTL—This file has the following DCB characteristics and space:
LRECL=80
BLKSIZE=6160
DSORG=PO
BLOCKS=1200
Directory blocks=150
Important Note: To run a SAS 9.3 metadata server under z/OS, allocate a second INSTALL.CNTL library with the high-level qualifier that you will use for your z64 data sets (for example, high-level-qualifier.Z64.INSTALL.CNTL).
Note: The command must be entered exactly as shown, as OMVS is case-sensitive.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | Base SAS | z/OS 64-bit | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
z/OS | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Type: | Installation Note |
Priority: | alert |
Date Modified: | 2012-10-22 14:08:59 |
Date Created: | 2011-07-26 14:03:25 |