Previous Topic: 4.2.4.3.1 MSI Options Statement (MSIOPTS)

Next Topic: 4.2.4.3.3 Variable Rename Statement (RENAME)

4.2.4.3.2 Input Data Set Statement (INPUTSAS)

The INPUTSAS and INPUTMODEL statements are used to specify
the SAS dataset that will be used as input for a file in an
MSI FDA.

STATEMENT FORMAT

This keyword is coded with the KEYWORD starting in column 1,
free-form, and continuing through column 72.  Continuation is
not supported.  The following describes the format and coding
rules for the INPUTSAS statement.

 INPUTSAS   libname.member FILTER fltrname
 INPUTMODEL        |         |
                   |         +--- FILTER
                   |
                   +--- SASDS

STATEMENT OPTION DEFINITIONS

 INPUTSAS      - Defines the input SAS dataset for this
 INPUTMODEL      file.

                 SASDS   - The name of the input SAS dataset.
                           This dataset name becomes the
                           default input data for all
                           installed units.  The libname must
                           be specified in the cccCGEN JCL.

                 FILTER  - The MSI defined filter used to
                           exclude variables from the SASDS.
                           This is an optional parameter.

                 fltrname- NONE - no filtering

                           MXG  - filter variables for the
                                  MXG data source.

                           USR  - user defined filtering.
                                  Please refer to the
                                  MSIFILTR macro for
                                  instructions on how to add
                                  or modify filters.

                           This is an optional parameter and
                           only needs to be specified if
                           FILTER is specified.

STATEMENT DEFINITION EXAMPLE

INPUTSAS PDB.TYPE50