Usage Note 11439: Changes in MXG Version 21.03 and later require changes in the SASĀ® IT Resource Management setup
MXG Version 21.03 (and later) no longer uses the SOURCLIB member,
ASUMCICS. This change requires changes to the SAS IT Resource
Management setup. See the discussion on Change 21.105 in the
prefix.SOURCLIB(CHANGES)MXG21.03 MXG member.
To adapt SAS IT Resource Management to the MXG 21.03 change, create a
member called ASUMCICS in the MXG user SOURCLIB PDS. The ASUMCICS
member should contain the following code:
MACRO _LDB2ACC _NULL_ %
%INCLUDE SOURCLIB(ASUMUOW);
%INCLUDE SOURCLIB(ASUMCICX);
Coding the first line shown above ensures that MXG does not search for a
DB2ACCT library. Coding the second line with the ASUMOUW member checks
whether DB2 data has been processed and obtains the default location for
the data from the libref of DB2ACCT. (Information about the ASUMCICX
member is included in MXG Change 21.105.)
Additionally, you should implement the following changes if the tasks
are relevant:
* processing data from Landmark®- The second line of code
should include the MXG member, ASUMUOWT, instead of the member
ASUMOUW as follows:
MACRO _LDB2ACC _NULL_ %
%INCLUDE SOURCLIB(ASUMUOWT);
%INCLUDE SOURCLIB(ASUMCICX);
* processing DB2 data in the same %CxPROCES macro -- The first
line shown in the examples above is not necessary and should
not be used:
%INCLUDE SOURCLIB(ASUMUOW);
%INCLUDE SOURCLIB(ASUMCICX);
* using the FASTCICS process -- Create two additional user
SOURCLIB members, ASUMCICX and ASUMUOW, in addition to any
other members you are instructed to create in
prefix.ITSV.CPMISC(CPUSEVEW), that contain a comment line and a
%INCLUDE statement as follows:
ASUMCICX
* THIS IS A COMMENT TO BE COMPATIBLE WITH FASTCICS;
ASUMUOW
%INCLUDE SOURCLIB(ASUMCICS);
See prefix.ITSV.CPMISC(CPUSEVEW) for more information about
FASTCICS processing.
A Technical Support hot fix for SAS IT Resource Management Release 2.6
for this issue is available at:
http://www.sas.com/techsup/download/hotfix/itrm26.html
A Technical Support hot fix for SAS IT Resource Management Release 2.7
for this issue is available at:
http://www.sas.com/techsup/download/hotfix/itrm27.html#011439
Operating System and Release Information
SAS System | SAS IT Management Solutions Core Components MVA Data | z/OS | 2.5 | | | |
*
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: | Usage Note |
Priority: | high |
Topic: | System Administration ==> Servers
|
Date Modified: | 2007-04-30 15:24:13 |
Date Created: | 2003-12-05 11:16:54 |