- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I'm looking for a layout of the SMF records SAS cuts under z/OS, but have been unable to locate anything.
Also, is there some sort of cross reference of what procs are part of what SAS product? I ask because I did an extract of some smf records, cut today but didn't recognize something called SASDSVX.
This would be SAS V9.4 running under z/OS V2.3.
Thanks!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Since I opened an issue with Tech Support and they answered, I thought I'd put what they told me here, so if someone searches here they will find it.
The SMF record layout can be found in the Configuration Guide for SAS 9.4 Foundation for z/OS, pages 45-46.
And there's a sample macro to read it in <prefix>.W0.SAMPLE(SMFREAD)
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
SAS® 9.4 Companion for z/OS
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/hosto390/titlepage.htm
The Base SAS Procedures Guide can be found here: https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/titlepage.htm
The SAS Analytics section above it has procedure sections for different products.
Greg Wootton | Principal Systems Technical Support Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I suspect at this point, I'll just open an issue with Support and try that route.
But I do want to thank you for a response -- Rebecca
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Since I opened an issue with Tech Support and they answered, I thought I'd put what they told me here, so if someone searches here they will find it.
The SMF record layout can be found in the Configuration Guide for SAS 9.4 Foundation for z/OS, pages 45-46.
And there's a sample macro to read it in <prefix>.W0.SAMPLE(SMFREAD)