October 2009
Beginner
636 pages
13h 35m
English
If you want to include a number of procedure results in the same Web page, you can list a number of procedures between your ODS HTML statements. But what if you want to run the procedures at different times, or on different servers?
The NOTOP and NOBOT suboptions can also be used to start a Web page in one run, and then finish it in another run. The way it works is that you specify the NOBOT suboption in the ODS HTML statement for the first run. For the second run, you specify the NOTOP suboption in another ODS HTML statement and include a FILENAME statement with the MOD option, which allows appending one file to another.
The NOBOT suboption in the ODS HTML statement in the first run creates the HTML top matter ...
Read now
Unlock full access