Restrictions: | This statement is valid only in a compute block that
is associated with a location in the report.
You cannot use the LINE statement in conditional statements (IF-THEN, IF-THEN/ELSE, and SELECT) because it is not executed until PROC REPORT has executed all other statements in the compute block. |
Examples: | Ordering the Rows in a Report Using Aliases to Obtain Multiple Statistics for the Same Variable Consolidating Multiple Observations into One Row of a Report |
'DF'x
) that is specified within character-string will
not resolve because it is specified within quotation marks. To resolve
a hexadecimal value, use the %sysfunc(byte(num))
function,
where num
is the hexadecimal value.
Be sure to enclose character-string in
double quotation marks (" ") so that the macro function will resolve.