I have used this technique of SAS writting SMF data and then SAS Corp. was kind enough to provide me an xref table to make it tie back to the correct SAS Product.
Lizette >>Without buying any special software is there away to identify SAS usage by >>component? Not just who uses SAS bt who uses SAS/FSP , SAS/GRAPH etc ... > >SAS has an option to trace, by jobname, all PROCS and write to SMF. Then you >can read the records an map the PROCs to the product, with a simple FORMAT: > >proc FORMAT; VALUE $PROC > 'PRINT' = 'BASE' > . > . > 'GPLOT' = 'GRAPH' > . > etc. > ; > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

