Previous Page | Next Page

The SCAPROC Procedure

RECORD Statement


Specify a filename or a fileref to contain the output of the SAS Code Analyzer.
RECORD filespec <ATTR> <OPENTIMES> <GRID filespec <RESOURCE "resource name">>;

Task Option
Specify a filename or a fileref to contain the output of the SAS Code Analyzer filespec
Output additional information about the variables in data sets ATTR
Output the open time, size, and physical name of input data sets and views OPENTIMES
Specify a filename or a fileref to contain the output of the Grid Job Generator GRID

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: SCAPROC Procedure.

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.

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.

Previous Page | Next Page | Top of Page