SCASE STUDYS. Migrating from MVS to.net: an Italian Case Study. bizlogica Italy. segui bizlogica

Size: px
Start display at page:

Download "SCASE STUDYS. Migrating from MVS to.net: an Italian Case Study. bizlogica Italy. segui bizlogica"

Transcription

1 SCASE STUDYS Migrating from MVS to.net: an Italian Case Study bizlogica Italy

2 executive summary This report describes how BIZLOGICA helped a large Corporation to successful reach the objective of saving yearly recurring costs by means of moving the production of some business critical MVS COBOL CICS applications to the Microsoft.NET framework. BIZLOGICA implemented a solution based on a Fujitsu Computer Systems Corporation technology, specific designed to ease the migration of MVS CICS and batch applications to Microsoft s.net framework in a virtually automatic fashion. Processes undertaken, technology used, problems encountered and solutions applied are synthetically described with the aim of providing other companies with elements to evaluate the possibility to afford a similar process. initial situation 2 Customer was a very large Corporation, leader in worldwide telecommunications arena, with production centers and office branches all over the world. Since early 60 s their IT infrastructure had been based on Mainframes (mainly IBM) that quickly grew-up during 70 s and 80 s to support the dramatic business increase, typical of that economic sector. At that time the heart of the IT systems was totally based on a Mainframe infrastructure, both for transactional (CICS) and batch systems, mainly developed in COBOL language, while data were based on DB2 Databases. In 90 s, because of changes of business scenarios and needs, and because of the availability of new technological solutions, some evolution took place aimed both at improving processes and to avoiding dependence from a sole technological provider. In this respect, new ERP and CRM systems were adopted to replace some business critical legacy system. In the meantime several different systems were adopted too: OPEN SYSTEMS (Linux and Unix), RDBMS (Oracle), PC Client and Server based on Windows, with new languages and development systems. In 2005 IT management started thinking on how to save recurring costs and therefore they considered the possibility of switching off costly Mainframe infrastructure by migrating remaining applications on a more flexible and cheaper distributed platform. In this respect REPLATFORMING was intended as the process of moving an application from an hardware platform to another, maintaining the original source code (with no change at all, or only minor changes). scenario Candidate applications for replatforming were mainly CRM systems, including billing processes, considered as mission critical systems by management. These systems included all processes for

3 customer management and the invoicing of related services. All systems were COBOL/DB2, CICS and Batch. Involved volumes were: 3 Business needs The most compelling business needs urging the customer to re-platform the applications were: Constant reduction of resources for maintaining applications, both in terms of units and cost; Growing complexity and costs of required support activities; Need of reducing infrastructure cost; Chance of improving technical culture of their internal resources; Need of simplifying processes linked to a monolithic, old fashioned infrastructure; Need to avoid depending from a sole IT technology provider. In more details: Operating cost reduction o Reduction of support from IBM o Developer productivity increase o Added possibilities of recruiting new IT resources o Better system integration characteristics Increased responding capacity to future business needs: o New laws and governance rules o Better system security o Better access to information o Better integration with other systems ( e.g. CRM) Increased capacity of providing services: o Information accessibility o data reliability o fault-tolerant availability at cheaper costs complexity reduction

4 Project scope Replatforming project also included data migration from DB2 to ORACLE and mechanisms to guarantee data exchange functions among replatformed applications and other systems, running both on Mainframe and on other platforms (OPEN SYSTEMS or WINDOWS). Components within the scope of the project were: Applications o COBOL Batch o COBOL CICS o COBOL COPYBOOK o BMS Macro o JCL Stream (Batch JOB) o Batch PROC Data o Database (Table and view) o Dataset (Sequential and indexed) Multiple external interface with other IT platform 4 Project Requisites Main project requisite has been the absolute no decrease of Service Level either during the replatforming process and afterward, when replatformed applications would have been in production. Further requisites had been: No impact on end user User interface and reports with same look and feel Zero impact with external interfaces Zero impact on information accessibility Security processes active on mainframe to be replicated on Windows platform No decrease of performance level on new platform for both transactional and batch functions Identify a job scheduling function similar to the one on mainframe Guarantee the alignment of source code during the project between production application and migrating application Full respect of.net standard for all migrated code Respect of original naming convention Respect of style and aspect of original source code Maintenance or improvement of code modularization Maintenance and integration of comments internal to the source code migration architecture Guideline of target architecture were setup by the Customer with BIZLOGICA s active support: Microsoft Windows Server IIS 6.0 Oracle 10g on Unix platform Fujitsu NetCobol for.net C#.NET

5 Migration approach Based on guidelines and requisites it was defined an approach to the migration based on automatic tools in order to avoid redesign / rewriting of the application. Main advantages were: No need of application understanding : once migrated to the new platform and compiled through the use of specific tools on, the application executed properly; Since only a small portion of the code had to be modified the risk of malfunctioning of the migrated application was minimal; Effort (and then time) needed using this approach was order of magnitude less than redesigning or rewriting the application; Migration process might be undertaken on step by step basis; Test activities are much less both in quantity and complexity Solution adopted The replatforming solution involved three main components of legacy application in moving them to the.net Framework: Data (DB2 databases, VSAM Sequential and Indexed) Source code (COBOL programs, BMS Macro, reports) Script of batch processing (JCL stream, REXX) 5 data Conversion of DB2 database to ORACLE on UNIX has been one of the most critical activity of the whole project because of: different character set between Mainframe and UNIX some difference in field format between the two data bases (e.g. date format) misalignment among physical and logical DB and COBOL tables and view. All binary data have been converted into display ASCII format. Data have been downloaded from the mainframe and reloaded on the new platform using data warehousing tools. Flat files have been migrated using data conversion tools included in Fujitsu NetCobol for Windows. programs Changes to both batch and CICS COBOL programs have been performed by a specific function of Fujitsu NeoKicks. The tool performed the needed changes to compile programs inside MS Visual Studio environment. Further on, the tool changed CICS API commands into INVOKE to correspondent NeoKicks classes. Fujitsu s Dialect Converter and specific code migration tools written by BIZLOGICA and the project team have been used to change possible COBOL dialect differences. Ad hoc tools have been used to resolve: differences between COBOL IBM and Fujitsu NetCOBOL structure depending from EBCDIC coding differences between SQL mainframe commands and NetCOBOL differences between mainframe CICS commands and NeoKicks differences between mainframe JCL and NeoBatch differences between DFSORT / SYNCSORT and NeoSort

6 batch Utilities on mainframe batch processes MVS JCL stream conversion has been made through Fujitsu s NeoBatch. The tool provides the catalog, the editor and a development environment that emulates mainframe console, SYSLOG and SYSOUT. JCL source code has been transformed into Jscript components. NeoBatch includes also NeoSort that accept all mainframe SORT commands and options. 6 chart shows the migration process flow production architecture Following is production environment configuration: Online Server: 1 Server Wintel with CPU = 4 3.0GHz; RAM = 4 GB Hard Disk = 2 x 72GB in RAID1 (72GB) Batch Server: 1 Server Wintel with CPU = 4 3.0GHz; RAM = 4 GB Hard Disk = 2 x 72GB in RAID1 (72GB) DB Server 2 Server Unix with

7 CPU = 4 UltraSparc IV@1.3GHz or PA-8800@1.0GHz or SPARC64 V@1.8GHz or Power5@1.9GHz RAM = 16 GB Hard Disk = 2 x 72GB in RAID1 (72GB) External STORAGE: Disk space= 5TB (RAID5) Migration infrastructure was based on: 7 Windows 2003 Server Enterprise Edition SP1 2 Web server in loadbalancing with IIS V6 for Internet services batch scheduler Maestro Oracle 10g DB Server NetCOBOL, NeoKicks, NeoBatch for application development Windows XP Professional SP2 for client workstation approach to the migration project Methodology Project methodology has been widely used by BIZLOGICA based on Requisite Engineering and Project Management standard practice. Following is a short description of the various aspects covered. Project team Human resources had been organized in different sub-teams: Management Group legacy application analysts.net developer Fujitsu s technologies consultants DBA experts Application developers Testers Steps undertaken In order to lower project risks project had been splitted in following steps:

8 1. Inventory & assessment Migrated a small application, Vessels, which represented the complexity of the environment and the key technical challenges. 2. Architectural and functional analysis, knowledge mining 3. Prototyping 4. Project plan development 5. Code and data migration 6. Test, verification, and launch into production Development tools Following tools have been mainly used: Relativity Technology s Modernization Workbench for source code inventory, and for knowledge mining; Fujitsu s NetCOBOL for.net to compile and generate native MS.NET executable programs Fujitsu s NeoKicks to migrate 3270 screens (BMS) into WebForm ASP.NET and modify CICS programs API into INVOKE to equivalent CICS services Fujitsu s NeoBatch to convert MVS JCL into Jscript. Fujitsu s NetCOBOL File Utility to convert VSAM files Seemore Technology s tools to migrate both DB2 structure and data into Oracle. 8 test Test case project has been entirely set-up by customer. Test have been based mainly about regression test, since code changes had been very few. Business logic code had not be changed at all. Different approach has been taken for performance tests because environments were totally different. conclusions Applications have been migrated and are operational in the new environment. User are receiving an even better service than before, in terms of response time. Recurring production costs have been dramatically reduced and Client Management has reached his objective.

9 ABOUT BIZLOGICA Established in 2001 BIZLOGICA, has a large experience in helping enterprises and large organization in continuously evolving their legacy applications to stay competitive in their marketplace. We have a legacy culture and all our Consultants have a proven record of successes both in professional and managerial roles in large organizations. We offer our customers consultancy services aimed at designing IT solutions as an evolution of their legacy systems, in order to leverage on their present assets to take benefit of the newest technologies like.net and Web Services. We integrate their systems with new functions in a balanced way, in order to take advantage of the best of the old and the new world. Through our methods, process and technologies applied to legacy applications we are able extract business rules, restructure and isolate the presentation from the business logic. In this way systems can be extended and deployed on new platforms, maintaining the business logic, that is the core of enterprise business, in a fashion easily accessible, understandable, maintainable with no or few changes in people s skills.with the help of powerful tools the legacy modernization process can be highly automated then reducing risks, shortening the delivery elapsed time and lowering the costs. 9 Among the others, Bizlogica is the Italian partner of Alchemy Solutions, the company that distribute the NetCobol product family and the NeoSuite products (NeoKicks, NeoBatch, NeoSort, NeoData, NeoServices) that provide a sound and proven solution to migrate MVS applications to the Microsoft Windows Platform.

Alberta Pensions Administration Corporation Client Case Study Chooses Fujitsu Legacy Modernization Solution for Mainframe Migration Profile

Alberta Pensions Administration Corporation Client Case Study Chooses Fujitsu Legacy Modernization Solution for Mainframe Migration Profile Client Case Study Alberta Pensions Administration Corporation Chooses Fujitsu Legacy Modernization Solution for Mainframe Migration Profile Located in Edmonton, Alta., Canada, Alberta Pensions Administration

More information

Micro Focus Studio Enterprise Edition Test Server

Micro Focus Studio Enterprise Edition Test Server product review Micro Focus Studio Enterprise Edition Test Server Micro Focus Studio Enterprise Edition Test Server (Test Server) is a testing suite that supports pre-production testing of mainframe applications

More information

What s New in Studio and Server Enterprise Edition 6.0?

What s New in Studio and Server Enterprise Edition 6.0? What s New What s New in Studio and Server Enterprise Edition 6.0? Micro Focus Studio Enterprise Edition provides a contemporary analysis and development suite for migrating applications from traditional

More information

1 of 5 12/01/2007 15:44 Offering Information Customer Reference Search> Global Value IBM Customer Reference Published 30 Mar 2004 Last updated/reviewed 30 Oct 2006 Solution synopsis Customer information

More information

COBOL-IT Compiler Suite

COBOL-IT Compiler Suite COBOL-IT Compiler Suite Enterprise Edition COBOL-IT Compiler Suite Enterprise Edition is an Enterprise COBOL Compiler Suite that is highly adapted to the needs of Enterprises with Mission Critical COBOL

More information

Musewerx support for Application Maintenance in Software AG NATURAL and ADABAS TM environment

Musewerx support for Application Maintenance in Software AG NATURAL and ADABAS TM environment Musewerx support for Application Maintenance in Software AG NATURAL and ADABAS TM environment Musewerx provides Application Maintenance Services for your applications written in NATURAL and ADABAS environment.

More information

Solution overview VISUAL COBOL BUSINESS CHALLENGE SOLUTION OVERVIEW BUSINESS BENEFIT

Solution overview VISUAL COBOL BUSINESS CHALLENGE SOLUTION OVERVIEW BUSINESS BENEFIT BUSINESS CHALLENGE There is an increasing demand from users of business software for easier to use applications which integrate with other business systems. As a result IT organizations are being asked

More information

CA Rapid Reorg for DB2 for z/os

CA Rapid Reorg for DB2 for z/os PRODUCT SHEET CA Rapid Reorg for DB2 for z/os CA Rapid Reorg for DB2 for z/os CA Rapid Reorg for DB2 for z/os (CA Rapid Reorg) helps you perform quick and effective DB2 data reorganizations to help increase

More information

ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES

ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES SERVICE, SUPPORT AND EXPERT GUIDANCE FOR THE MIGRATION AND IMPLEMENTATION OF YOUR ORACLE APPLICATIONS ON ORACLE INFRASTRUCTURE

More information

Adapter for Mainframe

Adapter for Mainframe BEA WebLogic Java Adapter for Mainframe Introduction Release 5.1 Document Date: August 2002 Copyright Copyright 2002 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software and documentation

More information

MetaSuite : Advanced Data Integration And Extraction Software

MetaSuite : Advanced Data Integration And Extraction Software MetaSuite Technical White Paper March, 2000 A Minerva SoftCare White Paper MetaSuite : Advanced Data Integration And Extraction Software WP-FPA-101998 Content CAPITALIZE ON YOUR VALUABLE LEGACY DATA 3

More information

The Modern Mainframe. IBM Systems. Powerful, secure, dependable and easier to use. Bernice Casey System z User Experience

The Modern Mainframe. IBM Systems. Powerful, secure, dependable and easier to use. Bernice Casey System z User Experience Powerful, secure, dependable and easier to use Bernice Casey (casey@us.ibm.com) System z User Experience Steven Ma (stevenma@us.ibm.com) Application Integration Middleware User Experience 2006 IBM Corporation

More information

What s new in Mainframe Express 3.0

What s new in Mainframe Express 3.0 What s new in Mainframe Express 3.0 TABLE OF CONTENTS Introduction 3 1 Mainframe Compatibility 4 1.1 Enterprise COBOL for z/os 4 1.2 DB2 4 1.3 IMS 5 1.4 CICS 5 1.5 JCL Support 5 2 Testing Enhancements

More information

IBM WebSphere Studio Asset Analyzer, Version 5.1

IBM WebSphere Studio Asset Analyzer, Version 5.1 Helping you quickly understand, enhance and maintain enterprise applications IBM, Version 5.1 Highlights n Provides interactive textual n Helps shorten the learning curve and graphic reports that help

More information

APIs Economy for Mainframe Customers: A new approach for modernizing and reusing mainframe assets

APIs Economy for Mainframe Customers: A new approach for modernizing and reusing mainframe assets Contact us: ZIO@hcl.com APIs Economy for Mainframe Customers: A new approach for modernizing and reusing mainframe assets www.zio-community.com Meet Our Experts and Learn the Latest News Copyright 2018

More information

NatQuery The Data Extraction Solution For ADABAS

NatQuery The Data Extraction Solution For ADABAS NatQuery The Data Extraction Solution For ADABAS Overview...2 General Features...2 Integration to Natural / ADABAS...5 NatQuery Modes...6 Administrator Mode...6 FTP Information...6 Environment Configuration

More information

The Migration/Modernization Dilemma

The Migration/Modernization Dilemma The Migration/Modernization Dilemma By William Calcagni www.languageportability.com 866.731.9977 Approaches to Legacy Conversion For many years businesses have sought to reduce costs by moving their legacy

More information

COBOL for AIX, Version 4.1

COBOL for AIX, Version 4.1 software Application development for today s changing marketplace COBOL for AIX, Version 4.1 To remain competitive, you need a complete business strategy to help you modernize, integrate, and manage existing

More information

Certkiller.P questions

Certkiller.P questions Certkiller.P2140-020.59 questions Number: P2140-020 Passing Score: 800 Time Limit: 120 min File Version: 4.8 http://www.gratisexam.com/ P2140-020 IBM Rational Enterprise Modernization Technical Sales Mastery

More information

COMP 3400 Mainframe Administration 1

COMP 3400 Mainframe Administration 1 COMP 3400 Mainframe Administration 1 Christian Grothoff christian@grothoff.org http://grothoff.org/christian/ 1 These slides are based in part on materials provided by IBM s Academic Initiative. 1 Today

More information

1. Which programming language is used in approximately 80 percent of legacy mainframe applications?

1. Which programming language is used in approximately 80 percent of legacy mainframe applications? Volume: 59 Questions 1. Which programming language is used in approximately 80 percent of legacy mainframe applications? A. Visual Basic B. C/C++ C. COBOL D. Java Answer: C 2. An enterprise customer's

More information

Table of Contents Release Notes 2013/03/25. Introduction in OS Deployment Manager. in Security Manager System Requirements

Table of Contents Release Notes 2013/03/25. Introduction in OS Deployment Manager. in Security Manager System Requirements Release Notes Release Notes 2013/03/25 Table of Contents Introduction... 3 Deployment Manager... 3 New Features in Deployment Manager... 3 Security Manager... 6 New Features in Security Manager... 6 OS

More information

Micro Focus Net Express

Micro Focus Net Express data sheet Micro Focus Net Express Micro Focus Net Express provides a complete environment for quickly building and modernizing COBOL enterprise components and business applications for client/server platforms

More information

Geneva 10.0 System Requirements

Geneva 10.0 System Requirements Geneva 10.0 System Requirements General Notes Geneva Modules These requirements apply to Geneva and Geneva add-on modules. If you previously used Advent Partner in conjunction with Geneva, you can now

More information

Syncsort DMX-h. Simplifying Big Data Integration. Goals of the Modern Data Architecture SOLUTION SHEET

Syncsort DMX-h. Simplifying Big Data Integration. Goals of the Modern Data Architecture SOLUTION SHEET SOLUTION SHEET Syncsort DMX-h Simplifying Big Data Integration Goals of the Modern Data Architecture Data warehouses and mainframes are mainstays of traditional data architectures and still play a vital

More information

Perform scalable data exchange using InfoSphere DataStage DB2 Connector

Perform scalable data exchange using InfoSphere DataStage DB2 Connector Perform scalable data exchange using InfoSphere DataStage Angelia Song (azsong@us.ibm.com) Technical Consultant IBM 13 August 2015 Brian Caufield (bcaufiel@us.ibm.com) Software Architect IBM Fan Ding (fding@us.ibm.com)

More information

Version Overview. Business value

Version Overview. Business value PRODUCT SHEET CA Ideal for CA Datacom CA Ideal for CA Datacom Version 14.0 An integrated mainframe application development environment for z/os which provides an interface for web enablement, CA Ideal

More information

System Optimization & Migration

System Optimization & Migration System Optimization & Migration Agenda 1. Overview 2. Migration Process 3. Gathering / Analyzing 4. Parsing 5. 6. Recovery 7. Result & Document 2 2011-01-17 Demonstration Overview Worldwide IT marketplace

More information

CASE STUDY AEROSOFT SYSTEMS MOVING FROM ACUCOBOL/PERL/C-ISAM TO JAVA WITH MICROSOFT SQL SERVER, WINDOWS SERVER AND HYPER-V

CASE STUDY AEROSOFT SYSTEMS MOVING FROM ACUCOBOL/PERL/C-ISAM TO JAVA WITH MICROSOFT SQL SERVER, WINDOWS SERVER AND HYPER-V CASE STUDY AEROSOFT SYSTEMS MOVING FROM ACUCOBOL/PERL/C-ISAM TO JAVA WITH MICROSOFT SQL SERVER, WINDOWS SERVER AND HYPER-V Introduction AeroSoft Systems, headquartered in Mississauga, Ontario, Canada since

More information

IBM s Integrated Data Management Solutions for the DBA

IBM s Integrated Data Management Solutions for the DBA Information Management IBM s Integrated Data Management Solutions for the DBA Stop Stressing and Start Automating! Agenda Daily Woes: Trials and tribulations of the DBA Business Challenges: Beyond the

More information

CICS insights from IT professionals revealed

CICS insights from IT professionals revealed CICS insights from IT professionals revealed A CICS survey analysis report from: IBM, CICS, and z/os are registered trademarks of International Business Machines Corporation in the United States, other

More information

AdminStudio 9.0 Release Notes

AdminStudio 9.0 Release Notes AdminStudio 9.0 Release Notes 29 August 2008 Contents Introduction...2 Components...2 Standard Edition... 2 Professional Edition... 3 Enterprise Edition... 3 Virtualization Pack for Enterprise Edition...

More information

A Day In the Life demo One example using COBOL/CICS

A Day In the Life demo One example using COBOL/CICS A Day In the Life demo One example using COBOL/CICS David Hawreluk EM Specialist IBM New York dhawrel@us.ibm.com Regi Barosa Executive IT Specialist IBM Boston rbarosa@us.ibm.com January, 22 2013 IBM s

More information

CA RC/Secure for DB2 for z/os

CA RC/Secure for DB2 for z/os PRODUCT sheet: CA RC/Secure for DB2 for z/os CA RC/Secure for DB2 for z/os CA RC/Secure for DB2 for z/os (CA RC/Secure) is a comprehensive, online security administration tool for DB2 for z/os that helps

More information

MyCloud Computing Business computing in the cloud, ready to go in minutes

MyCloud Computing Business computing in the cloud, ready to go in minutes MyCloud Computing Business computing in the cloud, ready to go in minutes In today s dynamic environment, businesses need to be able to respond quickly to changing demands. Using virtualised computing

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

Micro Focus Studio Enterprise Edition

Micro Focus Studio Enterprise Edition product review Micro Focus Studio Enterprise Edition Micro Focus Studio Enterprise Edition is a contemporary development suite for migrating applications from traditional mainframe environments and modernizing

More information

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky)

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) MediaPulse Architecture Xytech Systems MediaPulse solution utilizes a multitier architecture, requiring at minimum three server roles: a database

More information

The Modern Mainframe At the Heart of Your Business

The Modern Mainframe At the Heart of Your Business The Modern Mainframe At the Heart of Your Business IT Service Management Service Oriented Finance Needs to Satisfy Service Levels For Their Critical Applications I must make sure to meet my service levels.

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

FUJITSU Backup as a Service Rapid Recovery Appliance

FUJITSU Backup as a Service Rapid Recovery Appliance FUJITSU Backup as a Service Rapid Recovery Appliance The unprecedented growth of business data The role that data plays in today s organisation is rapidly increasing in importance. It guides and supports

More information

Nicman Group Test Data Management 2.0 Leveraging Copy Data Virtualization Technology in QA for SQuAD. November 2016

Nicman Group Test Data Management 2.0 Leveraging Copy Data Virtualization Technology in QA for SQuAD. November 2016 Nicman Group Test Data Management 2.0 Leveraging Copy Data Virtualization Technology in QA for SQuAD November 2016 Agenda Test Data Management 2.0 Leveraging Copy Data Virtualization Technology in QA Copy

More information

Automated Conversions to IBM DB2 for z/os IBM Redbooks Solution Guide

Automated Conversions to IBM DB2 for z/os IBM Redbooks Solution Guide Automated Conversions to IBM DB2 for z/os IBM Redbooks Solution Guide Business agility is essential to client success in the fast-paced, competitive, and highly regulated global business climate of today.

More information

August Oracle - GoldenGate Statement of Direction

August Oracle - GoldenGate Statement of Direction August 2015 Oracle - GoldenGate Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your

More information

CICS VSAM Transparency

CICS VSAM Transparency Joe Gailey Senior IT Specialists Client Technical Specialist for CICS z/os Tools 10 th May 2013 CICS VSAM Transparency AGENDA Business Issue IBM s Solution How CICS VT Works (Deep Dive) Conclusions / Questions

More information

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013 Performance benefits of IBM Power Systems and IBM FlashSystem for JD Edwards EnterpriseOne IBM Power 780 server with AIX and IBM FlashSystem 820 flash storage improves batch performance in a client proof

More information

Efficiency Gains in Inbound Data Warehouse Feed Implementation

Efficiency Gains in Inbound Data Warehouse Feed Implementation Efficiency Gains in Inbound Data Warehouse Feed Implementation Simon Eligulashvili simon.e@gamma-sys.com Introduction The task of building a data warehouse with the objective of making it a long-term strategic

More information

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky)

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) MediaPulse Architecture Xytech s MediaPulse solution utilizes a multitier architecture, requiring at minimum three server roles: a database server,

More information

EntireX Highlights of new Features

EntireX Highlights of new Features EntireX 7.3 - Highlights of new Features Crossvision Product Management Software AG EntireX 7.3 Highlights March 2007 Seite 1 EntireX Key Enhancements Key Enhancement areas CentraSite EntireX Workbench

More information

AcuConnect Versatile Remote COBOL Listener

AcuConnect Versatile Remote COBOL Listener AcuConnect Versatile Remote COBOL Listener EXECUTIVE OVERVIEW AcuConnect is a remote COBOL listener that lets you make the most efficient and strategic use of your existing computing resources. AcuConnect

More information

March MomentumPro V3.1 Technical Specification Guidelines

March MomentumPro V3.1 Technical Specification Guidelines March 2010 MomentumPro V3.1 Technical Specification Guidelines MomentumPro V3.1 Technical Specification Guidelines Information in this document is subject to change without notice. Companies, names and

More information

Phire 12.2 Hardware and Software Requirements

Phire 12.2 Hardware and Software Requirements Phire 12.2 Hardware and Software Requirements Copyright 2017, Phire. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they are provided

More information

... Performance benefits of POWER6 processors and IBM i 6.1 for Oracle s JD Edwards EnterpriseOne A performance case study for the Donaldson Company

... Performance benefits of POWER6 processors and IBM i 6.1 for Oracle s JD Edwards EnterpriseOne A performance case study for the Donaldson Company Performance benefits of POWER6 processors and IBM i 6.1 for Oracle s JD Edwards EnterpriseOne A performance case study for the Donaldson Company........ Jim Denton i ERP Development Jos Vermaere Executive

More information

COBOL-IT Developer Studio

COBOL-IT Developer Studio COBOL-IT Developer Studio COBOL-IT Developer Studio is COBOL-IT s Integrated Development Environment. The Developer Studio allows you to develop, debug and maintain your legacy COBOL applications in a

More information

O Brien/Reynolds e3000 Migration Framework (Ver: )

O Brien/Reynolds e3000 Migration Framework (Ver: ) O Brien/Reynolds e3000 Migration Framework (Ver: 1.4.98) Overview: The O Brien/Reynolds e3000 Migration Framework is a set of guidelines and recommendations for e3000 shops that need to migrate existing

More information

Fast Innovation requires Fast IT

Fast Innovation requires Fast IT Fast Innovation requires Fast IT Cisco Data Virtualization Puneet Kumar Bhugra Business Solutions Manager 1 Challenge In Data, Big Data & Analytics Siloed, Multiple Sources Business Outcomes Business Opportunity:

More information

Sales Presentation Case 2018 Dell EMC

Sales Presentation Case 2018 Dell EMC Sales Presentation Case 2018 Dell EMC Introduction: As a member of the Dell Technologies unique family of businesses, Dell EMC serves a key role in providing the essential infrastructure for organizations

More information

HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family

HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family Data sheet HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family HPE Lifecycle Event Services HPE Data Replication Solution Service provides implementation of the HPE

More information

Capturing Your Changed Data

Capturing Your Changed Data Capturing Your Changed Data with the CONNX Data Synchronization Tool Table of Contents Executive Summary 1 Fulfilling a Need with Minimal Investment 2 Departmental Reporting Servers 3 Data Migration 4

More information

EntireX Modernized EntireX Workbench

EntireX Modernized EntireX Workbench EntireX 7.3 - Modernized EntireX Workbench Crossvision Product Management Software AG EntireX 7.3 Workbench April 2007 Seite 1 Modernized EntireX Workbench With EntireX 7.3 the EntireX Workbench will be

More information

REST APIs on z/os. How to use z/os Connect RESTful APIs with Modern Cloud Native Applications. Bill Keller

REST APIs on z/os. How to use z/os Connect RESTful APIs with Modern Cloud Native Applications. Bill Keller REST APIs on z/os How to use z/os Connect RESTful APIs with Modern Cloud Native Applications Bill Keller bill.keller@us.ibm.com Important Disclaimer IBM s statements regarding its plans, directions and

More information

ARTSYL DOCALPHA INSTALLATION GUIDE

ARTSYL DOCALPHA INSTALLATION GUIDE ARTSYL DOCALPHA INSTALLATION GUIDE 1. docalpha Architecture Overview... 2 1.1. docalpha Server Components... 4 1.2. docalpha Production Environment Stations Overview... 4 1.3. docalpha Setup & Administration

More information

Micro Focus Enterprise Analyzer 3.4. Installation Guide

Micro Focus Enterprise Analyzer 3.4. Installation Guide Micro Focus Enterprise Analyzer 3.4 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2013. All rights reserved.

More information

Transforming IT: From Silos To Services

Transforming IT: From Silos To Services Transforming IT: From Silos To Services Chuck Hollis Global Marketing CTO EMC Corporation http://chucksblog.emc.com @chuckhollis IT is being transformed. Our world is changing fast New Technologies New

More information

CASE STUDY INSURANCE. Innovation at Moody's Analytics: A new approach to database provisioning using SQL Clone

CASE STUDY INSURANCE. Innovation at Moody's Analytics: A new approach to database provisioning using SQL Clone CASE STUDY INSURANCE Innovation at Moody's Analytics: A new approach to database provisioning using SQL Clone We already had a one-click process for database provisioning, but it was still taking too much

More information

NTT DATA Mainframe Re-hosting Development Environment

NTT DATA Mainframe Re-hosting Development Environment WHITE PAPER APPLICATION SERVICES NTT DATA Mainframe Re-hosting Development Environment JUNE 2018 2018 NTT DATA, Inc. All rights reserved. NTT DATA Services White Paper NTT DATA Mainframe Re-hosting Development

More information

Oracle Exadata Statement of Direction NOVEMBER 2017

Oracle Exadata Statement of Direction NOVEMBER 2017 Oracle Exadata Statement of Direction NOVEMBER 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Sun and Oracle. Kevin Ashby. Oracle Technical Account Manager. Mob:

Sun and Oracle. Kevin Ashby. Oracle Technical Account Manager. Mob: Sun and Oracle Kevin Ashby Oracle Technical Account Manager Mob: 07710 305038 Email: kevin.ashby@sun.com NEW Sun/Oracle Stats Sun is No1 Platform for Oracle Database Sun is No1 Platform for Oracle Applications

More information

Transitioning from Micro Focus COBOL to Dell Enterprise COBOL

Transitioning from Micro Focus COBOL to Dell Enterprise COBOL Transitioning from Micro Focus COBOL to Dell Enterprise COBOL Solution overview November 2013 Dell delivers comprehensive COBOL application development, maintenance and modernization technologies that

More information

Deltek Vision 7.6. Technical Overview and System Requirements: Advanced Deployment (150 or More Employees)

Deltek Vision 7.6. Technical Overview and System Requirements: Advanced Deployment (150 or More Employees) Deltek Vision 7.6 Technical Overview and System Requirements: Advanced Deployment (150 or More Employees) April 25, 2017 While Deltek has attempted to verify that the information in this document is accurate

More information

Contents. Microsoft is a registered trademark of Microsoft Corporation. TRAVERSE is a registered trademark of Open Systems Holdings Corp.

Contents. Microsoft is a registered trademark of Microsoft Corporation. TRAVERSE is a registered trademark of Open Systems Holdings Corp. TPLWPT Contents Summary... 1 General Information... 1 Technology... 2 Server Technology... 2 Business Layer... 4 Client Technology... 4 Structure... 4 Ultra-Thin Client Considerations... 7 Internet and

More information

Deltek Vision 7.4 Technical Overview & System Requirements: Advanced Deployment (150 or More Employees) 1/28/2015

Deltek Vision 7.4 Technical Overview & System Requirements: Advanced Deployment (150 or More Employees) 1/28/2015 Deltek Vision 7.4 Technical Overview & System Requirements: Advanced Deployment (150 or More Employees) 1/28/2015 Table of Contents Advanced Deployment Model (150 or More Employees)... 3 Introduction...

More information

Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515

Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515 Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515 1 2 1 Selecting the Best Alternative Major Activities in the Analysis Phase Gather information Define system requirements Prototype for feasibility

More information

THINK DIGITAL RETHINK LEGACY

THINK DIGITAL RETHINK LEGACY THINK DIGITAL RETHINK LEGACY Adabas & 2050+ Platform Strategy & Roadmap Bruce Beddoe VP Adabas Systems 1 % BUSINESS & MISSION-CRITICAL 2 For internal use only Billions invested in DIFFERENTIATING business

More information

z/os CSI International 8120 State Route 138 Williamsport, OH

z/os CSI International 8120 State Route 138 Williamsport, OH z/os Software Solutions CSI International 8120 State Route 138 Williamsport, OH 43164-9767 http://www.csi-international.com (800) 795-4914 - USA (740) 420-5400 - Main Operator (740) 333-7335 - Facsimile

More information

Data Virtualization Implementation Methodology and Best Practices

Data Virtualization Implementation Methodology and Best Practices White Paper Data Virtualization Implementation Methodology and Best Practices INTRODUCTION Cisco s proven Data Virtualization Implementation Methodology and Best Practices is compiled from our successful

More information

Lab Validation Report

Lab Validation Report Lab Validation Report NetApp SnapManager for Oracle Simple, Automated, Oracle Protection By Ginny Roth and Tony Palmer September 2010 Lab Validation: NetApp SnapManager for Oracle 2 Contents Introduction...

More information

VERSION EIGHT PRODUCT PROFILE. Be a better auditor. You have the knowledge. We have the tools.

VERSION EIGHT PRODUCT PROFILE. Be a better auditor. You have the knowledge. We have the tools. VERSION EIGHT PRODUCT PROFILE Be a better auditor. You have the knowledge. We have the tools. Improve your audit results and extend your capabilities with IDEA's powerful functionality. With IDEA, you

More information

Oracle Tuxedo Application Runtime for Batch

Oracle Tuxedo Application Runtime for Batch Oracle Tuxedo Application Runtime for Batch Installation Guide 12c Release 1 (12.1.1) August 2012 Oracle Tuxedo Application Runtime for Batch Installation Guide, 12c Release 1 (12.1.1) Copyright 2012,

More information

Microsoft. iron Krokhmal et IT /2005

Microsoft. iron Krokhmal et IT /2005 Microsoft 2005 i et IT /2005 Current Features Automated Deployment Services (ADS). - imaging tools to automate the deployment of Microsoft operating systems. Active Directory Application Mode (ADAM). -

More information

WHITEPAPER. Embracing Containers & Microservices for future-proof application modernization

WHITEPAPER. Embracing Containers & Microservices for future-proof application modernization WHITEPAPER Embracing Containers & Microservices for future-proof application modernization The need for application modernization: Legacy applications are typically based on a monolithic design, which

More information

Legacy Metamorphosis. By Charles Finley, Transformix Computer Corporation

Legacy Metamorphosis. By Charles Finley, Transformix Computer Corporation Legacy Metamorphosis By Charles Finley, Transformix Computer Corporation Legacy Metamorphosis By Charles Finley, Transformix Computer Corporation Introduction A legacy application is any application based

More information

ASP.NET on zlinux: A New Workload

ASP.NET on zlinux: A New Workload ASP.NET on zlinux: A New Workload Mike Friesenegger (mikef@novell.com) Novell August 3, 2010 7202 Agenda What is Mono? Suggested approach for a Mono proof-of-concept Preparing the POC environment (The

More information

Caliber Data Training

Caliber Data Training Instructor-Led Course Catalog Caliber Data Training 1987-2015 Caliber Data Training is celebrating 28 years of excellence in I.T. training, providing training services to Fortune 1000 companies and federal,

More information

XFRAME Rehosting Platform Version 4.2

XFRAME Rehosting Platform Version 4.2 XFRAME Rehosting Platform Version 4.2 Product Datasheet Page 1/8 Product components On-line Transaction Server (TP Monitor) BATCH runtime system JCL migration tool VSAM subsystem SORT utility Scheduler

More information

ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. And

ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. And ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. Content 261311 - Analyst Programmer... 2 135111 - Chief

More information

Performance and Load Testing R12 With Oracle Applications Test Suite

Performance and Load Testing R12 With Oracle Applications Test Suite Performance and Load Testing R12 With Oracle Applications Test Suite Deep Ram Technical Director Oracle Corporation Daniel Gonzalez Practice Manager Oracle Corporation Safe Harbor

More information

enterprise product suite 2.2.2

enterprise product suite 2.2.2 enterprise product suite 2.2.2 WHAT S NEW WHAT S NEW IN THE ENTERPRISE PRODUCT SUITE VERSION 2.2.2 This What s New document covers new features and functions in the latest release of the Micro Focus Product

More information

Sub-capacity pricing for select IBM zseries IBM Program License Agreement programs helps improve flexibility and price/performance

Sub-capacity pricing for select IBM zseries IBM Program License Agreement programs helps improve flexibility and price/performance Marketing Announcement August 10, 2004 Sub-capacity pricing for select IBM zseries IBM License Agreement programs helps improve flexibility and price/performance Overview IBM extends sub-capacity charging

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

ASP.NET on zlinux: A New Workload

ASP.NET on zlinux: A New Workload ASP.NET on zlinux: A New Workload Mike Friesenegger Novell Tuesday, March 1, 2011 Session Number: 8473 Agenda What is Mono? Suggested approach for a Mono proof-of-concept The Mono tools used for a POC

More information

Data Sheet FUJITSU Storage ETERNUS CS200c S4

Data Sheet FUJITSU Storage ETERNUS CS200c S4 Data Sheet FUJITSU Storage ETERNUS CS200c S4 Data Sheet FUJITSU Storage ETERNUS CS200c S4 Integrated Backup Appliance for the Digital World ETERNUS CS Data Protection Appliances ETERNUS CS data protection

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner Snow Integration Manager Snow Distribution

More information

Oracle Database Exadata Cloud Service Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE

Oracle Database Exadata Cloud Service Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE Oracle Database Exadata Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE Oracle Database Exadata combines the best database with the best cloud platform. Exadata is the culmination of more

More information

Mainframe Developer & Admin Training in Chennai

Mainframe Developer & Admin Training in Chennai Mainframe Developer & Admin Training in Chennai Training in Greens Technology provides 100% real-time, practical and placement focused Mainframe Developer training in Chennai. Our Mainframe Developer course

More information

TestBase's Patented Slice Feature is an Answer to Db2 Testing Challenges

TestBase's Patented Slice Feature is an Answer to Db2 Testing Challenges Db2 for z/os Test Data Management Revolutionized TestBase's Patented Slice Feature is an Answer to Db2 Testing Challenges The challenge in creating realistic representative test data lies in extracting

More information

Mapping Your Requirements to the NIST Cybersecurity Framework. Industry Perspective

Mapping Your Requirements to the NIST Cybersecurity Framework. Industry Perspective Mapping Your Requirements to the NIST Cybersecurity Framework Industry Perspective 1 Quest has the solutions and services to help your organization identify, protect, detect, respond and recover, better

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner External Data Provider Snow Distribution

More information

Using and Developing with Azure. Joshua Drew

Using and Developing with Azure. Joshua Drew Using and Developing with Azure Joshua Drew Visual Studio Microsoft Azure X-Plat ASP.NET Visual Studio - Every App Our vision Every App Every Developer .NET and mobile development Desktop apps - WPF Universal

More information

Oracle Hospitality Materials Control. Server Sizing Guide

Oracle Hospitality Materials Control. Server Sizing Guide Oracle Hospitality Materials Control Server Sizing Guide Release 18.1 E96487-04 April 2019 Oracle Hospitality Materials Control Server Sizing Guide, Release 18.1 E96487-04 Copyright 1998, 2019, Oracle

More information