The TIMEDATA Procedure

Details: TIMEDATA Procedure

The TIMEDATA procedure forms time series data from transactional data. The accumulated time series can then be processed using SAS programming statements. The resulting time series can then be analyzed using time series techniques. The data are analyzed using the following steps (the relevant option is listed to the left):

  1. accumulation

    ACCUMULATE= option in the ID or VAR statement

  2. missing value interpretation

    SETMISSING= option in the ID or VAR statement

  3. time series transformation

    TRANSFORM= option in the VAR statement

  4. time series differencing

    DIF= and SDIF= options in the VAR statement

  5. program execution

    SAS programming statements

  6. descriptive statistics

    OUTSUM= option