RMF 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.
rm
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:
  • CYCLES - Selecting the Database File Cycles
  • RMFPP - Generating Reports & SAS Listing Options
  • REPORTS - Specifying Reports to be Produced
  • SELECT - Selecting Data
  • SUMBY and SUMTYPE - Controlling Summarization
  • TSPAN - Selecting the Database Timespan