Online File

How to use this page


Rick Aster: Professional SAS Programming Secrets: Contents

Chapter 13
Program 13a
PRINTRESET macro


*
  Professional SAS Programming Secrets
  Program 13a
  PRINTRESET macro
*;
%MACRO PRINTRESET(PAGE=1);
proc printto print=print;
run;
title1 ' ';
footnote1;
options nocenter pageno=&PAGE.;
%MEND;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Secrets

Contents/Online Files

Corrections