Chapter Contents

Previous

Next
The EXPLODE Procedure

Example 2: Darkening and Underlining Text


Procedure features: PARMSCARDS4 statement
Message lines options: D
L
P
U
SAS system option: OVP

This example



Program
 Note about code
options nodate pageno=1 linesize=88 pagesize=60 ovp;
 Note about code
options parmcards=extfile;
filename extfile 'parmfile';

proc explode;
   title 'Important Message';
 Note about code
   parmcards4;
  SOME WORDS
     ARE
D
    DARK;
P
L
   SOME ARE
     ALSO
 Note about code
D
  UNDERLINED
U **********
;;;;


Output

[IMAGE]

[IMAGE]


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.