LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 1998, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page