Chapter Contents

Previous

Next
STIMEFMT

STIMEFMT



Control the format of output produced by FULLSTIMER and STIMER

Default: M
Valid in: SAS invocation, SASV8_OPTIONS environment variable, configuration file, OPTIONS statement
UNIX specifics: all


Syntax
Details

Syntax

-STIMEFMT value
STIMEFMT=value


Details

The STIMEFMT system option controls the format of output produced by the FULLSTIMER and STIMER system options.

STIMEFMT takes the following values:

HOURS, H, or Z
prints time statistics in hh:mm:ss.ss format.

MINUTES or M
prints time statistics in mm:ss.ss format.

SECONDS or S
prints time statistics in ss.ss format.

NORMAL or N
prints time statistics in ss.ss format if the time is less than one minute, in mm:ss.ss format if the time is less than one hour, or in hh:mm:ss.ss format otherwise.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.