How can you create SAS output in HTML format on any SAS platform?
a.
by specifying system options
b.
by using programming statements
c.
by using SAS windows to specify the result format
d.
you can't create HTML output on all SAS platforms
Correct answer: b
Your answer:
You can create HTML output using programming statements on any SAS platform. In addition, on all except mainframe platforms, you can use SAS windows to specify HTML as a result format.
為什麼選項C錯咧? 根據作者的解釋,C的選項也可以啊?
我看了下書上page 35
You can create HTML output using programming statements on any SAS platform. In addition, in desktop operating environments, you can use windows to specify result formats.
是因為一個是SAS windows 另一個是window嗎?? 這二個不是一樣嗎?