SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 15422: IT Resource Management SAS 8 to SAS 9 conversion documentation example is incorrect

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS IT Management Solutions Core Components MVA Dataz/OS2.72.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.