Installation Note 47172: Applying maintenance to existing SAS® 9.3 or later software causes an out-of-space error on the high-level-qualifier.SASMSG data set
When you apply maintenance to an existing installation of SAS 9.3 TS1M2 or later with any non-W0 encodings, the data set high-level-qualifier.ENxx.SASMSG returns an out-of-space error.
To work around this problem, delete the existing high-level-qualifier.ENxx.SASMSG data set at the appropriate time, depending on which installation action you are using:
- Action B: Before you invoke the SAS® Deployment Wizard or before you submit the jobs, if you are using the -NOJOBSUBMIT option
- Action C: Before you submit the PROMOTE job
If your maintenance job failed due to insufficient space in this data set, do the following:
- Delete the high-level-qualifier.ENxx.SASMSG data set.
- Allocate a larger high-level-qualifier.ENxx.SASMSG data set using the sample Job Control Language (JCL) shown below.
- Resubmit the job that failed and ensure that all subsequent jobs run.
If you invoked the SAS Deployment Wizard with the -NOJOBSUBMIT option, each job automatically submits the subsequent job. If you invoked the SAS Deployment Wizard without the -NOJOBSUBMIT option, you must manually submit each remaining job, starting with the job that originally failed. The list of jobs to execute can be found in the JOBINDEX member of your high-level-qualifier.INSTALL.CNTL data set.
Sample JCL to Allocate a Larger SASMSG Data Set
//jobname JOB (account info),TIME=1
//*
//* NOTE! Change occurrences of "high-level-qualifier."
//* to your high-level-qualifier
//* and xx in ENxx to your site encoding.
//DELETE EXEC PGM=IEFBR14
//OLDMSG DD DSN=high-level-qualifier.ENxx.SASMSG,
// DISP=(OLD,DELETE)
//*
//* Allocate a larger SAS 9.3 or later SASMSG data set
//*
//ALLOC EXEC PGM=IEFBR14
//NEWMSG DD DSN=high-level-qualifier.ENxx.SASMSG,
// DISP=(NEW,CATLG,DELETE),
// SPACE=(9900,(3500,350,300),,,ROUND),
// DCB=(DSORG=PO,RECFM=FB,LRECL=80,BLKSIZE=32720),
// STORCLAS=STD,MGMTCLAS=STD,
// DATACLAS=STD,
// UNIT=UNIT
//
Operating System and Release Information
| SAS System | Base SAS | z/OS | 9.3_M2 | | 9.3 TS1M2 | |
| Z64 | 9.3_M2 | | 9.3 TS1M2 | |
*
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.
When you add maintenance to SAS® 9.3 (TS1M2) or later software, an error on the high-level-qualifier.SASMSG data set occurs.
| Type: | Installation Note |
| Priority: | alert |
| Date Modified: | 2012-08-31 12:51:17 |
| Date Created: | 2012-08-08 09:37:23 |