Previous Page | Next Page

Informats

STIMERw. Informat



Reads time values and determines whether the values are hours, minutes, or seconds; reads the output of the STIMER system option.
Category: Date and Time

Syntax
Syntax Description
Details

Syntax

STIMERw.

Syntax Description

w

specifies the width of the input field.


Details

The STIMER informat reads performance statistics that the STIMER system option writes to the SAS log.

The informat reads time values and determines whether the values are hours, minutes, or seconds based on the presence of decimal points and colons:

In all cases, the result is a SAS time value.

The input values for STIMER must be in one of the following forms:

where

ss

is an integer that represents the number of seconds.

mm

is an integer that represents the number of minutes.

hh

is an integer that represents the number of hours.

Previous Page | Next Page | Top of Page