![]() | ![]() | ![]() | ![]() |
Getting performance information from a SAS log can be a time-consuming manual process. You would like to easily get the various types of run information available into SAS data sets for further analysis and comparison.
LOGPARSE and all the macros it calls can be run in SAS 9.1.3 or later.
The logs being analyzed can be from release 6.12 or any later release.
%LOGPARSE does not *need* SAS 9.2 to run; it can analyze SAS 9.2 logs.
The program does not need to be run in the same release that generated the logs; or operating system for that matter. You can analyze logs from z/OS in a UNIX SAS session.
Download the macro code. Place the macro code in either an AUTOCALL library or use %INCLUDE to directly include in your SAS session.
Get complete information on how to use %LOGPARSE and the supplemental macros from the README.TXT in the download.
The %LOGPARSE macro can be run in SAS 9.1.3 and later. It uses the information at the top of the input log file to determine which version's log is being processed.
Paper 219-30 Programmatically Measure SAS® Application Performance On Any Computer Platform With the New LOGPARSE SAS Macro by Michael A. Raithel, Westat, Rockville MD
These sample files and code examples are provided by SAS Institute Inc. "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. Recipients acknowledge and agree that SAS Institute shall not be liable for any damages whatsoever arising out of their use of this material. In addition, SAS Institute will provide no support for the materials contained herein.
These sample files and code examples are provided by SAS Institute Inc. "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. Recipients acknowledge and agree that SAS Institute shall not be liable for any damages whatsoever arising out of their use of this material. In addition, SAS Institute will provide no support for the materials contained herein.
Download the ZIP file, extract the contents to a SAS AUTOCALL location on your system or SAS program files.LOGPARSE ZIP file
| Type: | Sample |
| Topic: | Common Programming Tasks ==> Improving Performance Common Programming Tasks Query and Reporting SAS Reference ==> Macro |
| Date Modified: | 2010-07-07 10:18:54 |
| Date Created: | 2008-12-22 18:40:59 |
| Product Family | Product | Host | SAS Release | |
| Starting | Ending | |||
| SAS System | N/A | z/OS | 9.1 TS1M3 | |
| Microsoft® Windows® for x64 | 9.1 TS1M3 | |||
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 | |||
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M3 | |||
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M3 | |||
| Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 | |||
| Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 | |||
| Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 | |||
| Microsoft Windows 2000 Server | 9.1 TS1M3 | |||
| Microsoft Windows 2000 Professional | 9.1 TS1M3 | |||
| Microsoft Windows NT Workstation | 9.1 TS1M3 | |||
| Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 | |||
| Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 | |||
| Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 | |||
| Microsoft Windows XP Professional | 9.1 TS1M3 | |||
| Windows Vista | 9.1 TS1M3 | |||
| Windows Vista for x64 | 9.1 TS1M3 | |||
| 64-bit Enabled AIX | 9.1 TS1M3 | |||
| 64-bit Enabled HP-UX | 9.1 TS1M3 | |||
| 64-bit Enabled Solaris | 9.1 TS1M3 | |||
| AIX | 9.1 TS1M3 | |||
| HP-UX | 9.1 TS1M3 | |||
| HP-UX IPF | 9.1 TS1M3 | |||
| Linux | 9.1 TS1M3 | |||
| Linux for x64 | 9.1 TS1M3 | |||
| Linux on Itanium | 9.1 TS1M3 | |||
| OpenVMS Alpha | 9.1 TS1M3 | |||
| Solaris | 9.1 TS1M3 | |||
| Solaris for x64 | 9.1 TS1M3 | |||
| Tru64 UNIX | 9.1 TS1M3 | |||




