59
Micro Focus Studio 2005

Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28 Palm Springs,

  • View
    217

  • Download
    1

Embed Size (px)

Citation preview

Page 1: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

Micro Focus Studio 2005

Page 2: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Micro Focus Studio 2005

Enables you to develop COBOL applications as .NET managed code for deploying to Windows platforms running the .NET Framework

Enables you to develop as traditional (unmanaged) code applications for deploying to most Windows, UNIX and Linux platforms

Contains many tools to make developing applications easy and to enable applications to interface with Java, Web Services and XML.

Page 3: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Micro Focus Studio 2005

Developing Environments Net Express

Net Express IDE to develop the traditional (unmanaged, not .NET managed) code applications

Applications can be deployed to Windows systems (other than .NET) and to UNIX and Linux platforms

Microsoft Visual Studio and support for COBOL in .NET Use Microsoft Visual Studio to develop applications that

run as managed code in the .NET environment. Managed and Unmanaged code can interoperate within the

same application enabling you to use existing COBOL in the .NET environment

Page 4: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Micro Focus Studio 2005

Server Express To build and deploy your application on your chosen UNIX

and Linux platforms

Analysis Console To analyze your applications and provide extensive

information about them, making changing and maintaining them easier and safer

Page 5: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Micro Focus Studio 2005

Installation Options Micro Focus Studio Enterprise Edition

Includes all previously mentioned development environments plus support for migrating applications that use CICS and/or JCL (known as Mainframe Transaction Option) to Windows, UNIX or Linux.

Micro Focus Studio Premier Edition Includes all previously mentioned development environments

except for support for migrating CICS/JCL applications from the mainframe.

Micro Focus Server Is a companion to Micro Focus Studio. Provides run-time environment for running COBOL applications

on Windows, UNIX and Linux platforms. .NET applications require the Microsoft .NET Framework to be installed.

Page 6: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Micro Focus Studio 2005

64-bit support The Net Express IDE can be used to develop applications for deployment as

native 64-bit Windows applications (x64 or Itanium2). .NET managed COBOL applications can be deployed as 32-bit or 64-bit (x64 only).

Demonstrations The demonstrations have been moved to a new directory structure under the

examples directory in your installation directory. This examples directory includes the following subdirectories:

Examples\Visual Studio Integration - for managed COBOL demonstrations Examples\Dialog System - for the original Dialog System demonstrations

Examples\Net Express IDE - for Net Express demonstrations For .NET, the COBOL language samples have been moved from the directory

LRM Samples to COBOL for .NET. New demonstrations for .NET managed COBOL have been added, such as:

Generics in the COBOL for .NET subdirectory Multithreading WebBook and WinBook in the Forms subdirectory

Page 7: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Micro Focus Studio 2005

.NET Deployment Applications can now be deployed with .NET

Framework 2.0. In addition to managed code, applications can now be compiled and deployed as verifiable code. .NET managed COBOL applications can be deployed as 32-bit or 64-bit (x64 only).

Visual Studio 2005 Support .NET managed code COBOL applications can be

created, maintained and extended using Microsoft Visual Studio 2005. The C# Standard Edition of Visual Studio 2005 is also bundled free of charge with Net Express and Micro Focus Studio.

Page 8: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Micro Focus Studio 2005

Windows Forms and Web Forms in Managed COBOL Microsoft .NET graphical (Windows forms) and

Internet (Web pages) user interfaces can now be created in COBOL. The form designer in Visual Studio generates Windows forms and Web forms in managed COBOL, thereby delivering contemporary user interfaces in COBOL.

Page 9: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Micro Focus Studio 2005

Page 10: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Micro Focus Studio 2005

Page 11: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Micro Focus Studio 2005

Page 12: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Fun DemonstrationWeb Services

Create a COBOL web service proxy for an available web service andwrite a COBOL client program to access the web service.

Page 13: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

Page 14: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

Adding a Web Reference to the Application

Page 15: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

Clicking Add Reference generates a COBOL web service proxy program.

Page 16: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

Page 17: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

Page 18: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

The Web Service Proxy IT IS COBOL!

Page 19: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

COBOL program to call the Web Service

Page 20: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

Page 21: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

Page 22: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

Page 23: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

Page 24: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Web Services

Run the program that calls the Web Service

Page 25: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console

Successor to Revolve 6.2 Can read and write Revolve 6.2 projects Improved Project Manager Improved Graphics Improved tool palette Easier to export your analysis results

Page 26: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

The Demonstration

Using the Infosol Customer Order Master system (ICOM) which runs under GDT / NetExpress

Page 27: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console Demonstration

Page 28: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console Demonstration

Page 29: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console Create a Project

Page 30: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console Create a Project

Page 31: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console Create a Project

Sourceformat FreeSetup

Page 32: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console Create a Project

Page 33: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console Create a Project

Page 34: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console Create a Project

Page 35: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console Create a Project

Page 36: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console Create a Project

Page 37: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Analysis Console Create a Project

Page 38: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Creating the Analysis Tools

The Analysis Tools on the Advanced menu are for identifying potential monetary data items or statements involving currencies, by examining the data definitions and how the data items are used. Each analysis tool produces a set of points of interest based on one attribute, such as the point of interest's name, type, value, format, usage, decimal places, et cetera. The resulting set is then displayed in a Set View. This shows the points of interest in the left hand pane, and the right hand pane shows a history of how the set reached its current state.

Page 39: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Creating the Analysis Tools

Page 40: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

The Format of data item Tool

Page 41: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

View of data items based on the format definition

Page 42: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Select all data items and load thru the Use of Data Items tool.

Select and drag to the Analysis tool

Page 43: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Resulting data items from Data Items Tool

Use of Data Items tool will find items that, because of the waythey are used in programs, are unlikely to be business-related items.

Page 44: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Remove non business related data items from beginning data item set

Page 45: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Right pane gives information as to what tools have been run so far to give your current data

item results.

Page 46: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Load Data Items into Names of data items tool. (looking for items based on character patterns within the

name that may not relate to what you are looking for)

Page 47: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Results from Names of data items tool

Page 48: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Again, remove items found from original Data Item list

Page 49: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Add data items to Worksheet Channel Analysis Tool

Page 50: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Worksheet Channel

Page 51: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Create this process into a Tool to be used by other users

Page 52: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

New Tool properties

Page 53: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Tool to be used by any user

Page 54: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

The Worksheet

Page 55: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Adding To the Worksheet from results of other Analysis Tools

Page 56: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Program Flow

Page 57: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Paragraph Flow

Page 58: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Program Inventory

Page 59: Micro Focus Studio 2005. Micro Focus Studio Doug Evans GDT 2006 International User Conference: Evolving the Legacy – Revolutions June 25 - 28  Palm Springs,

GDT 2006 International User Conference: Evolving the Legacy – RevolutionsJune 25 - 28 Palm Springs, California

Micro Focus StudioDoug Evans

Console Analysis

Further Demonstration