Contact support.
If you have any questions, difficulties, or suggestions please write to our support channel by filling out the form.
"*" indicates required fields
This guide is made to give you an overview on how you can use and access the Data Lake. With ITBI™ Data Lake access you can do the analysis of your choice directly on your data and with the tools of your choice.
Raw SMF in Tables:
MXG-like Tables:
These tables can be accessed via SQL from almost any tool (SAS, Python, Excel, Athena, R, and many more)
The tables are updated within minutes of the data arriving.
Raw SMF Tables
MXG Like Tables
You can see a list of the relevant tables and views on the left side of the screen.
The raw SMF tables start with smf_*
The mxg-like views start with v_smtmxg_*
A selected statement that chooses the following columns from the SMF70 subtype 1 table:
For the date 2022-05-01 (batch number is the date)
Sorted by time and system
Limited to 100 rows
You can cut and paste the results or download them as .csv using Athena.
Always include a ‘where’ clause specifying the date (or range of dates) of interest using ‘batch’. E.g. where batch > 20221001 will give you all days after October 1, 2022. If you don’t specify a batch, then Athena will scan all of the data in the data lake.
When developing a query or just exploring the data it is a good idea to limit the number of rows returned using the ‘limit’ statement. Then you can remove the limit when you are ready to ask for a full set of data.
We are developing additional documentation. Have a look here to see the version under development: https://dev-api.smtdata.com/data-model-documentation/swagger/index.html
You can also find lots of documentation of SMF on the IBM website: https://www.ibm.com/docs/en/zos/2.4.0?topic=smf-records
You are always welcome to contact SMT Data for additional information here.
For technical specifications and questions, as well as guidelines and prerequisites please contact:
If you have any questions, difficulties, or suggestions please write to our support channel by filling out the form.
"*" indicates required fields