Previous Page | Next Page

The PRTEXP Procedure

Example 1: Writing Attributes to the SAS Log


Procedure Features:

PROC PRTEXP statement option:

USESASHELP option

SELECT statement


This example shows you how to write the attributes that are used to define a printer to the SAS log.


Program

 Note about code
proc prtexp usesashelp;
select postscript;
run;

Previous Page | Next Page | Top of Page