SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 35225: An error might occur when using ODS on the z/OS operating system after application of hot fix E9BC53 or E9BC70

DetailsHotfixAboutRate It

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

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASz/OS9.1 TS1M3 SP49.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.