SCAPROC Procedure

RECORD Statement

Specifies a filename or a fileref to contain the output of the SAS Code Analyzer.
Specifying a Record File

Specifying the Grid Job Generator

Syntax

Required Argument

filespec
specifies a physical filename in quotation marks, or a fileref, that indicates a file to contain the output of the SAS Code Analyzer. The output is the original SAS source and comments that contain information about the job. For more information about the output comments, see Results.

Optional Arguments

ATTR
outputs additional information about the variables in the input data sets and views.
OPENTIMES
outputs the open time, size, and physical filename of the input data sets.
EXPANDMACROS
expands macro invocations into separate tasks.
GRID
filespec
specifies a physical filename in quotation marks, or a fileref, that points to a file that will contain the output of the Grid Job Generator.
RESOURCE “resource name
specifies the resource to use in the grdsvs_enable function call. The default is SASMain.
INHERITLIB
adds INHERITLIB=(USER) to the SIGNON statements in the grid-enabled job. By default, the user library (if one is specified) is assigned in each remote session.
Note: INHERITLIB should be used only when the USER library is not globally accessible to all remote sessions.
NOOPTIMIZE
disables the combining and reordering of tasks for grid-enabled jobs.