| Date: | Thu, 6 Feb 1997 13:36:33 +0100 |
| Reply-To: | 100135.1717@compuserve.com |
| Sender: | "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU> |
| From: | SZHGIW <Lee.Gilbert@UBS.CH> |
| Organization: | Union Bank of Switzerland |
| Subject: | SAS 612: Direct lookup of on-line WinHelp Doc. |
| Content-Type: | multipart/alternative; |
|---|
Under MS Windows: WIN32S, WIN95, WINNT: SAS Developers can assign
commands to SAS toolbars* to quickstep them to helpful on-line Doc.
pages.
For example, SAS documentation for:
FRAME Class Dictionary
SCL Reference
EIS Contents
can be directly accessed by assigning the following commands:
%sysfunc(winhelp(HELP_INDEX,c:\sas\core\winhelp\afdoc.hlp))
%sysfunc(winhelp(HELP_KEY,c:\sas\core\winhelp\scldoc.hlp,SCL Dictionary
- Contents))
%sysfunc(winhelp(HELP_INDEX,c:\sas\core\winhelp\eisdoc.hlp))
Note:
One may need to change the physical path of the winhelp files in the
above DM commands.
*and also function KEYS.
--
Lee Gilbert
-----------------------------------------------------------------
[text/html]
|