Automatic Macro Variables |
Contains the time a SAS job or session began executing.
Type: |
Automatic macro variable (read only)
|
The value is displayed in TIME5. format and does not change during the
individual job or session.
The following statement displays the time a SAS session
started.
%put This SAS session started running at: &systime;
When this statement executes at 3 p.m., but your SAS session began executing
at 9:30 a.m., the following comment is written to the SAS log:
This SAS session started running at: 09:30
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.