Chapter Contents |
Previous |
Next |
The EXPLODE Procedure |
Featured in: | Controlling Spacing and Darkening and Underlining Text |
Message line(s) |
<D | L> |
<Sn | P> |
<spacing-control> |
text |
<U character-1 <...character-n>> |
. . . more blocks of option specifications and text lines . . . |
<D | L> |
<Sn | P> |
<spacing-control> |
<U character-1 <...character-n>> |
Required Argument |
ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 | |
. - + , = * $ / _ ( ) > < | & ' ? ! ; # ¬ " % @ blank |
The not symbol (¬) can also appear as either a hat ( ˆ ) or a tilde (~) depending on your keyboard. PROC EXPLODE ignores lowercase characters.
The EXPLODE procedure reproduces horizontal spacing as it appears in the program, except for column 1, which is reserved for the spacing-control option.
Restriction: | text can begin in any column except the first. |
Options |
To do this | Use this option | |
---|---|---|
Control vertical spacing | Sn or spacing-control | |
Control the text density | ||
Specify dark characters | D | |
Specify light characters | L | |
Underline text | U | |
Begin a new page | P |
Default: | L initially, then for each line of text the value is carried over from the previous line if you do not specify a value. |
Requirement: | Must appear in column 1, and must be the only character on that line. |
Requirement: | To produce overprinting, the SAS system option OVP must be in effect, and your printer must support overprinting. |
Featured in: | Darkening and Underlining Text |
Range: | 1-9 |
See also: | spacing-control |
Featured in: | Controlling Spacing |
Featured in: | Darkening and Underlining Text |
Default: | 0 |
Requirement: | Must begin in column 1 and must be the only characters(s) on that line. |
Default: | 0 |
Range: | 1-9 |
Requirement: | Must appear in column 1. |
Restriction: | Spacing control does not work at the top of the page. |
See also: | Sn option |
Featured in: | Darkening and Underlining Text |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.