Chapter Contents

Previous

Next
The EXPLODE Procedure

Example 1: Controlling Spacing


Procedure features: PARMSCARDS statement
Message lines options: S
spacing-control

This example


Program

options nodate pageno=1 linesize=88 pagesize=60;
 Note about code
options parmcards=extfile;
filename extfile 'parmfile';
proc explode;
   title 'Cover Page';
 Note about code
   parmcards;
 THESE 
6 WORDS
S2
     ARE BIG
;


Output

                                       Cover Page                                      1

*****  *   *  *****   ***   *****  
  *    *   *  *      *   *  *      
  *    *   *  *       *     *      
  *    *****  ****     *    ****   
  *    *   *  *         *   *      
  *    *   *  *      *   *  *      
  *    *   *  *****   ***   *****  









       *   *   ***   ****   ****    ***   
       *   *  *   *  *   *   *  *  *   *  
       *   *  *   *  *   *   *  *   *     
       *   *  *   *  ****    *  *    *    
       * * *  *   *  * *     *  *     *   
       ** **  *   *  *  *    *  *  *   *  
       *   *   ***   *   *  ****    ***   





                              *    ****   *****         ****   *****   ***   
                             * *   *   *  *              *  *    *    *   *  
                            *   *  *   *  *              *  *    *    *      
                            *****  ****   ****           ***     *    * ***  
                            *   *  * *    *              *  *    *    *   *  
                            *   *  *  *   *              *  *    *    *   *  
                            *   *  *   *  *****         ****   *****   ***   


Chapter Contents

Previous

Next

Top of Page

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