Enterprise Modernization for IBM System z:

Size: px
Start display at page:

Download "Enterprise Modernization for IBM System z:"

Transcription

1 Enterprise Modernization for IBM System z: Transform 3270 green screens to Web UI using Rational Host Access Transformation Services for Multiplatforms Extend a host application to the Web using System z Skill Level: Intermediate Meshach M Baptiste (meshach@us.ibm.com) IT Specialist IBM Japan 21 Mar 2008 Updated 21 Oct 2008 Many companies today have the mandate to quickly expose their 3270 and 5250 applications to the Web (including the intranet, extranet, or the Internet). This tutorial shows you how you can use IBM Rational Host Access Transformation Services (HATS) to get started. While you can achieve this in many product environments that include IBM Rational studio, this tutorial focuses on IBM Rational Developer for System z. This tutorial shows how IBM Rational Host Access Transformation Services for Multiplatforms can help you quickly improve the user interface of your existing System z applications, and achieve integration with other IT systems with minimal development cost. The result is an easy-to-use Web interface to the application, which reduces training cost, simplifies the application, and makes it easy to understand for new users. Section 1. Before you start Learn what to expect from this tutorial, and how to get the most out of it. Page 1 of 48

2 About this series Walk through this scenario and others online as part of the Enterprise Modernization Sandbox for System z. About this tutorial Create an IBM Rational Host Access Transformation Services (HATS) Web client project, a sign-on macro, a screen customization, transformation, and a screen combination for an IBM System z application Learn to use HATS to build and test Web applications Objectives You will learn the following tasks: Create a basic HATS project Explore the zhatshost2web Project Settings Test the application using Debug on Server Use the host terminal to initiate creation of a screen customization Modify and test transformations Prerequisites You should be familiar with one of the IBM Rational Software Delivery Platform products that HATS supports. You should have some knowledge of System z applications and Web User Interfaces. System requirements This tutorial requires the Enterprise Modernization sandbox environment. Page 2 of 48

3 Section 2. Rational studio in HATS (Version 7 or later) The term Rational studio used in this tutorial refers to any one of the following Rational-based studios (all products V7 or later) supported by IBM Rational Host Access Transformation Services (HATS): IBM Rational Software Architect IBM Rational Application Developer IBM WebSphere Development Studio Client for System i IBM WebSphere Development Studio Client Advanced Edition for System i IBM WebSphere Developer for System z IBM Rational Developer for System z Overview Many companies today have the mandate to quickly expose their 3270 and 5250 applications to the Web. This includes the intranet, extranet, or the Internet. This tutorial will demonstrate how you can use HATS to get started. You will: Build and test a basic HATS application Customize a host screen Perspectives Rational studio uses "perspectives" to group editors and views that pertain to particular development tasks. For example, the IBM z/os perspective contains views such as z/os Projects, z/os File System Mapping, Remote System Details, and so on. The HATS perspective contains views such as HATS Projects, Navigator, Console, Servers, Page 3 of 48

4 and so on. The name of the active perspective appears on the left side of the title bar of the Rational studio. In Figure 1, the name of the active perspective is Host Access Transformation Services. If yours says anything else, you will need to open the Host Access Transformation Services perspective manually. Figure 1. HATS Perspective The HATS perspective The following steps show you how to open the Host Access Transformation Services perspective. 1. To open the HATS Toolkit from the Windows Start menu click Start > All Programs > IBM Software Development Platform > IBM Rational HATS 7.1 > HATS Toolkit If the HATS perspective is not open, select Window > Open Perspective > Other > Host Access Transformation Services, and then click the OK button, as shown in Figure 2. Figure 2. Open the HATS perspective Page 4 of 48

5 The views associated with the Host Access Transformation Services perspective will display. Prepare the test environment By default, the Rational studio internal IBM WebSphere Application Server (Version 6.0 and later) are set to automatically publish every 5 seconds. As a result, sometimes the HATS application will load, but other times it will appear that there is a problem because the HATS application Java Server Pages (JSP) file will not be fully loaded in the Web browser. Page 5 of 48

6 Make the following changes to prevent this problem: 3. Open the Servers view at the bottom of the workbench window. a. Select WebSphere Application Server v6.1 b. Right-click and select Open, as shown in Figure 3. Figure 3. Open the server editor 4. In the Server section: a. Select the SOAP (Designed to be more firewall compatible) radio button. b. Select the Terminate server on workbench shutdown option, as shown in Figure 4. Figure 4. Options for server settings Page 6 of 48

7 5. In the Automatic Publishing section, select the Never publish automatically radio button, as shown in Figure 5. Figure 5. Select Never publish automatically 6. Click File > Save to save the server configuration. 7. Close the server configuration editor window. Page 7 of 48

8 Section 3. Build and test a basic HATS application You will now create your project. Build a new project Follow the steps below to build and test a basic HATS application. 1. From the Welcome to HATS page, click the blue launch the Create a Project wizard text link, as shown in Figure 6..Note: To re-open a closed Welcome to HATS page, select from the menu HATS > Open HATS Welcome Page. Figure 6. Launch the wizard Page 8 of 48

9 2. In the Create a Project > HATS Project dialog, set the options, as shown in Figure 7: a. Type zhatshost2web as the project Name b. Choose the Web radio button c. Target server should be WebSphere Application Server v6.1 d. In the Enterprise application project name field, enter the name zhatshost2web_ear61 e. Click Next Figure 7. The Create a Project wizard Page 9 of 48

10 3. In the Connection Settings dialog, type or select the following: a. Host name: zserveros.dfw.ibm.com b. Type: 3270E c. Port: 23 d. Code page at 037 United States e. Screen size at 24 x 80. f. Click Next. 4. In the Project Theme dialog box, choose Standard for the Appearance and behavior theme, and then click Next. 5. In the Default Template dialog: a. Leave Template as Swirl.jsp. b. Click Finish. The studio will now build the project. Page 10 of 48

11 6. When the studio finishes building the project, the HATS Projects view will be open with the project folders on the left, and zhatshost2web Settings open in the HATS Application Editor. 7. Expand the folders and examine the files. All of the zhatshost2web resources will be located within these folders. Project settings The Project Settings tab allows you (as the HATS developer) to view and change many settings. When you open Project Settings in the HATS Application Editor, the name of the project will appear in the title (in this case, zhatshost2web Settings). The tabs at the bottom provide access to various settings, as shown in Figure 8. Figure 8. Project settings in the HATS Application Editor Explore the different options and settings that are available for editing: Overview: Shows summary information for the project Connections: Edit connection properties here Page 11 of 48

12 Template: Choose from all available Templates Rendering: Edit multiple default settings Events: Prioritize screen customization comparison order and edit application events Other: Configure miscellaneous default settings for the project Source: The project settings are stored in XML format Test the HATS application with Debug on Server The Debug/Run on Server wizards allow you to define the server on which to test your application. The Console view displays progress while the server is starting, and information while you interact with the application. When the Web browser opens, you can: Follow template links Navigate in your host session Copy the URL into an external Web browser to test the Web application Note: Starting in HATS Version 7, you should use Debug on Server if you want to see changes made to your project as it is running on the server. You should use Run on Server if you want to simulate running your application on a production server. 1. Highlight the zhatshost2web project name in the HATS Projects view, and then, from the Welcome to HATS page, click the blue Debug on Server link, as shown in Figure 9. Figure 9. Start to debug on server Page 12 of 48

13 2. The Display Terminal dialog will display, as shown in Figure 10. The Display Terminal dialog allows you to see a host (green) screen in the background when the Web browser opens with the HATS application. Click Yes to proceed. Figure 10. The Display Terminal dialog Page 13 of 48

14 3. The Define a New Server dialog is displayed, as shown in Figure 12. a. Leave Choose an existing server selected. b. Select WebSphere Application Server v6.1. c. Click Set server as project default (do not ask again). d. Click Finish. Figure 11. Choose the type of server to create Page 14 of 48

15 = 4. The zhatshost2web application will be published to the internal WebSphere Application Server and run in debug mode. Additional messages will appear in the Console as the HATS project loads. 5. When the Web browser opens, as shown in Figure 12, double-click the title area to maximize the viewing area. Figure 12. The HATS application in the internal Web browser Page 15 of 48

16 6. When the Web browser opened, a Display Terminal window also opened, as shown in Figure 13. The Display Terminal updates to show exactly the same screens that you are navigating in the Web browser. Figure 13. The Display Terminal Page 16 of 48

17 7. Go back to the Web browser. Sign on to CICS 1. Back in the Web browser, on the WELCOME TO IBM screen enter CICSA and then press Enter. 2. On the Signon to CICS screen, sign on by entering the User ID ATDEMO and the Password DEMO4YOU, and then press Enter. 3. The next screen is blank except for the text at the bottom of the screen: "DFHCE3549 Sign-on is complete (Language ENU)", as shown in Figure 14. At the top of the screen, enter the word MENU on the command line, and then press Enter. Page 17 of 48

18 Figure 14. Sign on to CICS 4. The MENU transaction is a sample application in which you can search (inquire), browse, add, and update account information, as shown in Figure 15. Figure 15. Menu options Page 18 of 48

19 5. Enter BRWS into the ENTER TRANSACTION input field, and then press Enter. A list of numbers, names, and amounts will appear on the FILE BROWSE screen. Sign off from CICS 1. On the OPERATOR INSTRUCTIONS screen, press Esc. 2. On the blank screen, type CESF LOGOFF, and then press Enter. 3. Double-click the title bar of the internal Web browser to restore it to its normal size. Test HATS application using an external Web browser 1. Copy the URL from the internal Web browser in the studio to the address field of a supported external Web browser on the same machine, and then press Enter. Page 19 of 48

20 Note: Make sure to use the correct port number for your configuration. You may need to change 9080 in this URL to match your configuration. 2. To test from a Web browser on another machine, make sure to replace localhost with the hostname or IP address of the studio machine where the HATS application is running. For example, if the studio machine s IP address is , then the URL to type in the address field of the Web browser on the other machine is Stop the server? If you will not be doing any additional testing using the WebSphere v6.1 test environment, then go ahead and stop the server. To stop the WebSphere V6.1 test environment: 1. Select the Servers view from the lower pane. 2. Select WebSphere Application Server v Click the red Stop the server button, as shown in Figure 16. Figure 16. Stop the server Section summary In this section of the tutorial, you learned how to: Create a basic HATS project Explore the zhatshost2web Project Settings Test the application using Debug on Server Page 20 of 48

21 Section 4. Customize a host screen Overview This part of the tutorial will show you how to make some customizations to a host screen. Prepare to customize Open the host terminal The host terminal is a connection to a live host in the HATS Toolkit. Using the host terminal, you can capture screens, create screen customizations and transformations, and record and edit macros. In addition, you can play previously recorded or imported macros. The host terminal also allows you to preview your screen as a Web page. 1. Right-click the zhatshost2web project in the HATS Projects view, and then select Open HATS Host Terminal > main, as shown in Figure 17. Figure 17. Open the HATS host terminal Navigate to the OPERATOR INSTRUCTIONS screen 2. On the WELCOME TO IBM screen, enter CICSA and then press Enter. Page 21 of 48

22 3. On the Signon to CICS screen sign, enter the User ID ATDEMO and the Password DEMO4YOU, and then press Enter. 4. The next screen is blank except for the text at the bottom of the screen: "DFHCE3 Sign-on is complete (Language ENU)". At the top of the screen, enter the word MENU on the command line, and then press Enter. Screen customization This section will show you how to customize a screen. Capture the screen Before you can customize a screen, it must first be captured. You can use the host terminal to both to initiate the customization of a screen, as well as to capture the screen. 1. From the host terminal tool bar click the Create HATS Screen Customization button, as shown in Figure 18. Figure 18. Initiate the customization Page 22 of 48

23 2. In the Create a Screen Customization dialog, accept the Project and the Name, as shown in Figure 19. The Screen Customization wizard uses the text at the top of the host screen to suggest the name to use for the screen customization file. 3. Click Next. Figure 19. Screen Customization wizard Page 23 of 48

24 Screen recognition criteria Now you need to specify how to identify the host screen. You can make the criteria more or less specific in order to match one or many screens. You can add additional criteria in the screen customization editor. 1. In the Screen Recognition Criteria dialog, use the yellow selection box to select the text OPERATOR INSTRUCTIONS, as shown in Figure 20, and then click Next. Figure 20. Specify how to identify the screen Page 24 of 48

25 2. Use the Actions dialog to define the action to be performed when the host screen is recognized, as shown in Figure 21. a. In this case, Apply a transformation is already selected. A new transformation file named OperatorInstructions.jsp will be created automatically. b. For the pattern, select Blank. c. Click Finish. Figure 21. Actions performed when a host screen matches the recognition criteria Page 25 of 48

26 3. In the Screen Region dialog, click the Cancel button. 4. The OperatorInstructions.evnt screen customization and the OperatorInstructions.jsp transformation will be built and appear in the studio editors. As shown in Figure 22, the transformation is blank except for some necessary JSP code. Figure 22. The As_400WsgBoatDemo.jsp transformation in the editor The OperatorInstructions.jsp transformation needs to be populated with some host components and widgets so that it is usable. 5. Click the OperatorInstructions.jsp Source tab. 6. Locate the text <!-- Insert your HATS component tags here. -->. Page 26 of 48

27 7. Use the cursor to highlight the HTML table code, as shown in Figure 23. Figure 23. Select the existing HTML table code 8. Press the Delete key to remove all of the highlighted table code. 9. Make sure that the cursor is still below the text <!-- Insert your HATS component tags here. -->, as shown in Figure 24. Figure 24. Position cursor below specified text Page 27 of 48

28 Insert an HTML table Now insert an HTML table. The purpose of this table is to help you place the host components and widgets exactly where you want them. 1. From the studio menu, select Insert > Insert Table, as shown in Figure 25. Figure 25. Insert an HTML table Page 28 of 48

29 2. In the Insert Table dialog, change the number of Rows to 4 (four), as shown in Figure 26. Figure 26. Specify the number of table rows and columns Page 29 of 48

30 3. Click OK. 4. The source should now look like that shown in Figure 27. Figure 27. The inserted table code Page 30 of 48

31 5. Now click the Design tab. Type the text in each table cell as shown in Table 1. Table 1. New HTML table Account Inquiry Select Transaction Account Number 6. The transformation should now look like that shown in Figure 28. Figure 28. Updated transformation with HTML table Page 31 of 48

32 Insert the Select Transaction drop-down menu 1. Click within the table cell in the column to the right of the Select Transaction cell. 2. From the menu, select HATS Tools > Insert Host Component. 3. In the Screen Region dialog, select the ENTER TRANSACTION input field using the yellow selection rectangle. Make sure to select the entire input field, as shown in Figure Click Next. Figure 29. Select the input field Page 32 of 48

33 5. In the Rendering Options dialog, select the Input Field component and the Drop-down (data entry) widget, as shown in Figure Click the Widget Settings button. Figure 30. Select a Component and a Widget Page 33 of 48

34 7. On the Settings Drop-down (data entry) dialog make the following changes, as shown in Figure 31: a. Click Use project defaults in order to clear it b. Caption source: change to Custom c. Fill from string List items: type the following text exactly as shown into the field (make sure to include the semicolons): Browse=BRWS;Inquiry=INQY;Add=ADDS;Update=UPDT d. Click the drop-down to preview the list Figure 31. Change settings Page 34 of 48

35 8. Click OK, and then Click Finish. The input field that used to appear next to the text ENTER TRANSACTION will now show on the screen as a drop-down list. Insert the Number input field 1. Click within the table cell in the column to the right of "Account Number" 2. From the menu, select HATS Tools > Insert Host Component. 3. In the Screen Region dialog, select the NUMBER input field using the yellow selection rectangle, as shown in Figure 32. Make sure to select the entire input field. 4. Click Next. Figure 32. Select the NUMBER field Page 35 of 48

36 5. In the Rendering Options dialog, click Input field for the component, and then click Text input for the widget. 6. Click the Widget Settings button. 7. In the Settings Drop-down (data entry) dialog, make the following changes: a. Clear Use project defaults b. Caption source: change to Custom c. Click OK d. Click Finish Insert a Submit button 1. Click within the last table cell on the lower right of the table. 2. From the menu click HATS Tools > Insert Host Keypad > Individual Key. 3. In the Insert Host Key dialog, click the Add button, as shown in Figure 33. Page 36 of 48

37 Figure 33. Select host keys to insert, and how they should be displayed 4. On the Add Custom Host Key dialog, make the following changes: a. Caption: type Submit b. Mnemonic: type in [enter] (or you can select [enter] from the drop-down list), as shown in Figure 34. Figure 34. Add Custom Host Key dialog Page 37 of 48

38 c. Click OK, and then click OK again to close the Insert Host Key dialog. 5. Save the OperatorInstructions.jsp file. 6. The transformation should now look like that shown in Figure 35. Figure 35. Updated transformation 7. Click the Preview tab to see what it would look like in a Web browser. As you can see, it still needs some more work. 8. Click the Design tab. 9. Click and hold one time using the left mouse button anywhere within the Account Inquiry table cell. While still holding down the mouse button, select the cell to the right. You will now see black rectangles within both cells, as shown in Figure 36. Page 38 of 48

39 Figure 36. Select Account Inquiry and cell to its right 10. Right-click and then select Table > Join Selected Cells, as shown in Figure 37. Figure 37. Join the cells 11. Select the text Account Inquiry, right-click it, and then select Properties, as shown in Figure 38. Figure 38. Edit field properties Page 39 of 48

40 12. Make sure that Account Inquiry is still highlighted before proceeding. In the Properties view, perform these steps as shown in Figure 39. a. Click the B button to add bold emphasis to the text b. Click the A+ button to increase the size of the text Figure 39. Change the field properties Page 40 of 48

41 13. Click one time to the right of Account Inquiry to deselect it. The Properties view will change to show attributes for the table cell (td). 14. Change the text alignment by clicking the drop-down to the right of Horizontal, and then select Center, as shown in Figure 40. Figure 40. Change the alignment Page 41 of 48

42 15. Next, click the table tab on the left. The Properties view will change to show attributes for the entire table, as shown in Figure 41. Figure 41. Table properties 16. Click the drop-down list next to Layout: Alignment and then select Center. 17. Click in the Border input field and then change the 1 to a 0 (zero). 18. Save the OperatorInstructions.jsp file. 19. Click the Preview tab to see what your transformation looks like, as shown in Figure 42. Page 42 of 48

43 Figure 42. Transformation preview Test the transformation 1. If the Web browser is still open, click the Refresh button on the HATS Application Keypad. 2. If the Web browser is closed, follow the steps in the Test the HATS application with Debug on Server section of this tutorial, and then navigate to the Account Inquiry page (OPERATOR INSTRUCTION). 3. The Account Inquiry page should now look like that in Figure 43. Figure 43. Updated Account Inquiry page Page 43 of 48

44 4. Click the drop-down, select Browse, and then press Enter (or click the Submit button). The FILE BROWSE page will appear with a list of account numbers, names, and amounts, as shown in Figure 44. Figure 44. FILE BROWSE page 5. Press the F1 key to navigate forward, and the F2 key to navigate backwards. 6. While navigating the FILE BROWSE screens, it should become apparent to you that the HATS default rendering has partially transformed some of the NAME column entries into HTML links, as shown in Figure 45. This occurs because HATS is looking for selection lists that are formatted to contain a number followed by a space followed by a description, such as J. T. CZAKOWSKI. Figure 45. Names as HTML links Page 44 of 48

45 7. Clicking these links will eventually cause navigation to return to the Account Inquiry screen. 8. To fix this so that the entries are transformed into plain text, open zhatshost2web Settings (Project Settings) in the studio by double-clicking it from the HATS Projects view, as shown in Figure 46. Figure 46. Open project settings 9. Click the Rendering tab, and then clear the Selection lists box, as Page 45 of 48

46 shown in Figure 47. Figure 47. Configure the rendering set 10. Save zhatshost2web Settings. 11. In the Web browser, click the Refresh button on the HATS Application Keypad at the bottom of the page to see that the names are no longer being transformed into HTML links, as shown in Figure If the FILE BROWSE screen is still visible, press the Esc key (clear) one time to return to the Account Inquiry page. 13. Another way to use the Account Inquiry page is to select a transaction from the drop-down, and then enter a specific account number into the Account Number input field. a. Click the Select Transaction drop-down and then select Browse b. In the Account Number input field, type Page 46 of 48

47 c. Click the Submit button 14. The system will navigate to the screen containing the account number , which will be the first entry on the screen. 15. The Account Inquiry page can also be used to Inquiry about, Add, and Update specific account numbers. Exiting the MENU transaction To exit the MENU transaction: 1. Press Esc from any screen to return to the Account Inquiry screen. 2. Press Esc to exit to the blank screen. 3. On the blank screen, type CESF LOGOFF, and then press Enter. The next screen should be the DEMOnet screen. Section Summary This portion of the tutorial has shown you how to: Use the host terminal to initiate creation of a screen customization Modify a transformation Test the transformation Page 47 of 48

48 Resources Learn Visit the Rational software area on developerworks for technical resources and best practices for Rational Software Delivery Platform products. Subscribe to the IBM developerworks newsletter, a weekly update on the best of developerworks tutorials, articles, downloads, community activities, Webcasts and events. Subscribe to the developerworks Rational zone newsletter. Keep up with developerworks Rational content. Every other week, you'll receive updates on the latest technical resources and best practices for the Rational Software Delivery Platform. Subscribe to the Rational Edge newsletter for articles on the concepts behind effective software development. Browse the technology bookstore for books on these and other technical topics. Get products and technologies Download trial versions of IBM Rational software. Download these IBM product evaluation versions and get your hands on application development tools and middleware products from DB2, Lotus, Tivoli, and WebSphere. About the author Meshach M Baptiste Meshach M. Baptiste is an IBM IT Specialist. He provides pre-sales technical support for Rational Host Access Transformation Services. Meshach has worked at IBM for seven years. Page 48 of 48

Introduction to IBM Rational HATS For IBM System z (3270)

Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Lab instructions The objective of this exercise is to illustrate how to create a HATS portlet that uses Web Express

More information

Using IBM Rational Business Developer wizards to create a Web application

Using IBM Rational Business Developer wizards to create a Web application Using IBM Rational Business Developer wizards to create a Web application Skill Level: Intermediate Reginaldo Barosa (rbarosa@us.ibm.com) Executive IT Specialist IBM 03 Mar 2008 Updated 05 Aug 2008 This

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS 1 Lab instructions This lab teaches

More information

From green-screens to Web services: using WebSphere Host Access Transformation Services (HATS) V6

From green-screens to Web services: using WebSphere Host Access Transformation Services (HATS) V6 From green-screens to Web services: using WebSphere Host Access Transformation Services (HATS) V6 zseries 3270 example March 30, 2005 Send comments to Rick Hardison (hardison@us.ibm.com) Visit http://websphere.dfw.ibm.com/atdemo/index.html

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a rich client plug-in application

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

Creating Web Services using IBM Rational HATS For IBM i (5250)

Creating Web Services using IBM Rational HATS For IBM i (5250) Creating Web Services using IBM Rational HATS For IBM i (5250) Creating Web Services using HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create web services that expose logic

More information

IBM Enterprise Modernization for System z: Wrap existing COBOL programs as Web Services with IBM Rational Developer for System z

IBM Enterprise Modernization for System z: Wrap existing COBOL programs as Web Services with IBM Rational Developer for System z IBM Enterprise Modernization for System z: Wrap existing COBOL programs as Web Services with IBM Rational Developer for System z Extend value of existing enterprise software assets Skill Level: Intermediate

More information

Web-enable a 5250 application with the IBM WebFacing Tool

Web-enable a 5250 application with the IBM WebFacing Tool Web-enable a 5250 application with the IBM WebFacing Tool ii Web-enable a 5250 application with the IBM WebFacing Tool Contents Web-enable a 5250 application using the IBM WebFacing Tool......... 1 Introduction..............1

More information

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

IBM Rational Automation Framework for WebSphere. Guided Activity: Applying fix packs to nodes in a WebSphere Application Server cell

IBM Rational Automation Framework for WebSphere. Guided Activity: Applying fix packs to nodes in a WebSphere Application Server cell IBM Rational Automation Framework for WebSphere Guided Activity: Applying fix packs to nodes in a WebSphere Application Server cell Contacts: ataylor@atech.com IBM Corporation Level: Beginner January 2010

More information

ARCAD 5250 Emulator for RDi and Eclipse. Tutorial

ARCAD 5250 Emulator for RDi and Eclipse. Tutorial ARCAD 5250 Emulator for RDi and Eclipse Tutorial For IBM Rational Developer for i version: 7.5+ For Eclipse version: 3.4+ Date: Jun-09 Copyright 1992, 2009 by ARCAD Software, Inc. All rights reserved.

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

Javelin Workbench Tutorial. Version 3.0 September, 2009

Javelin Workbench Tutorial. Version 3.0 September, 2009 Javelin Workbench Tutorial Version 3.0 September, 2009 OVERVIEW The Javelin Workbench Beginner Tutorial walks you through the steps of building online feedback forms for the purposes of data collection.

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

ARCAD 5250 Emulator for WDSc and Eclipse. Tutorial

ARCAD 5250 Emulator for WDSc and Eclipse. Tutorial ARCAD 5250 Emulator for WDSc and Eclipse Tutorial For WDSc version: For Eclipse version: Date: 6.x+ 3.2.x+ Jun-09 Copyright 1992, 2009 by ARCAD Software, Inc. All rights reserved. The following terms are

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

IBM Mobile Portal Accelerator Enablement

IBM Mobile Portal Accelerator Enablement IBM Mobile Portal Accelerator Enablement Hands-on Lab Exercise on XDIME Portlet Development Prepared by Kiran J Rao IBM MPA Development kiran.rao@in.ibm.com Jaye Fitzgerald IBM MPA Development jaye@us.ibm.com

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard Tivoli Common Reporting V2.1.1 Cognos report in a Tivoli Integrated Portal dashboard Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM

More information

IBM Rational Automation Framework for WebSphere. Guided Activity: Configuring security for WebSphere Application Server

IBM Rational Automation Framework for WebSphere. Guided Activity: Configuring security for WebSphere Application Server IBM Rational Automation Framework for WebSphere Guided Activity: Contacts: brauneis@us.ibm.com ataylor@atech.com IBM Corporation Level: Intermediate June 2009 Copyright 2009, IBM Corporation Page 2 of

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

Sign in and join ADC Newsletters Feedback. Creating your first website Part 3: Adding content to pages

Sign in and join ADC Newsletters Feedback. Creating your first website Part 3: Adding content to pages 1 of 18 2/14/2008 2:34 PM Adobe Dreamweaver Article Adobe Developer Connection Sign in and join ADC Newsletters Feedback RSS Creating your first website Part 3: Adding content to pages Jon Varese Adobe

More information

DB2 for z/os Stored Procedure support in Data Server Manager

DB2 for z/os Stored Procedure support in Data Server Manager DB2 for z/os Stored Procedure support in Data Server Manager This short tutorial walks you step-by-step, through a scenario where a DB2 for z/os application developer creates a query, explains and tunes

More information

What's new in IBM Rational Build Forge Version 7.1

What's new in IBM Rational Build Forge Version 7.1 What's new in IBM Rational Build Forge Version 7.1 Features and support that help you automate or streamline software development tasks Skill Level: Intermediate Rational Staff, IBM Corporation 13 Jan

More information

KODAK Software User s Guide

KODAK Software User s Guide KODAK Create@Home Software User s Guide Table of Contents 1 Welcome to KODAK Create@Home Software Features... 1-1 Supported File Formats... 1-1 System Requirements... 1-1 Software Updates...1-2 Automatic

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

KODAK Software User s Guide. Software Version 9.0

KODAK Software User s Guide. Software Version 9.0 KODAK Create@Home Software User s Guide Software Version 9.0 Table of Contents 1 Welcome to KODAK Create@Home Software Features... 1-1 Supported File Formats... 1-1 System Requirements... 1-1 Software

More information

Creating a Web Presentation

Creating a Web Presentation LESSON 9 Creating a Web Presentation 9.1 After completing this lesson, you will be able to: Create an agenda slide or home page. Create a hyperlink to a slide. Create a Web presentation with the AutoContent

More information

Mastering EA Document Style Sheets

Mastering EA Document Style Sheets Mastering EA Document Style Sheets Introduction In order to provide a consistent look-and-feel to documents (RTF/DOCX/PDF) produced from Sparx Systems Enterprise Architect, Sparx Systems provided the facility

More information

Who should use this manual. Signing into WordPress

Who should use this manual. Signing into WordPress WordPress Manual Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Pages vs. Posts... 5 Adding & Editing Your Web

More information

2 Getting Started. Getting Started (v1.8.6) 3/5/2007

2 Getting Started. Getting Started (v1.8.6) 3/5/2007 2 Getting Started Java will be used in the examples in this section; however, the information applies to all supported languages for which you have installed a compiler (e.g., Ada, C, C++, Java) unless

More information

The Domino Designer QuickStart Tutorial

The Domino Designer QuickStart Tutorial The Domino Designer QuickStart Tutorial 1. Welcome The Domino Designer QuickStart Tutorial You've installed Domino Designer, you've taken the Designer Guided Tour, and maybe you've even read some of the

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Design Importer User Guide

Design Importer User Guide Design Importer User Guide Rev: 9 February 2012 Sitecore CMS 6.5 Design Importer User Guide How to import the design of an external webpage as a Sitecore layout or sublayout Table of Contents Chapter 1

More information

Poet Image Description Tool: Step-by-step Guide

Poet Image Description Tool: Step-by-step Guide Poet Image Description Tool: Step-by-step Guide Introduction This guide is designed to help you use the Poet image description tool to add image descriptions to DAISY books. The tool assumes you have access

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

Building reports using the Web Intelligence HTML Report Panel

Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Copyright 2008 Business Objects. All rights reserved. Business Objects owns the

More information

Tutorial. Building Composite Applications for IBM Lotus Notes 8. For use with the IBM Lotus Notes 8 Beta 2 client

Tutorial. Building Composite Applications for IBM Lotus Notes 8. For use with the IBM Lotus Notes 8 Beta 2 client Tutorial Building Composite Applications for IBM Lotus Notes 8 For use with the IBM Lotus Notes 8 Beta 2 client Building composite applications is a process that involves multiple procedures. This tutorial

More information

This document contains information that will help you to create and send graphically-rich and compelling HTML s through the Create Wizard.

This document contains information that will help you to create and send graphically-rich and compelling HTML  s through the Create  Wizard. This document contains information that will help you to create and send graphically-rich and compelling HTML emails through the Create Email Wizard. or warranty by AT&T and is subject to change. 1 Contents

More information

EFM Community 3.1 Portal Administration Guide

EFM Community 3.1 Portal Administration Guide EFM Community 3.1 Portal Administration Guide WHITE PAPER For technical support please call: 1-800-787-8755 Or visit: Hwww.Vovici.comH Please contact Vovici technical support if you believe any of the

More information

Getting Started (1.8.7) 9/2/2009

Getting Started (1.8.7) 9/2/2009 2 Getting Started For the examples in this section, Microsoft Windows and Java will be used. However, much of the information applies to other operating systems and supported languages for which you have

More information

08/10/2018. Istanbul Now Platform User Interface

08/10/2018. Istanbul Now Platform User Interface 08/10/2018 Contents Contents...5 UI16... 9 Comparison of UI16 and UI15 styles... 11 Activate UI16... 15 Switch between UI16 and UI15...15 UI16 application navigator... 16 System settings for the user

More information

Creating your first JavaServer Faces Web application

Creating your first JavaServer Faces Web application Chapter 1 Creating your first JavaServer Faces Web application Chapter Contents Introducing Web applications and JavaServer Faces Installing Rational Application Developer Setting up a Web project Creating

More information

Create Your First Print-Quality Reports

Create Your First Print-Quality Reports Create Your First Print-Quality Reports This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision August 28, 2013, copyright 2013 Pentaho

More information

FirmSite Control. Tutorial

FirmSite Control. Tutorial FirmSite Control Tutorial 1 Last Updated June 26, 2007 by Melinda France Contents A. Logging on to the Administrative Control Center... 3 Using the Editor Overview:... 3 Inserting an Image... 7 Inserting

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2 ARIS Architect Version 9.8 Service Release 2 October 2015 This document applies to ARIS Version 9.8 and to all subsequent releases. Specifications contained herein are subject to change and these changes

More information

WebSphere. Clips and Tacks: Getting started with the IBM BPM suite of products

WebSphere. Clips and Tacks: Getting started with the IBM BPM suite of products WebSphere Clips and Tacks: Getting started with the IBM BPM suite of products ii IBM WebSphere Clips and Tacks: Getting started with the IBM BPM suite of products Contents Chapter 1. Introduction........

More information

MN Studio Website - User Guide

MN Studio Website - User Guide MN Studio Website - User Guide Version 1.1 MN Studio Website Program 1. Introduction Welcome to the new website program! The MN Studio Website program allows you to create your own website with customized

More information

IBM Rational Developer for System z Version 7.5

IBM Rational Developer for System z Version 7.5 Providing System z developers with tools for building traditional and composite applications in an SOA and Web 2.0 environment IBM Rational Developer for System z Version 7.5 Highlights Helps developers

More information

Blackboard Portfolio System Owner and Designer Reference

Blackboard Portfolio System Owner and Designer Reference Blackboard Learning System Blackboard Portfolio System Owner and Designer Reference Application Pack 2 for Blackboard Learning System CE Enterprise License (Release 6) Application Pack 2 for Blackboard

More information

Maintain an ILE RPG application using Remote System Explorer

Maintain an ILE RPG application using Remote System Explorer Maintain an ILE RPG application using Remote System Explorer ii Maintain an ILE RPG application using Remote System Explorer Contents Maintain an ILE RPG application using Remote System Explorer.......

More information

A Guide to Automation Services 8.5.1

A Guide to Automation Services 8.5.1 A Guide to Automation Services 8.5.1 CONTENTS Contents Introduction...4 Where we're coming from...4 Conventions in this book...4 Understanding Automation Services...6 What is Automation Services?...6 Process

More information

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10 Land Information Access Association Community Center Software Community Center Editor Manual May 10, 2007 - DRAFT This document describes a series of procedures that you will typically use as an Editor

More information

CA Gen. Gen Studio Overview Guide. Release 8.5. Third Edition

CA Gen. Gen Studio Overview Guide. Release 8.5. Third Edition CA Gen Gen Studio Overview Guide Release 8.5 Third Edition This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation

More information

Table of Contents. Page 2 of 72. High Impact 4.0 User Manual

Table of Contents. Page 2 of 72. High Impact  4.0 User Manual Table of Contents Introduction 5 Installing High Impact email 6 Installation Location 6 Select Mail Client 6 Create a ReadyShare Account 6 Create a Default Profile 6 Outlook Configuration Message 6 Complete

More information

Composite Application Tutorial I: NSF Components

Composite Application Tutorial I: NSF Components Composite Application Tutorial I: NSF Components 1 Copyright Under the copyright laws, neither the documentation nor the software may be copied, photocopied, reproduced, translated, or reduced to any electronic

More information

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Stuart Duguid Portal & Workplace Specialist TechWorks, IBM Asia-Pacific Overview / Scope The aim of

More information

IBM. Troubleshooting. IBM Host Access Transformation Services. Version 9.6 GC

IBM. Troubleshooting. IBM Host Access Transformation Services. Version 9.6 GC IBM Host Access Transformation Services IBM Troubleshooting Version 9.6 GC27-5449-02 IBM Host Access Transformation Services IBM Troubleshooting Version 9.6 GC27-5449-02 Note: Before using this information

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

Provisioning WPF based WP Composite Applications to Expeditor

Provisioning WPF based WP Composite Applications to Expeditor Provisioning WPF based WP Composite Applications to Expeditor Copyright International Business Machines Corporation 2007. All rights reserved. Sample walk through #2 in a series of articles describing

More information

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Intro to FrontPage OVERVIEW: This handout provides a general overview of Microsoft FrontPage. AUDIENCE: All Instructional

More information

IBM Rational Automation Framework for WebSphere

IBM Rational Automation Framework for WebSphere IBM Rational Automation Framework for WebSphere Guided Activity: Creating Dynamic Options For J2EE Application Deployment Using Rational Automation Framework for WebSphere v7.1.2 Contacts: Dale Ewald (dale.ewald@atech.com)

More information

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0 Schoolwires Academic Portal Version 4.0 TABLE OF CONTENTS The Basics about Your Schoolwires Website...1 Website Navigation Elements...1 Prior to Signing In...1 After Signing In...2 Channel bar...2 Site

More information

A Guided Tour of Doc-To-Help

A Guided Tour of Doc-To-Help A Guided Tour of Doc-To-Help ii Table of Contents Table of Contents...ii A Guided Tour of Doc-To-Help... 1 Converting Projects to Doc-To-Help 2005... 1 Using Microsoft Word... 10 Using HTML Source Documents...

More information

Eclipse Tutorial. For Introduction to Java Programming By Y. Daniel Liang

Eclipse Tutorial. For Introduction to Java Programming By Y. Daniel Liang Eclipse Tutorial For Introduction to Java Programming By Y. Daniel Liang This supplement covers the following topics: Getting Started with Eclipse Choosing a Perspective Creating a Project Creating a Java

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

IBM Notes Client V9.0.1 Reference Guide

IBM Notes Client V9.0.1 Reference Guide IBM Notes Client V9.0.1 Reference Guide Revised 05/20/2016 1 Accessing the IBM Notes Client IBM Notes Client V9.0.1 Reference Guide From your desktop, double-click the IBM Notes icon. Logging in to the

More information

Kentico CMS User s Guide 4.1

Kentico CMS User s Guide 4.1 Kentico CMS User s Guide 4.1 2 Kentico CMS User s Guide 4.1 Table of Contents Part I Introduction 4 1 Kentico CMS overview... 4 2 Signing in... 5 3 User interface overview... 7 Part II Managing my profile

More information

GlobeNewswire. GlobeNewswire, User s Guide USER S GUIDE. Version: 1.16 Issued: By: Global Corporate Services 12/06/

GlobeNewswire. GlobeNewswire, User s Guide USER S GUIDE. Version: 1.16 Issued: By: Global Corporate Services 12/06/ GlobeNewswire USER S GUIDE Version: 1.16 Issued: 2011-06-12 By: Global Corporate Services 12/06/2011 1.16 1 (31) Table of Contents 1. INTRODUCTION... 4 1.1 Document Objectives... 4 1.2 Document conventions...

More information

IBM. User's Guide. IBM Explorer for z/os. Version 3 Release 0 SC

IBM. User's Guide. IBM Explorer for z/os. Version 3 Release 0 SC IBM Explorer for z/os IBM User's Guide Version 3 Release 0 SC27-8431-01 IBM Explorer for z/os IBM User's Guide Version 3 Release 0 SC27-8431-01 Note Before using this information, be sure to read the

More information

Rational Application Developer 7 Bootcamp

Rational Application Developer 7 Bootcamp Rational Application Developer 7 Bootcamp Length: 1 week Description: This course is an intensive weeklong course on developing Java and J2EE applications using Rational Application Developer. It covers

More information

Start by launching Mozilla To start making a web page, go to File -> New -> Composer Page

Start by launching Mozilla To start making a web page, go to File -> New -> Composer Page Creating a Web Page using Mozilla Composer- A Free Open Source Application Emily Hebard IT Lab School of Information University of Texas at Austin Spring 2003 Objectives Orient to the Mozilla Composer

More information

WA L KT H R O U G H 1

WA L KT H R O U G H 1 WA L KT H R O U G H 1 udig Install and Introduction 08 June 2008 TABLE OF CONTENTS 1Goals...3 2Installing and Running The udig Application...4 3Online Documentation and Tutorials...8 3.1Help Categories...9

More information

IBM z/os Management Facility Hands-on Lab

IBM z/os Management Facility Hands-on Lab IBM z/os Management Facility Hands-on Lab Session 9075 SHARE in Anaheim March 2011 Anuja Deedwaniya anujad@us.ibm.com Page 1 of 45 Lab Agenda Brief overview of z/osmf Start the hands on Lab Logon to z/osmf

More information

USING MICROSOFT ACCESS 2013 Guided Project 7-1

USING MICROSOFT ACCESS 2013 Guided Project 7-1 Guided Project 7-1 For this project, you enhance the functionality of a database for a friend s music collection. You use Design view to create a main form and a subform, and customize the form to add

More information

SQL Server 2005: Reporting Services

SQL Server 2005: Reporting Services SQL Server 2005: Reporting Services Table of Contents SQL Server 2005: Reporting Services...3 Lab Setup...4 Exercise 1 Creating a Report Using the Wizard...5 Exercise 2 Creating a List Report...7 Exercise

More information

Document Management System GUI. v6.0 User Guide

Document Management System GUI. v6.0 User Guide Document Management System GUI v6.0 User Guide Copyright Copyright HelpSystems, LLC. All rights reserved. www.helpsystems.com US: +1 952-933-0609 Outside the U.S.: +44 (0) 870 120 3148 IBM, AS/400, OS/400,

More information

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Contents Upgrading BFInventory iii

Contents Upgrading BFInventory iii Upgrading ii Upgrading Contents Upgrading.............. 1 Upgrading to IBM Tivoli Endpoint Manager for Software Use Analysis version 2.0....... 1 Planning and preparing for the upgrade.... 2 Installing

More information

WebStore by Amazon: Quick Start Guide

WebStore by Amazon: Quick Start Guide WebStore by Amazon: Quick Start Guide Introduction to WebStore by Amazon WebStore by Amazon is a powerful tool that allows you to create a complete e- commerce site. The WebStore by Amazon setup wizard

More information

More Skills 11 Export Queries to Other File Formats

More Skills 11 Export Queries to Other File Formats = CHAPTER 2 Access More Skills 11 Export Queries to Other File Formats Data from a table or query can be exported into file formats that are opened with other applications such as Excel and Internet Explorer.

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

Vizit Essential for SharePoint 2013 Version 6.x User Manual

Vizit Essential for SharePoint 2013 Version 6.x User Manual Vizit Essential for SharePoint 2013 Version 6.x User Manual 1 Vizit Essential... 3 Deployment Options... 3 SharePoint 2013 Document Libraries... 3 SharePoint 2013 Search Results... 4 Vizit Essential Pop-Up

More information

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS Web logs (blogs blogs) You can create your own personal Web logs (blogs) using IBM Lotus Notes. Using the blog template (dominoblog.ntf), you create a blog application, such as myblog.nsf, which you can

More information

Customizing and Administering Project Server Access

Customizing and Administering Project Server Access WEB Customizing and Administering Project Server Access In this chapter Creating and Deleting Users from Project Server 2 Managing User Groups Project Server User Security 4 Using Categories to Control

More information

SIP User's Guide. Sitecore Intranet Portal. A Quick Guide to Using SIP. SIP User's Guide Rev:

SIP User's Guide. Sitecore Intranet Portal. A Quick Guide to Using SIP. SIP User's Guide Rev: Sitecore Intranet Portal SIP User's Guide Rev: 2009-01-20 Sitecore Intranet Portal SIP User's Guide A Quick Guide to Using SIP Table of Contents Chapter 1 Introduction... 3 Chapter 2 Creating and Editing

More information

Today s workshop introduces CommonSpot, ECU s Web Content Management System, through hands-on training.

Today s workshop introduces CommonSpot, ECU s Web Content Management System, through hands-on training. Belinda Perkinson ITCS Training and Communication perkinsons@ecu.edu Introduction Today s workshop introduces CommonSpot, ECU s Web Content Management System, through hands-on training. 1. Introduction

More information

Microsoft Excel is a spreadsheet tool capable of performing calculations, analyzing data and integrating information from different programs.

Microsoft Excel is a spreadsheet tool capable of performing calculations, analyzing data and integrating information from different programs. About the Tutorial Microsoft Excel is a commercial spreadsheet application, written and distributed by Microsoft for Microsoft Windows and Mac OS X. At the time of writing this tutorial the Microsoft excel

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information