Just checked: &systime is also present in SAS 9.1.3. NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) 9.1 (TS1M3) Licensed to xxxxxxxxxx AIX, Site xxxxxxxxxxx. NOTE: This session is executing on the AIX 5.3 platform. NOTE: SAS 9.1.3 Service Pack 4 You are running SAS 9. Some SAS 8 files will be automatically converted by the V9 engine; others are incompatible. Please see http://support.sas.com/rnd/migration/planning/platform/64bit.html PROC MIGRATE will preserve current SAS file attributes and is recommended for converting all your SAS libraries from any SAS 8 release to SAS 9. For details and examples, please see http://support.sas.com/rnd/migration/index.html This message is contained in the SAS news file, and is presented upon initialization. Edit the file "news" in the "misc/base" directory to display site-specific news and information in the program log. The command line option "-nonews" will prevent this display. NOTE: SAS initialization used: real time 8.99 seconds cpu time 0.17 seconds NOTE: Unable to open SASUSER.REGSTRY. WORK.REGSTRY will be opened instead. NOTE: All registry changes will be lost at the end of the session. WARNING: Unable to copy SASUSER registry to WORK registry. Because of this, you will not see registry customizations during this session. NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead. NOTE: All profile changes will be lost at the end of the session. NOTE: This SAS session is using a registry in WORK. All changes will be lost at the end of this session. NOTE: This SAS session is using a registry in WORK. All changes will be lost at the end of this session. NOTE: AUTOEXEC processing beginning; file is $HOME/autoexec.sas. NOTE: AUTOEXEC processing completed. NOTE: This SAS session is using a registry in WORK. All changes will be lost at the end of this session. 1 %put &sysdate; 20AUG15 2 %put &systime; 14:36
... View more