Smarter Care Workshop

Size: px
Start display at page:

Download "Smarter Care Workshop"

Transcription

1 Smarter Care Workshop 2 P a g e SPSS Lab Workbook

2

3 Overview: In this exercise, you will learn how to build a simple stream and model using SPSS Modeler. SPSS Overview: The first step in this process is to open SPSS Modeler and understand how to build a simple classification model using the automated features of SPSS. Classification models are used for many purposes so for this first exercise we will build a simple classification model to predict a machine failure. To start go to your Windows program menu and selecting IBM SPSS Modeler 16.0 as follows: Once this is done the application should open and you should see the modeler interface as shown below: 1

4 The basic metaphor of SPSS is that of a design canvas that you can drag and drop icons (nodes) on to and build a visual data mining workflow. From the top of the application, we can see a list of menus on the top and on the bottom we can see a set of tabs with icons (nodes) below each tab. We will use these nodes in this section to build a simple model. We are going to build a simple model to predict is an asset is likely to fail or not using a auto-classifier node. First click on the Sources tab and double click on the var. file node. You can also drag and drop this node on the canvas. This node allows us to pull data in from a delimited file (typically comma) to supply data to the downstream nodes. We need to associate this node to the data source. 2

5 To do this double click on the var. file node. This action will open up a dialog box and allow us to enter a file path for the source file. Using the button locate the ShredderHSRawHigherLevelGrainIII.csv file found in the following directory: C:\Healthcare_Workshop Note we can view the data from this source by clicking on the preview button (top left) to view the first ten records from the source. 3

6 Click Ok Next drag and drop a type node from the Field Ops tab on to the canvas. The result should look as follows Connect these two nodes by clicking on the first node (ShredderHSRawHigherLevelGrainIII) and hitting the F2 key and then connecting to the type node.the result should look like the following. This is known simply as a stream. 4

7 Double click on the Type node to open it up an configure the node. Ensure you are on the Types tab of the Type node and using the drop down menus for the Role configure the Type node as follows: 5

8 What this step does is to prepare the data for the downstream method/algorithm that will be consuming the data. Additionally, we are specifying a target field (FAIL) which is what we want the model to do i.e. predict failures and we are setting this field as a flag as shown below. Check to ensure Measurement for Fail is set to Flag (it could be set to continuous), click on Fail Measurement column to change if necessary. Click OK Our next step is to add a modeling node to the stream. We do this by dragging and dropping the AutoClassifier node from the Models tab on to the canvas and connecting it to the Type Node. Alternatively, you could double click the Autoclassifier node on the Modeler Pallet to add the Autoclassifier node to the last position. 6

9 At this point we have sourced, typed and connected the data to the algorithm.we are now ready to create our first model. We do this by right clicking on the AutoCluster node and choosing run from the drop down menu options. This node will pick the best algorithms to use to classify failures based on those that are most accurate. This will create a model nugget as shown below: Alternatively, click on the nugget then double click table node to add and connect it automatically. 7

10 In order to look at the output of the model we need to a bit of reordering and output the results to a table. First attach a Field Reorder node (found on the Field Ops tab) to the gold model nugget as shown. This can be done by clicking on the gold model nugget on the canvas then clicking on the Field Reorder node. This will automatically attach the Field Reorder node to the model Double click on the Field Reorder node on the design canvas and open it. Using the drop down control (far right middle) choose all of the fields from the Select Fields dialog box. This is done by holding down on the <Ctrl> button and choosing one field at a time. Then clicking on the Ok button. 8

11 When you are done you should see the following in the Field Reorder dialog box. 9

12 Using you mouse, choose the $XF-FAIL and $XFC-FAIL attributes as shown: Using the Move Up selection arrow shown below, move these two attribute up so that they are positioned below the AsseID attribute as shown below: 10

13 Click OK. Next we add a table node to the Field Reorder Node. We do this clicking on the Field Reorder node and then going to the output tab and double clicking on the table node (found on the Output tab) Your design canvas should look like the following: 11

14 We can right click on the table node and choose the Run command from the menu to produce the following output. If we scroll to the left of this output we will see two new columns $XF-FAIL which is the models prediction 1 = Fail 0 = Not Fail and a confidence value for that predictions $XFC-FAIL ( values range between 0-1). Thus our model predicts that the second asset is not likely to fail with a 99.6 % confidence. 12

15 We may also want to understand the accuracy of this model. To do this, we click on the gold model nugget and then double click on the Analysis node also found under the Output tab as shown: Right mouse click on the Analysis node on the design canvas and choose the Run menu option this should yield a dialog box as shown below. From this, we can see that the overall accuracy of this model is 97.2% 13

16 Now that we have built and verified the accuracy of our model we are going to use that model to score real data. To do this we will do the following steps: Add a second (new) var source node and connect it to the SampleData.csv file found in the following directory C:\Healthcare_Workshop as shown below: 14

17 Click on the Type node in the training stream and copy the node and paste it next to the new source node. This can be done using the <CTRL C> and <CTRL V> keys. Drag the Type node down and connect the copied Type node to the new source node as shown: 15

18 Perform the same procedure for the Gold model nugget. 16

19 Click on the second model nugget and go to the output tab and double click on the table node so that it gets added to the Scoring stream as shown: 17

20 Right click on the new table node and choose the Run menu option and execute the stream. This simulates how we would use our model to make predictions on a new data set. You should see results as follows: 18

21 We have just built our first model to predict failures. This is known as a classification model. In our next lab, we are going to develop a model to predict 30 day readmissions. Go to the File Menu and select the menu option Close Stream. You will be asked if you want to save the changes. Select the No button 19

22 In this next lab, we are going to build a model to predict those patients who are likely to return to the hospital 30 days after being discharged. The first step is to close the existing classification model we built. This is done as follows: Go to the File Menu and select the menu option New Stream. You should then have a blank design canvas as shown below. Drag and drop a variable source node from the sources tab on to the design canvas. 20

23 Double click on the variable file node on the canvas and open the Edit dialog box as shown 21

24 Using the button to the right of the file textbox go to the following directory and select the following file: C:\Healthcare_Workshop\Readmissions.csv Click the Apply button and then the Ok button. This will close the dialog box. Now connect a Type node to the variable file node as shown below. Again you can do this by clicking on the Readmissions.csv source node then double clicking on the type node found on Fields Ops tab. 22

25 Double click on the Type Node to open the Edit dialog box and click on the Read Values button. This will instantiate the measurement and value entries in the node Using the dropdown list on the Readmitted field set the measurement value to type flag as shown 23

26 Using the Dropdown list on the Readmitted field set the Role to Target as shown: Click the Apply then the OK buttons on the Type dialog box.at this point your design canvas should look like the following: 24

27 Click on the Modeling tab at the bottom of modeler and double click on the C5.0 Node. This will attach a classification node to the Type node. 25

28 Right click on the C5.0 node and using the menu drop down select the menu selection Run. This will cause the C5.0 algorithm to run and produce a model nugget as shown below. Double click on the Model Nugget. Note frame that contains the Predictor Importance. This frame details those attributes that are most predictive of a person being readmitted within 30 days. Also note the right frame which details a set of rules that allow us to determine using a few simple rules which patients are most likely to be readmitted. This can be very useful in terms of training Discharge clinicians a few simple questions to ask a person before they are discharged to determine if they are likely to be readmitted. Close the nugget dialog box using the red X in the upper right. 26

29 Click on the gold model nugget in the design canvas. The double click on the Field Reporder node found under the Field Ops tab. This should add the Field Reorder node after the Readmitted model as shown: Double click on the Field Reorder node on the design canvas and open it. Using the drop down control (far right middle) choose all of the fields from the Select Fields dialog box. This is done by holding down on the <Ctrl> button and choosing one field at a time. Then clicking on the Ok button. 27

30 When you are done you should see the following in the Field Reorder dialog box. Using you mouse, choose the $C-Readmitted and $CC-Readmitted attributes as shown: Using the Move Up selection arrow shown below, move these two attribute up so that they are positioned below the Readmitted attribute as shown below: 28

31 Click OK. Next we add a table node to the Field Reorder Node. We do this clicking on the Field Reorder node and then going to the output tab and double clicking on the table node (found on the Output tab). Your design canvas should look like the following: 29

32 Right click on the table and select the menu item Run. Using the horizontal scroll bar slider, scroll to the far left so that you can see the $C-Readmitted and $CC-Readmitted columns. These represent the prediction of if a person is going to be readmitted along with the confidence in that prediction. You can now close the Table window. You have successfully built a simple model to predict 30 day hospital readmissions. Close the table view by clicking on the red x in the top right of the table. We may also want to understand the accuracy of this model. To do this, we click on the gold model nugget and then double click on the Analysis node also found under the Output tab as shown: 30

33 Right mouse click on the Analysis node on the design canvas and choose the Run menu option this should yield a dialog box as shown below. From this, we can see that the overall accuracy of this model is 95.97%. 31

34 Close the Analysis dialog box. We can save the models we create using the following process. Please note : If you have a memory stick or flash drive you may want to use an alternate directory path that the one detailed below. Go to the File Menu, choose the Save As menu option. This will bring up a dialog box as shown: In the File Name textbox change the default name to Readmissions_Solution as shown and ensure that it is being saved in the following directory path:c:\healthcare_workshop. Click on the Save button. Go to the File Menu and select the menu option Close Stream. In the next lab, the instructor will guide you through the use case (predicting patient complications) and the basic elements of the stream. The first stream we will examine is the Complications_Prediction2.str stream. This stream can be found in the following directory: C:\Healthcare_Workshop\Costs-LOS-Models\HC_Streams\HC_Streams 32

35 To open this stream go to the File menu in Modeler and choose Open stream this will allow you to go to the correct directory and pick the Complications_Prediction2.str file. Once open the stream should look like the following: The instructor will now guide you through the stream and its general functionality/purpose. After the discussion is complete, close the stream. This is done by going to the File Menu and select the menu option Close Stream.In the next lab, the instructor will guide you through the use case (predicting expected patient costs) and the basic elements of the stream. The stream we will examine is the Costs_Predictions_Including_Procrdure.str stream. This stream can be found in the following directory: C:\Healthcare_Workshop\Costs-LOS-Models\HC_Streams\HC_Streams To open this stream, go to the File menu in Modeler and choose Open stream this will allow you to go to the correct directory and pick the Costs_Predictions_Including_Procrdure.str file. 33

36 Once open the stream should look like the following: The instructor will now guide you through the stream and its general functionality/purpose. After the discussion is complete, close the stream. This is done by going to the File Menu and select the menu option Close Stream. Hopefully this short SPSS Healthcare workshop has helped you better understand how you can use SPSS Modeler to predict many future healthcare type events. These include areas such as readmissions, costs, length of stay, high risk pregnancies, fraud, complications. 34

37 NOTES: 35

38 36

39

40 Copyright IBM Corporation The information contained in these materials is provided for informational purposes only, and is provided AS IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, these materials. Nothing contained in these materials is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. References in these materials to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. This information is based on current IBM product plans and strategy, which are subject to change by IBM without notice. Product release dates and/or capabilities referenced in these materials may change at any time at IBM s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. IBM, the IBM logo and ibm.com are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol ( or ), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. A current list of IBM trademarks is available on the Web at Copyright and trademark information at ibm.com/legal/copytrade.shtml Other company, product and service names may be trademarks or service marks of others. 38

HATS APPLICATION DEVELOPMENT FOR A MOBILE DEVICE

HATS APPLICATION DEVELOPMENT FOR A MOBILE DEVICE HATS APPLICATION DEVELOPMENT FOR A MOBILE DEVICE The process for developing a Rational HATS Web application for a mobile device is the same as developing any Rational HATS Web application, with some considerations

More information

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring Timothy Burris, Cloud Adoption & Technical Enablement Copyright IBM Corporation 2017 IBM, the IBM logo and ibm.com

More information

MSS VSOC Portal Single Sign-On Using IBM id IBM Corporation

MSS VSOC Portal Single Sign-On Using IBM id IBM Corporation MSS VSOC Portal Single Sign-On Using IBM id Changes to VSOC Portal Sign In Page Users can continue to use the existing Client Sign In on the left and enter their existing Portal username and password.

More information

IBM Fault Analyzer for z/os

IBM Fault Analyzer for z/os Lab 17314 IBM PD Tools Hands-On Lab: Dive into Increased Programmer Productivity IBM Fault Analyzer for z/os Eclipse interface Hands-on Lab Exercises IBM Fault Analyzer for z/os V13 Lab Exercises Copyright

More information

SCREEN COMBINATION FEATURE IN HATS 7.0

SCREEN COMBINATION FEATURE IN HATS 7.0 SCREEN COMBINATION FEATURE IN HATS 7.0 This white paper provides details regarding screen combination feature in HATS 7.0. What is Screen combination in HATS 7.0? HATS 7.0 can combine together multiple

More information

Lab DSE Designing User Experience Concepts in Multi-Stream Configuration Management

Lab DSE Designing User Experience Concepts in Multi-Stream Configuration Management Lab DSE-5063 Designing User Experience Concepts in Multi-Stream Configuration Management February 2015 Please Note IBM s statements regarding its plans, directions, and intent are subject to change or

More information

IBM Infrastructure Suite for z/vm and Linux: Introduction IBM Tivoli OMEGAMON XE on z/vm and Linux

IBM Infrastructure Suite for z/vm and Linux: Introduction IBM Tivoli OMEGAMON XE on z/vm and Linux IBM Infrastructure Suite for z/vm and Linux: Introduction IBM Tivoli OMEGAMON XE on z/vm and Linux August/September 2015 Please Note IBM s statements regarding its plans, directions, and intent are subject

More information

[CONFIGURE NEW PAYMENT METHOD IN STORE FRONT]

[CONFIGURE NEW PAYMENT METHOD IN STORE FRONT] 2009 [CONFIGURE NEW PAYMENT METHOD IN STORE FRONT] [This document is helpful for adding a new payment method in websphere commerce Store Front. Here we are adding Discover Credit Card as a new payment

More information

WP710 Language: English Additional languages: None specified Product: WebSphere Portal Release: 6.0

WP710 Language: English Additional languages: None specified Product: WebSphere Portal Release: 6.0 General information (in English): Code: WP710 Language: English Additional languages: Brand: Lotus Additional brands: None specified Product: WebSphere Portal Release: 6.0 WW region: WorldWide Target audience:

More information

Using Question/Answer Wizards and Process Slots to configure an RMC process/wbs

Using Question/Answer Wizards and Process Slots to configure an RMC process/wbs IBM Software Group Using Question/Answer Wizards and Process Slots to configure an RMC process/wbs Bruce MacIsaac Rational Method Composer Product Manager bmacisaa@us.ibm.com Agenda Process builder Process

More information

Innovate 2013 Automated Mobile Testing

Innovate 2013 Automated Mobile Testing Innovate 2013 Automated Mobile Testing Marc van Lint IBM Netherlands 2013 IBM Corporation Please note the following IBM s statements regarding its plans, directions, and intent are subject to change or

More information

IBM Software. IBM Forms V8.0. Forms Experience Builder - Portal Integration. Lab Exercise

IBM Software. IBM Forms V8.0. Forms Experience Builder - Portal Integration. Lab Exercise IBM Forms V8.0 Forms Experience Builder - Portal Integration Lab Exercise Catalog Number Copyright IBM Corporation, 2012 US Government Users Restricted Rights - Use, duplication or disclosure restricted

More information

ISAM Advanced Access Control

ISAM Advanced Access Control ISAM Advanced Access Control CONFIGURING TIME-BASED ONE TIME PASSWORD Nicholas J. Hasten ISAM L2 Support Tuesday, November 1, 2016 One Time Password OTP is a password that is valid for only one login session

More information

Lotusphere IBM Collaboration Solutions Development Lab

Lotusphere IBM Collaboration Solutions Development Lab Lotusphere 2012 IBM Collaboration Solutions Development Lab Lab 01 Building Custom Install Kits for IBM Lotus Notes Clients 1 Introduction: Beginning with IBM Lotus Notes Client version 8.0, customizing

More information

ISAM Federation STANDARDS AND MAPPINGS. Gabriel Bell IBM Security L2 Support Jack Yarborough IBM Security L2 Support.

ISAM Federation STANDARDS AND MAPPINGS. Gabriel Bell IBM Security L2 Support Jack Yarborough IBM Security L2 Support. ISAM Federation STANDARDS AND MAPPINGS Gabriel Bell IBM Security L2 Support Jack Yarborough IBM Security L2 Support July 19, 2017 Agenda ISAM Federation Introduction Standards and Protocols Attribute Sources

More information

Predictive Analytics Workshop. Workbook Public Sector Edition

Predictive Analytics Workshop. Workbook Public Sector Edition Predictive Analytics Workshop Workbook Public Sector Edition Contents 1. NAVIGATING IBM SPSS MODELER... 3 2. PREDICTIVE IN 20 MINUTES... 6 3. SEGMENTATION MODELING... 15 4. ENTITY ANALYTICS... 26 5. CLASSIFICATION

More information

Using Hive for Data Warehousing

Using Hive for Data Warehousing An IBM Proof of Technology Using Hive for Data Warehousing Unit 1: Exploring Hive An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2013 US Government Users Restricted Rights - Use,

More information

IBM SPSS Statistics Desktop

IBM SPSS Statistics Desktop Software Product Compatibility Reports Product IBM SPSS Statistics 26.0.0.0 Operating Systems The Operating sysytems section specifies the that IBM SPSS Statistics 26.0.0.0 supports, organized by operating

More information

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup Purpose: The purpose of this lab is to setup software that you will be using throughout the term for learning about Python

More information

IBM SPSS Text Analytics for Surveys

IBM SPSS Text Analytics for Surveys Software Product Compatibility Reports Product IBM SPSS Text Analytics for Surveys 4.0.1.0 Contents Included in this report Operating systems Hypervisors (No hypervisors specified for this product) Prerequisites

More information

Lotusphere IBM Collaboration Solutions Development Lab

Lotusphere IBM Collaboration Solutions Development Lab Lotusphere 2012 IBM Collaboration Solutions Development Lab Lab#4 IBM Sametime Unified Telephony Lite telephony integration and integrated telephony presence with PBX 1 Introduction: IBM Sametime Unified

More information

Hands-on Lab Session 9011 Working with Node.js Apps in IBM Bluemix. Pam Geiger, Bluemix Enablement

Hands-on Lab Session 9011 Working with Node.js Apps in IBM Bluemix. Pam Geiger, Bluemix Enablement Hands-on Lab Session 9011 Working with Node.js Apps in IBM Bluemix Pam Geiger, Bluemix Enablement Copyright IBM Corporation 2017 IBM, the IBM logo and ibm.com are trademarks of International Business Machines

More information

Using Hive for Data Warehousing

Using Hive for Data Warehousing An IBM Proof of Technology Using Hive for Data Warehousing Unit 5: Hive Storage Formats An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2013 US Government Users Restricted Rights -

More information

IBM Social Rendering Templates for Digital Data Connector

IBM Social Rendering Templates for Digital Data Connector IBM Social Rendering Templates for Digital Data Dr. Dieter Buehler Software Architect WebSphere Portal / IBM Web Content Manager Social Rendering Templates for DDC- Overview This package demonstrates how

More information

IBM Blockchain IBM Blockchain Developing Applications Workshop - Node-Red Integration

IBM Blockchain IBM Blockchain Developing Applications Workshop - Node-Red Integration IBM Blockchain Developing Applications Workshop - Node-Red Integration Exercise Guide Contents INSTALLING COMPOSER NODE-RED NODES... 4 INTEGRATE NODE-RED WITH COMPOSER BUSINESS NETWORK... 7 APPENDIX A.

More information

IBM MaaS360 Kiosk Mode Settings

IBM MaaS360 Kiosk Mode Settings IBM MaaS360 Kiosk Mode Settings Configuration Settings for Kiosk Mode Operation IBM Security September 2017 Android Kiosk Mode IBM MaaS360 provides a range of Android device management including Samsung

More information

Using Hive for Data Warehousing

Using Hive for Data Warehousing An IBM Proof of Technology Using Hive for Data Warehousing Unit 3: Hive DML in action An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2013 US Government Users Restricted Rights - Use,

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Setup domino admin client by providing username server name and then providing the id file.

Setup domino admin client by providing username server name and then providing the id file. Main focus of this document is on the lotus domino 8 server with lotus sametime 8. Note: do not configure Web SSO, Ltpatoken, directory assistance and ldap configuration because they will be configured

More information

WebSphere Commerce Developer Professional

WebSphere Commerce Developer Professional Software Product Compatibility Reports Product WebSphere Commerce Developer Professional 8.0.1+ Contents Included in this report Operating systems Glossary Disclaimers Report data as of 2018-03-15 02:04:22

More information

Newforma Contact Directory Quick Reference Guide

Newforma Contact Directory Quick Reference Guide Newforma Contact Directory Quick Reference Guide This topic provides a reference for the Newforma Contact Directory. Purpose The Newforma Contact Directory gives users access to the central list of companies

More information

Westhold Sign Master User Manual. Version

Westhold Sign Master User Manual. Version Westhold Sign Master User Manual Version 1.0.0.5 This manual was written for use with the Westhold Sign Master for Windows software version 1.0.0.1. This manual and the Westhold Sign Master software described

More information

[INTEGARTION OF DISPLAY TAG WITH WEBSPHERE COMMERCE]

[INTEGARTION OF DISPLAY TAG WITH WEBSPHERE COMMERCE] 2009 [INTEGARTION OF DISPLAY TAG WITH WEBSPHERE COMMERCE] Instant Design, pagination, sorting, and much more without a lot of effort What is Display Tag? The display tag library is an open source suite

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

Hands-on Lab Session 9020 Working with JSON Web Token. Budi Darmawan, Bluemix Enablement

Hands-on Lab Session 9020 Working with JSON Web Token. Budi Darmawan, Bluemix Enablement Hands-on Lab Session 9020 Working with JSON Web Token Budi Darmawan, Bluemix Enablement Copyright IBM Corporation 2017 IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp.,

More information

Smart Transformation. Smart Transformation. Ravi Indukuri IBM Commerce

Smart Transformation. Smart Transformation. Ravi Indukuri IBM Commerce Smart Transformation Ravi Indukuri (ravinduk@in.ibm.com) Abstract Data transformation is the process of converting data or information from one format to another, usually from the format of a source system

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

IBM Application Performance Analyzer for z/os Version IBM Corporation

IBM Application Performance Analyzer for z/os Version IBM Corporation IBM Application Performance Analyzer for z/os Version 11 IBM Application Performance Analyzer for z/os Agenda Introduction to Application Performance Analyzer for z/os A tour of Application Performance

More information

Mining Your Warranty Data Finding Anomalies (Part 1)

Mining Your Warranty Data Finding Anomalies (Part 1) Mining Your Warranty Data Finding Anomalies (Part 1) Rob Evans (vrevans@us.ibm.com), Support Warranty Analyst, IBM 3 December 2010 The problem One of my jobs each month is to review all of the warranty

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel From the Windows Start screen, click the Excel 2013 program tile 1 Right-click a blank area of the Windows Start screen 2 Click the All Apps button 3 Click

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Migrating WebSphere Commerce Using Wizard

Migrating WebSphere Commerce Using Wizard Migrating WebSphere Commerce Using Wizard Abdul Hai Memon Software Engineer abdulhai@royalcyber.com Royal Cyber Inc., http://www.royalcyber.com/ Introducation WebSphere Commerce is a complex enterprise

More information

Rational Asset Manager V7.5.1 packaging October, IBM Corporation

Rational Asset Manager V7.5.1 packaging October, IBM Corporation https://jazz.net/projects/rational-asset-manager/ Rational Asset Manager V7.5.1 packaging October, 2011 IBM Corporation 2011 The information contained in this presentation is provided for informational

More information

Spreadsheet View and Basic Statistics Concepts

Spreadsheet View and Basic Statistics Concepts Spreadsheet View and Basic Statistics Concepts GeoGebra 3.2 Workshop Handout 9 Judith and Markus Hohenwarter www.geogebra.org Table of Contents 1. Introduction to GeoGebra s Spreadsheet View 2 2. Record

More information

What's New in IBM Notes 9.0 Social Edition

What's New in IBM Notes 9.0 Social Edition What's New in IBM Notes 9.0 Social Edition Jaitirth V. Shirole Advisory Software Engineer, IBM http://www.ibm.com/developerworks/mydeveloperworks/profiles/user/jaitirth Snehal Devasthali System Software

More information

DecisionPoint For Excel

DecisionPoint For Excel DecisionPoint For Excel Getting Started Guide 2015 Antivia Group Ltd Notation used in this workbook Indicates where you need to click with your mouse Indicates a drag and drop path State >= N Indicates

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook

More information

Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only)

Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only) ECDL Module 5 WORKBOOK Databases Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only) PAGE 2 - ECDL MODULE 5 (OFFICE 2003) - WORKBOOK 1995-2007 Cheltenham Courseware Ltd. All trademarks acknowledged.

More information

download instant at

download instant at CHAPTER 1 - LAB SESSION INTRODUCTION TO EXCEL INTRODUCTION: This lab session is designed to introduce you to the statistical aspects of Microsoft Excel. During this session you will learn how to enter

More information

IBM Rational Software

IBM Rational Software IBM Rational Software Development Conference 2008 Architecture and Customization of the IBM Rational Team Concert Connectors for ClearCase and ClearQuest John Vasta ClearQuest Connector Lead, IBM jrvasta@us.ibm.com

More information

Lotus Technical Night School XPages and RDBMS

Lotus Technical Night School XPages and RDBMS Lotus Technical Night School XPages and RDBMS Note: Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing

More information

Disclaimer; No Warranty Copyright Trademarks

Disclaimer; No Warranty Copyright Trademarks Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM) ARE PROVIDED FOR REFERENCE PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY

More information

PHYSICIAN S OFFICE STAFF Instructions for Paragon s WebStation for Physicians

PHYSICIAN S OFFICE STAFF Instructions for Paragon s WebStation for Physicians PHYSICIAN S OFFICE STAFF Instructions for Paragon s WebStation for Physicians Login with your assigned individual User Name and Password. Physician Office Staff are issued inquiry access only in WebStation

More information

Open Mic Webcast: Troubleshooting freetime (busytime) issues in Lotus Notes

Open Mic Webcast: Troubleshooting freetime (busytime) issues in Lotus Notes Open Mic Webcast: Troubleshooting freetime (busytime) issues in Lotus Notes February 28 th @ 11:00 AM EST (16:00 UTC, or GMT -5) Presenters & Panelists: Andrea Mitchell Terry Talton Bruce Kahn Open Mic

More information

Using Hive for Data Warehousing

Using Hive for Data Warehousing An IBM Proof of Technology Using Hive for Data Warehousing Unit 5: Hive Storage Formats An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2015 US Government Users Restricted Rights -

More information

Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only)

Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only) ECDL Module 5 WORKBOOK Databases Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only) PAGE 2 - ECDL MODULE 5 (OFFICE XP) - WORKBOOK 1995-2007 Cheltenham Courseware Ltd. All trademarks acknowledged.

More information

IBM Lotus Notes 8.5 Version to Version Comparison IBM Corporation

IBM Lotus Notes 8.5 Version to Version Comparison IBM Corporation IBM Lotus Notes 8.5 Version to Version Comparison Overview This presentation highlights the evolutionary value provided across selected releases of IBM Lotus Notes software by outlining selected enhancements

More information

Red Hat Application Migration Toolkit 4.2

Red Hat Application Migration Toolkit 4.2 Red Hat Application Migration Toolkit 4.2 Eclipse Plugin Guide Identify and resolve migration issues by running the Red Hat Application Migration Toolkit against your applications in Eclipse. Last Updated:

More information

What's New in IBM Notes 9.0 Social Edition IBM Corporation

What's New in IBM Notes 9.0 Social Edition IBM Corporation What's New in IBM Notes 9.0 Social Edition IBM Client Strategy The flexible and comprehensive collaboration solution the client the server Universal access Remain productive regardless of location Browser

More information

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename.

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename. Excel 2010 Worksheet Basics Introduction Page 1 Every Excel workbook contains at least one or more worksheets. If you are working with a large amount of related data, you can use worksheets to help organize

More information

InfoSphere Guardium 9.1 TechTalk Reporting 101

InfoSphere Guardium 9.1 TechTalk Reporting 101 InfoSphere Guardium 9.1 TechTalk Reporting 101 Click to add text Dario Kramer, Senior System Architect dariokramer@us.ibm.com 2013 IBM Corporation Acknowledgements and Disclaimers Availability. References

More information

Creating a combined line and column chart.

Creating a combined line and column chart. Creating a combined line and column chart. Open a workbook called Line and column chart. Click within the table of data. Click on the Insert tab and within the Charts group click on the Column button.

More information

20 years of Lotus Notes and a look into the next 20 years Lotusphere Comes To You

20 years of Lotus Notes and a look into the next 20 years Lotusphere Comes To You 20 years of Lotus Notes and a look into the next 20 years Lotusphere Comes To You Kevin Cavanaugh, Vice President, Messaging and Collaboration Lotus Software and WebSphere Portal email@us.ibm.com Organizations

More information

IM L07 Configuring Enterprise Vault Data Classification Services

IM L07 Configuring Enterprise Vault Data Classification Services IM L07 Configuring Enterprise Vault Data Classification Services Description This lab will enable you to configure Data Classification Services (DCS) to work with Enterprise Vault. See how DCS can help

More information

Lotus Symphony. Siew Chen Way Lotus Technical Consultant

Lotus Symphony. Siew Chen Way Lotus Technical Consultant Lotus Symphony Siew Chen Way Lotus Technical Consultant What is Lotus Symphony? A set of office productivity applications Create, edit, share documents, spreadsheets, and presentations Can handle the majority

More information

REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications Lab 8: Animation with Video Timeline REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! LAB #8 - Exercise 1 Objectives: Upon completion of Exercise 1 you should be

More information

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities EXCEL Analyzing Data Using Excel Section 1 Skills Start Excel and identify features in the Excel window Enter labels and values Use the fill handle to enter a series Enter formulas Create a formula using

More information

HATS 7.1 Performance and Capacity Planning

HATS 7.1 Performance and Capacity Planning HATS 7.1 Performance and Capacity Planning In this article we highlight the processes to improve the performance and capacity of our HATS applications. We also discuss techniques to build efficient HATS

More information

IBM Next Generation Intrusion Prevention System

IBM Next Generation Intrusion Prevention System IBM Next Generation Intrusion Prevention System Fadly Yahaya SWAT Optimizing the World s Infrastructure Oct 2012 Moscow 2012 IBM Corporation Please note: IBM s statements regarding its plans, directions,

More information

XGS: Making use of Logs and Captures

XGS: Making use of Logs and Captures IBM Security Network Protection XGS Open Mic webcast #6 June 24, 2015 XGS: Making use of Logs and Captures Panelists Bill Klauke (Presenter) Product Lead L2 Support Maxime Turlot Product Lead L2 Support

More information

CONTENT PLAYER 9.6_CA_BBP_EN_1.0

CONTENT PLAYER 9.6_CA_BBP_EN_1.0 CONTENT PLAYER 9.6_CA_BBP_EN_1.0 COPYRIGHT Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names

More information

Web Accessibility Change Your Mouse Pointer Visibility Handbook

Web Accessibility Change Your Mouse Pointer Visibility Handbook Web Accessibility Change Your Mouse Pointer Visibility Handbook H2O Power is committed to providing our services in a way that respects the dignity and independence of persons with disabilities. H2O power

More information

Disk Space Management of ISAM Appliance

Disk Space Management of ISAM Appliance IBM Security Access Manager Tuesday, 5/3/16 Disk Space Management of ISAM Appliance Panelists David Shen Level 2 Support Engineer Steve Hughes Level 2 Support Engineer Nicholas Hasten Level 2 Support Engineer

More information

SIMPLE TEXT LAYOUT FOR COREL DRAW. When you start Corel Draw, you will see the following welcome screen.

SIMPLE TEXT LAYOUT FOR COREL DRAW. When you start Corel Draw, you will see the following welcome screen. SIMPLE TEXT LAYOUT FOR COREL DRAW When you start Corel Draw, you will see the following welcome screen. A. Start a new job by left clicking New Graphic. B. Place your mouse cursor over the page width box.

More information

SAS Business Rules Manager 1.2

SAS Business Rules Manager 1.2 SAS Business Rules Manager 1.2 User s Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. SAS Business Rules Manager 1.2. Cary,

More information

Create Sponsor Scroll

Create Sponsor Scroll Appendix B Create Sponsor Scroll TABLE OF CONTENTS... 1 CREATE, ANIMATE AND UPLOAD SPONSOR LOGOS Create... 2 Animate... 5 Upload... 6 Please note, this process requires two different programs, which should

More information

IBM Security Network Protection Open Mic - Thursday, 31 March 2016

IBM Security Network Protection Open Mic - Thursday, 31 March 2016 IBM Security Network Protection Open Mic - Thursday, 31 March 2016 Application Control and IP Reputation on the XGS Demystified Panelists Tanmay Shah, Presenter IPS/Network Protection Product Lead Bill

More information

WebSphere Commerce Professional

WebSphere Commerce Professional Software Product Compatibility Reports Product WebSphere Commerce Professional 8.0.1+ Contents Included in this report Operating systems Glossary Disclaimers Report data as of 2018-03-15 02:04:22 CDT 1

More information

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Batch & Import Guide Last Updated: 08/10/2016 for ResearchPoint 4.91 Contents Batch Overview 2 Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Import 157 Configure Import File

More information

IBM Security. Endpoint Manager- BigFix. Daniel Joksch Security Sales IBM Corporation

IBM Security. Endpoint Manager- BigFix. Daniel Joksch Security Sales IBM Corporation IBM Security Endpoint Manager- BigFix Daniel Joksch Security Sales Establish security as an immune system Malware protection Incident and threat management Identity management Device management Data monitoring

More information

Security Support Open Mic Build Your Own POC Setup

Security Support Open Mic Build Your Own POC Setup IBM Security Access Manager 08/25/2015 Security Support Open Mic Build Your Own POC Setup Panelists Reagan Knowles Level II Engineer Nick Lloyd Level II Support Engineer Kathy Hansen Level II Support Manager

More information

Setting up Containers

Setting up Containers Setting up Containers In a drag and drop container activity, text and/or objects can be moved to an appropriate place (i.e., a container) within a flipchart. If the text/object is correctly placed, it

More information

Virtualizing disaster recovery helps ensure business resiliency while cutting operating costs.

Virtualizing disaster recovery helps ensure business resiliency while cutting operating costs. IBM Global Technology Services July 2009 Virtualizing disaster recovery helps ensure business resiliency while cutting operating costs. Virtualization doesn t stop with servers and storage devices it s

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

How to set up a Default Printer

How to set up a Default Printer How to set up a Default Printer 1. Click on the Start Menu 2. Select the Devices and Printers icon Start menu window 3. The Devices and Printers window will show you all the installed printers you have

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

Introduction to Azure Machine Learning

Introduction to Azure Machine Learning Introduction to Azure Machine Learning Contents Overview... 3 Create a Workspace and Experiment... 5 Explore and Visualize Data... 10 Create a Simple Predictive Model... 14 Exercises... 25 Terms of Use...

More information

Effective PMR Submission Best Practice. IBM Learn Customer Support

Effective PMR Submission Best Practice. IBM Learn Customer Support Effective PMR Submission Best Practice IBM Learn Customer Support PMR Best Practices When submitting a PMR, please make sure you provide as much information as you have. This allows the team to troubleshoot,

More information

Format your assignment

Format your assignment Introduction This workbook accompanies the computer skills training workshop. The trainer will demonstrate each skill and refer you to the relevant page at the appropriate time. This workbook can also

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

More information

Track 3 Session 5. IBM Notes Browser Plug-in:Leverage your IBM Notes Application investment in a Browser. Stefan Neth

Track 3 Session 5. IBM Notes Browser Plug-in:Leverage your IBM Notes Application investment in a Browser. Stefan Neth Track 3 Session 5 IBM Notes Browser Plug-in:Leverage your IBM Notes Application investment in a Browser Stefan Neth stefan.neth@de.ibm.com IBM Collaboration Solutions Client Technical Specialist 1 Please

More information

Software User Guide. DB-VRC Series 4K Video Wall Controller 11-AUG

Software User Guide. DB-VRC Series 4K Video Wall Controller 11-AUG Software User Guide DB-VRC Series 4K Video Wall Controller 11-AUG-2016 www.digibirdtech.com 1 Introduction... 6 1.1 About this Guide... 6 1.2 About the DB-VRC SERIES Video Wall Controller... 6 1.3 Key

More information

Severe Weather Safety PSA

Severe Weather Safety PSA Contents Add Text 2 Format Text 3 Add Stickers 4 Resize Stickers 8 Change the Color of the Canvas 9 Name the Project 12 Add a Page 12 Practice Adding and Formatting Text 13 Use the Paint Brush Tool 14

More information

Microsoft Dynamics GP. Extender User s Guide Release 9.0

Microsoft Dynamics GP. Extender User s Guide Release 9.0 Microsoft Dynamics GP Extender User s Guide Release 9.0 Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

Value of managing and running automated functional tests with Rational Quality Manager

Value of managing and running automated functional tests with Rational Quality Manager Value of managing and running automated functional tests with Rational Quality Manager Shinoj Zacharias (Shinoj.zacharias@in.ibm.com) Senior Software Engineer, Technical Lead IBM Software Fariz Saracevic

More information

Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop

Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop Power BI Desktop In this tutorial, you will learn how to import a table of data from a Web page and create

More information

IBM InfoSphere Data Replication s Change Data Capture (CDC) Fast Apply IBM Corporation

IBM InfoSphere Data Replication s Change Data Capture (CDC) Fast Apply IBM Corporation IBM InfoSphere Data Replication s Change Data Capture (CDC) Fast Apply Agenda - Overview of Fast Apply - When to use Fast Apply - The available strategies & when to use - Common concepts - How to configure

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

Quick Front-to-Back Overview Tutorial

Quick Front-to-Back Overview Tutorial Quick Front-to-Back Overview Tutorial PlanAhead Design Tool This tutorial document was last validated using the following software version: ISE Design Suite 14.5 If using a later software version, there

More information

IBM Security Access Manager v8.x Kerberos Part 1 Desktop Single Sign-on Solutions

IBM Security Access Manager v8.x Kerberos Part 1 Desktop Single Sign-on Solutions IBM Security Access Manager open mic webcast July 14, 2015 IBM Security Access Manager v8.x Kerberos Part 1 Desktop Single Sign-on Solutions Panelists Gianluca Gargaro L2 Support Engineer Darren Pond L2

More information