Problem Note 35225: An error might occur when using ODS on the z/OS operating system after application of hot fix E9BC53 or E9BC70
The following error might occur when using ODS HTML on z/OS after application of hot fix E9BC53 or E9BC70:
Error: Invalid physical name
The error will occur when using ODS HTML to write HTML output to a HFS file defined in the JCL, such as:
//OUTHTM DD PATH='/your/hfs/directory'
To circumvent the problem, replace the DDname in the JCL with a SAS FILENAME statement, such as:
filename outhtm '/your/hfs/directory';
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
*
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.
An error might occur when using ODS on the z/OS operating system after the application of hot fix E9BC53 or E9BC70.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2009-03-26 15:05:38 |
Date Created: | 2009-03-20 16:02:01 |