Date: Mon, 26 Oct 1998 18:15:56 GMT
Reply-To: SFBAY0001 <sfbay0001@AOL.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: SFBAY0001 <sfbay0001@AOL.COM>
Organization: AOL http://www.aol.com
Subject: Re: MVS CPU time during DATA step
You can use the FULLSTATS and FULLSTIMER system options to obtain information
about CPU and other resource utilization for each "task" (ie, Procedure or Data
Step) in your program.
I don't think you can determine resource utilization for parts of a "task,"
such as a specific subsetting "IF" statement or a DO-group.
You may want to obtain, from SAS Institute, a copy of Mike Raithel's excellent
contribution to the Books By Users Program. "Tuning SAS Applications in the MVS
Environment" for information on ways to improve the efficiency of your SAS
programs running in the mainframe world.
Andrew H. Karp
Sierra Information Services, Inc.
A SAS Institute Quality Partner in the USA
1489 Webster Street Suite 1308 San Francisco, CA 94115 USA
415/441-0702 (voice)
SierraInfo@AOL.COM
http://www.SierraInformation.com
|