The SAS %ISHCONV macro
enables users of SAS 9.2 for
z/OS to convert the contents of user-defined
item store help to HTML format. After the item stores are converted
to HTML, they can be used with the remote browser, which is the default
Help system for SAS 9.2 for
z/OS.
SAS accesses user-defined
HTML help the same as it did item store files. SAS checks for help
files that were created at customer locations, and uses those files
before it uses files supplied by SAS. The HELPLOC system option indicates
the order in which the browser is to use the help files. It specifies
that help files created by customers are to be used before the files
that SAS provides. For more information about how the HELPLOC option
specifies the order in which to access files, see
HELPLOC= System Option: z/OS.
When the %ISHCONV macro
is run on the specified item-store help, the libref for the item-store
help is opened. Then, the user-defined help is exported to the file
that is specified in the macro call.
The file containing
the exported data is then read, and the appropriate files are allocated
and created with the base directory path that you specify for the
htmdir
parameter
of the macro invocation. The files are converted to HTML and subdirectories
are created as they are needed. The subdirectories are populated with
files according to the exported item-store data.
After you have converted
your item-store files to HTML, use the HELPLOC option when you start
SAS to specify the location of your new user-defined help files:
HELP HELPLOC://dirname/filename
Replace
//dirname/filename
with
your specific filepath information.