3. REPORTS › 3.1 Postprocessor Reports › 3.1.2 Running the Postprocessor Reports › 3.1.2.1 Report Control Statements
3.1.2.1 Report Control Statements
Postprocessor report generation is controlled by means of SAS
global variable assignments and the invocation of one SAS
MACRO. In addition, source and MACRO listing options are
available for debugging purposes.
Example: To produce an RMF postprocessor report, complete
the job card, EXEC statement, SYSIN data set name
and specify the control statements:
//jobname JOB ...
//RMFPP EXEC MICSSHRx
//SYSIN DD DISP=SHR,DSN=sp.MICS.INCLLIB(RMFRPTS)
//CONTROL DD *
%LET REPORTS = value; /* REQUIRED */
%LET TSPAN = value; /* REQUIRED */
%LET CYCLES = value; /* REQUIRED */
%LET SUMBY = value; /* optional */
%LET SUMTYPE = value; /* optional */
%LET SELECT = value; /* optional */
%RMFPP; /* REQUIRED */
/*
The control statements are documented in the following
sections:
1 - Specifying Reports to be Produced (REPORTS)
2 - Selecting the Database Timespan (TSPAN)
3 - Selecting the Database File Cycles (CYCLES)
4 - Controlling Summarization (SUMBY and SUMTYPE)
5 - Selecting Data (SELECT)
6 - Generating Reports & SAS Listing Options (RMFPP)