Double Spacing LISTING Output

If you are generating SAS LISTING output, one way to control the layout is to double space it. To do so, specify the DOUBLE option in the PROC PRINT statement.
proc print data=clinic.stress double; 
   var resthr maxhr rechr; 
   where tolerance='I'; 
run;
Note: Double spacing does not apply to HTML output.
Tip
To generate SAS LISTING output, you must select Tools>Options>Preferences. Select the Results tab. Select the Create listing option.
Figure 5.18 Double-Spaced LISTING Output
Double-Spaced LISTING Output
Last updated: January 10, 2018
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.2.225