Problem Note 13852: CPSITEUP fails to copy some catalog entries
Due to a change in CPSITEUP code in ITRM 2.7, the CPSITEUP macro may
fail to copy certain customized catalog entries (user-written formats
such as CPHDAY and SHIFT).
To circumvent this problem, submit a program like the example below.
It may be submitted as part of CPSITEUP, or submitted separately (as
long as the correct libname statements are used).
PROC CATALOG CATALOG=OLDSITE.CPFMTS;
COPY OUT=PRODSITE.CPFMTS;
SELECT SHIFT / ET=FORMATC;
SELECT CPHDAY / ET=FORMAT;
QUIT:
OLDSITE should point to your current production/default SITELIB. Access
this library in read mode.
PRODSITE should refer to your chosen library for the production SITELIB
for the newly installed release of SAS IT Resource Management. Access
this library in update mode.
Make sure there is a backup of your PRODSITE SITELIB library since it
will be updated.
This problem will be corrected in a future release of ITRM.
A fix for this issue is available at:
http://www.sas.com/techsup/download/hotfix/itrm27.html#013852
Operating System and Release Information
SAS System | SAS IT Management Solutions Core Components MVA Data | z/OS | 2.7 | 2.7 | | |
*
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.
Type: | Problem Note |
Priority: | medium |
Topic: | System Administration ==> Servers
|
Date Modified: | 2005-08-16 16:55:42 |
Date Created: | 2004-11-19 15:15:36 |