Previous Page | Next Page

The LOAN Procedure

PROC LOAN Statement

PROC LOAN options ;

The OUTSUM= option can be used in the PROC LOAN statement. In addition, the following loan specification options can be specified in the PROC LOAN statement to be used as defaults for all loans unless otherwise specified for a given loan:

AMOUNT=

INTERVAL=

POINTPCT=

AMOUNTPCT=

LABEL=

PREPAYMENTS=

COMPOUND=

LIFE=

PRICE=

DOWNPAYMENT=

NOSUMMARYPRINT

RATE=

DOWNPAYPCT=

NOPRINT

ROUND=

INITIAL=

PAYMENT=

START=

INITIALPCT=

POINTS=

SCHEDULE=

Output Option

OUTSUM= SAS-data-set

creates an output data set that contains loan summary information for all loans other than those for which a different OUTSUM= output data set is specified.

Previous Page | Next Page | Top of Page