Problem Note 15422: IT Resource Management SAS 8 to SAS 9 conversion documentation example
is incorrect
On page 9 in the "Converting PDBs by Copying" section of the "Migrating
Your SAS® IT Resource Management Environment from SAS 8 to SAS 9"
documentation, the batch job example for z/OS is incorrect.
The following error is generated in the SAS Log:
ERROR: Cannot allocate window.
*** Line xxx: [ERROR: #114] Calling function DISPLAY. Unable to
perform requested function.
Below is the incorrect batch example for z/OS:
%cpstart(mode=batch,
root=location-of-SAS-IT-Resource-Management-2.7,
pdb=location-of-SAS-9-demonstration-PDB, disp=shr);
%cpdbcopy
(location-of-SAS-8-PDB,location-of-SAS-9-PDB);
%cpstart(location-of-SAS-9-PDB,disp=old);
The following is the corrected example:
%cpstart(mode=batch,
root=location-of-SAS-IT-Resource-Management-2.7,
pdb=location-of-SAS-9-demonstration-PDB, disp=shr);
%cpdbcopy
(location-of-SAS-8-PDB,location-of-SAS-9-PDB);
%cpstart(mode=batch,
root=location-of-SAS-IT-Resource-Management-2.7,
pdb=location-of-SAS-9-PDB, disp=old);
Select the Hot Fix tab in this note to access the hot fix for this issue.
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: | high |
Topic: | System Administration ==> Installation
|
Date Modified: | 2006-08-11 14:38:59 |
Date Created: | 2005-06-01 14:53:59 |