Updates for SAS Programming for Enterprise Guide Users
Errata
No matter how many times you proof read something it seems that there is always something that you miss. My apologies for any errors and my thanks to the readers who have pointed them out.
Page 164
The full text of the footnote line in Figure 7.28 is as follows:
OBFOOTN print "Printable Version ";
This is only visible in the picture though it is broken down over the following lines. It may have been clearer to repeat the whole thing in text at some point.
Page 180
The final paragraph on this page discusses using multiple parameters. It says to make sure that you use no separator, whereas what you should do is use a blank separator. This is shown correctly in Figure 8.11.
Page 198
On line 4 of the code example the slash goes the wrong way.
ODS HTML PATH="c:/temp" FILE="&file..html";
Should read
ODS HTML PATH="c:\temp" FILE="&file..html";