Use PROC CONTENTS to determine the size of each observation. (See Using the CONTENTS Procedure to Determine Observation Length.) Multiply the size of each observation by the number of observations.
/* if needed, create web directory */ %sysexec mkdir '/u/myuid/public_html' ; ods html /* specify locations of HTML files */ body='examplb.htm' page='examplp.htm ...