It’s time to talk about data governance. We’ve put it off for long enough. In Automation, we like to build cool applications with RPA, Artificial Intelligence, and Intelligent Workflows, but we need to spend time on the fundamentals, people. We need to talk about data governance. Scott Burt ...
Security and privacy start with a basic premise: there is something sensitive that needs to be protected or kept away from some unnamed foe. Addressing data security and privacy is by no means an easy task – it requires a cultural shift as well as technology that complements and integrates. So...
Cloud Pak for Data Virtualization gives you the option of replacing an expensive data lake with a simpler alternative that simplifies your heterogeneous multi-cloud data enterprise by making it look, act and feel like a single database, and can perform as well as traditional methods . ...
IBM PureData System for Transactions is an expertly integrated system to help deploy optimized and continuously available mission-critical databases. This paper covers the network requirements for integrating PureData System for Transactions into a data center environment and provides popular...
PDTX_BP_Network_Integration_0514.pdf
We have a busy schedule this fall. Whether you’re interested in online or in-person events, there is something for everyone. Bookmark this for frequent updates. Online technical education If you’re using SAP, then you should tune in to our Db2 Tech Talk on September 20 th . Thomas...
I was recently asked for some code to show how I created the charts in my paper, Tables and Graphs for Monitoring Crime Patterns (Pre-print can be seen here ). I cannot share the data used in the paper, but I can replicate them with some other public data. I will use calls for service...
The performance of the STAR JOIN merge procedure was carefully re-evaluated during development of IBM SPSS Statistics 24. After review of the code, a significant improvement was achieved in the procedure’s performance. The Chart below shows the dramatic difference observed following this...
When you save a data file in SPSS Statistics as a .SAV file using the File->Save or File->Save As, the file is saved in compressed form. For .SAV files stored compressed, small integers (from −99 to 155) and system missing values are stored in one byte instead of the eight bytes that are...
1 Comment - no search term matches found in comments.
When using SPSSINC TRANS, you have a wider array of functions to compute on cases in SPSS. Within the local session, you can create your own python functions within a BEGIN PROGRAM and END PROGRAM block. In SPSSINC TRANS you pass in the values in the current dataset, but you can also create...
Jon Peck made some great comments on my prior post on passing arguments to the SPSSINC TRANS function. Besides advice on that I should be quoting the argument on the FORMULA statement, he gave examples of how you can use the "TO" argument in both passing variables lists within the python...