Tip of the Day:January 7

From sasCommunity

Jump to: navigation, search

sasCommunity Tip of the Day

Typically, ODS HTML creates fixed-link webpages when you use the statements shown at right.
ODS HTML PATH = '<SUGGESTED PATH>'
         CONTENT = 'CONTENT.HTML'
         FRAME = 'FRAME.HTML'
         BODY = 'BODY.HTML'
         STYLE = SASWEB;
However if you use the URL = NONE option, relative links will be created, and the files can be transferred around easily.
ODS HTML PATH = '<SUGGESTED PATH>' (URL = NONE)
         CONTENT = 'CONTENT.HTML'
         FRAME = 'FRAME.HTML'
         BODY = 'BODY.HTML'
         STYLE = SASWEB;

Submitted by Murphy Choy. Contact me at my Discussion Page.


Feel free to comment on this tip.


Prior tip - Next tip - Random Tip

Submit a Tip

Personal tools