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

Size: px
Start display at page:

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

Transcription

1 Client Case Study Alberta Pensions Administration Corporation Chooses Fujitsu Legacy Modernization Solution for Mainframe Migration Profile Located in Edmonton, Alta., Canada, Alberta Pensions Administration (APA) Corporation is responsible for administering seven statutory pension plans under the direction of four pensions boards and the Government of Alberta, as well as two supplementary retirement plans. APA Corporation's core services are to collect pension fund contributions from employers and members, maintain members' accounts, calculate and pay plan benefits and provide information to members. The Corporation is committed to providing cost-effective services through continuous improvements, value for money and effective communications. APA Corporation has a mature CICS COBOL pension payroll application running on an IBM mainframe. This 27-year-old system is supported by a batch stream which performs the actual pension master file updates recorded by the on-line portion of the system and which is tightly coupled with the production of reports as well as correspondence. While this system was migrated from one mainframe host to another in 1996, its functionality has not changed appreciably for a number of years. The on-line portion of the system consists of approximately 63,000 total lines and CICS maps while the batch portion of the system consists of approximately 290,000 total lines. APA Corporation has considerable expertise with the existing application, both in the business and technical areas. The application requires some manual intervention to perform the tasks required but overall performs the functions required. A considerable library of ad-hoc Culprit reports has been built up over the years. This library is maintained by the system end-users who have developed some expertise in creating and running these reports as required. FUJITSU CONSULTING

2 Business Issues Mainframes are an expensive platform to run on. While they are very efficient, for this particular application system, the advantage their power offers is not necessary. Current operating costs are estimated at $230,000 per year. Access to the application system is limited within the Corporation. A broader, controlled access would be a desirable feature. The end-user reporting tool, Culprit, is not user friendly and support for it is limited. With each year there are fewer people available who are experienced in the mainframe COBOL environment to support the system. Within the next four to five years, it is expected that the functionality of this system will be integrated with the functionality of the application system which collects and tracks pension contributions (Oracle system CPAS). Currently, when a client becomes eligible to receive a pension, data is manually entered from CPAS reports into the payroll system. With the current plan to merge systems eventually, any work done to reduce operating costs or improve the payroll system functionality must be cost effective and impact on the user community and on the support requirements must be minimal. Legacy Modernization by Fujitsu Fujitsu Consulting's Legacy Modernization solution offering was proposed to transform the various parts of the mainframe application into corresponding entities using a combination of the Fujitsu CICS migration solution, NetCOBOL, SQL Server, ASP.NET and zbatch. Fujitsu Consulting's proposed solution was designed to solve the problems in a way that minimize the migration risk while helping staff build contemporary skills. The key advantages of the Fujitsu Consulting approach are: Remove the application from the mainframe to significantly lower the on-going operational costs of the system by an estimated $175,000 per year. Translate the Pensioner VSAM data and transform it to SQL Server data tables, moving the data to a new technology platform. SQL Server enables the end user a simpler access method either directly or through a third-party reporting tool. Minimize source-code changes (COBOL to COBOL): - Use Fujitsu Software's NetCOBOL for.net to generate native Microsoft.NET executables. - Reduce risk by preserving investment in the business logic that's embodied in the applications. - Enable staff to build skills in new areas like VB.NET and web Services without making current skills obsolete. Use the Fujitsu CICS migration solution to migrate CICS screens into ASP.NET web Forms to create a thinclient web application. This strategy will enable the existing CICS code to be preserved (including business logic and editing) and will require minimal staff re-training. Provide a two-dimensional translator between the converted COBOL programs and the SQL database that allows the programs to access and update data as they did on the original system. Maintain a simple maintenance model, since there will be no need to deploy special components on the client side. The current client PC already has both the power and the software necessary to access and run the migrated system. Approach and Scope To help the Corporation to prove the value of embarking on a Legacy Modernization initiative before committing to any major investments, Fujitsu Consulting was contracted to perform a Proof of Concept (PoC) project. The PoC was aimed at validating and demonstrating the feasibility, methodology and technology of the proposed solution, as well as estimating the costs and efforts of a full migration project for the Pensioner Payroll System. The scope of the PoC project was as follows: To develop a PoC for the Corporation using selected production batch and on-line processes. The selected application components are part of the production system and are used on a regular basis. Using the Fujitsu software tools, migrate the selected CICS/COBOL software and VSAM data to a Windows.Net environment.

3 Perform a live demonstration of the migrated components, both on-line and a subset of daily and weekly batch processing. To conduct a workshop to introduce the Corporation staff to the.net Framework and the NetCOBOL tools. To prepare a PoC Legacy Modernization Results Analysis including identification of the recommended next steps. The migration was done in two phases: Phase 1: Migrate the on-line application code to NetCOBOL and Fujitsu Consulting's CICS migration solution, recompile the batch portion to NetCOBOL for Windows, and use zbatch for job submission and execution. Phase 2: Migrate the Pension data to SQL Server tables and demonstrate both on-line and batch programs accessing and updating the SQL Server tables. To execute the PoC, Fujitsu Consulting provided teams of consultants already familiar with the.net environment and the migration toolset being used. This included team members from Fujitsu Consulting, Fujitsu Software and Microsoft. PoC Environment CICS Architecture OS/390 Fujitsu CICS Architecture Web Application Server with Microsoft.NET Framework CICS Application Programming Interface (API) Application Programs ASP.NET.NET CICS Executive Application Programs Terminal Control Basic Mapping Support (BMS) Maps HTML ASP.NET Web Form Symbolic Maps VTAM, SNA, TCP/IP HTTP Terminal User Client Web Browser Proof of Concept Software Used The Proof of Concept software development environment used the following technology: Microsoft SQL Server Enterprise Developers Edition Windows Server 2000 Windows XP Professional Microsoft Visual Studio.Net 2003 Fujitsu Software - NetCOBOL for.net V2 - NetCOBOL Win32 - Fujitsu's CICS migration solution - zbatch JCL Shell and Run-time environment for Windows - PowerBSort

4 Results The PoC was successful in that the migrated on-line system functioned as expected, with the business logic and rules moving across intact. The batch programs were migrated with virtually no changes required and they functioned as expected. Phase 1 Results The complete Pensioner Master File and other supporting data was migrated to Btrieve, and indexed data formats. The on-line application code was migrated to NetCOBOL and Fujitsu Consulting's CICS migration solution accessing the Btrieve data structures. This included a Pensioner Inquiry function, Adding a Pensioner, Changing a Pensioner Address, and the Transfer of a Pensioner on-line functions. The batch portion of the PoC was migrated to run with zbatch for job submission and used indexed files to perform the batch test run. The identical job stream was run on the mainframe and the results of that run were provided to the PoC team for comparison purposes. The on-line program conversion was successful, it was demonstrated that for most of the PoC programs the business logic converted intact with some intervention (search and replace) required for usage of CICS currently not supported in the conversion processes. Approximately 54,000 lines of code were converted for the on-line portion, with fewer than 5 percent requiring manual intervention. There were no performance issues with the migrated system. The batch programs compiled into the Windows format with almost no manual changes required (one line per program). Approximately 37,000 lines of code converted for the batch programs. The JCL stream selected for the PoC was run demonstrating the use of zbatch as a Windows batch job processor. No performance tuning was required for running the stream against indexed files. Phase 2 Results A data load program was written to convert the Pension Master file into a SQL Server relational database. A generic data access module was written to handle the reading and updating of the SQL Server database. The Pension Inquiry on-line program was modified and tested, accessing the SQL Server database. Two batch programs were modified to test with the SQL Server database (the first was the update to the master table using the data from the on-line update screen; the second checked for duplicate pensioners based on specific keys and read the entire pensioner master file twice). The execution times for these programs were then used to compare to the same steps as performed accessing the data as sequential files in the.net environment and also as executed on the mainframe. The data load program and generic access modules proved to be the area where the largest amount of manual coding was required. The batch stream completed within an acceptable window. Tuning of the system to improve the performance of the batch stream was not part of the PoC scope, however it would be addressed in the full migration project. The success of the PoC demonstrated the feasibility for the Corporation to move forward to a full system migration. The PoC provided the necessary information to estimate the full migration effort and insight into presenting varying options for proceeding with the full migration, thereby allowing for the most cost-effective approach to be chosen.

5 Additional Results In addition to the successful migration and demonstration of code, there were other valuable results achieved through the PoC: Proved that the proposed technology and software platform is viable for the Corporation in a production environment. Helped identify risk areas for the full migration project. This will allow these risks to be mitigated early in the full migration project, minimizing the impact of these risks. Created detailed lessons-learned list that will be used to reduce efforts in the full migration project. Identified potential areas for scope reduction in the fully migrated system, allowing the Corporation to receive full value from the full migration project for minimal cost and effort. Provided a high-level estimate for the full migration project and a recommended plan for the Corporation to proceed. Conclusions Legacy Modernization PoC was a success for Alberta Pensions Administration Corporation in proving that the Fujitsu Consulting Legacy Modernization solution offering is a viable solution for the Corporation to move the Pensioner Payroll legacy system into a modern.net and Windows architecture. This migration will allow the Corporation to immediately and substantially reduce their annual operating costs in this area by at least 75 percent. This migration would also allow for easier access to the information contained in the Pensioner Payroll system to other business units and better position the Corporation for future enhancements to this system. Initial estimates indicate there is a reasonable payback of two to three years for this project to the Corporation. If a scope refinement project was completed, this payback could be further reduced to less than two years. Next Steps Based on the learnings from the PoC, Fujitsu Consulting proposed a two-step approach to the full migration project. As a result, a clearer definition of requirements will provide for a more accurate estimate of the total project costs and ensure full business value from the project is realized by not migrating unnecessary components. This will allow the Corporation to make a fully informed decision on the cost and benefits of the full migration project. Step 1: Scope Refinement Stage During this stage, the following will be determined: Scope Definition: Review existing inventory of Programs, JCL, letters, adhoc reports to determine if all are required in the migrated system Data Strategy (Data Model and Access Routines): Refine the approach developed during the Proof of Concept to determine where each data file will reside, balancing cost and effort with future requirements and benefits Finalize Technology Architecture Security Model: strategy for replacing RACF within Windows/.NET capabilities Job Scheduler: analysis and selection of job schedule tool Letter Strategy: refine strategy for letter production Culprit Replacement Strategy: determine best alternative for Culprit Reports migration Accurate estimate of cost and effort for migration stage Step 2: Migration Stage Construct, test and implement solution as defined in the scope refinement stage

6 Experience the Fujitsu Consulting Difference Fujitsu, together with Microsoft, brings years of experience, credibility, skills and the tools to help you move forward with confidence to accelerate a migration process. Fujitsu Consulting's Legacy Modernization solution offering realizes the fundamental value of IT through measurably lowering the total cost of ownership. The company utilizes its award winning methodology with the latest technologies that are most responsive to a client's requirements. Headquarters & United States FUJITSU CONSULTING 333 Thornall Street Edison, NJ United States Tel: Fax: By using NetCOBOL for.net, Fujitsu can maximize the use of the existing COBOL code, minimizing the changes and consequently minimizing the risk. Through using NetCOBOL for.net and NeoKicks, Fujitsu Consulting's CICS migration solution, there will be minimal training required by both the programming staff and the end-users..net makes the migration of COBOL applications easy, and with Microsoft.NET technology a lot of new opportunities are available once the migration is complete. Modern technologies, such as XML web services, are easily incorporated with Visual.NET to extend the legacy applications. NetCOBOL for.net was designed specifically to leverage the.net Framework to help developers accomplish this important task. As the management- and technology-consulting arm of the US$45-billion Fujitsu group, Fujitsu Consulting integrates the core expertise of Fujitsu companies and its partners to deliver complete solutions to businesses and government in the areas of Information Management, Legacy Modernization and Managed Services. The scope of these offerings extends from strategic management consulting to the tiniest detail of infrastructure operations. Through its industry-recognized strategic methodology, Macroscope, Fujitsu Consulting assists clients in incorporating more value into their investments and driving their leadership in the marketplace. Canada FUJITSU CONSULTING 200 Front Street West Simcoe Place Suite 2300 Toronto, Ontario Canada M5V 3K2 Tel: Fax: Quebec DMR CONSEIL 1000 Sherbrooke Street West Suite 1600 Montreal, Quebec Canada H3A 3R2 Tel: Fax: We work with you to create solutions and produce results that drive your business. 2004, Fujitsu Consulting, Inc. Macroscope is a registered trademark of Fujitsu Consulting. All other trademarks are property of their respective owners. All rights reserved. us.fujitsu.com

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

SCASE STUDYS. Migrating from MVS to.net: an Italian Case Study. bizlogica Italy.  segui bizlogica SCASE STUDYS Migrating from MVS to.net: an Italian Case Study bizlogica Italy executive summary This report describes how BIZLOGICA helped a large Corporation to successful reach the objective of saving

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

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE.

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. Is putting Contact us INTRODUCTION You know the headaches of managing an infrastructure that is stretched to its limit. Too little staff. Too many users. Not

More information

THE JOURNEY OVERVIEW THREE PHASES TO A SUCCESSFUL MIGRATION ADOPTION ACCENTURE IS 80% IN THE CLOUD

THE JOURNEY OVERVIEW THREE PHASES TO A SUCCESSFUL MIGRATION ADOPTION ACCENTURE IS 80% IN THE CLOUD OVERVIEW Accenture is in the process of transforming itself into a digital-first enterprise. Today, Accenture is 80 percent in a public cloud. As the journey continues, Accenture shares its key learnings

More information

Joint Application Design & Function Point Analysis the Perfect Match By Sherry Ferrell & Roger Heller

Joint Application Design & Function Point Analysis the Perfect Match By Sherry Ferrell & Roger Heller Joint Application Design & Function Point Analysis the Perfect Match By Sherry Ferrell & Roger Heller Introduction The old adage It s not what you know but when you know it that counts is certainly true

More information

Hybrid WAN Operations: Extend Network Monitoring Across SD-WAN and Legacy WAN Infrastructure

Hybrid WAN Operations: Extend Network Monitoring Across SD-WAN and Legacy WAN Infrastructure Hybrid WAN Operations: Extend Network Monitoring Across SD-WAN and Legacy WAN Infrastructure An ENTERPRISE MANAGEMENT ASSOCIATES (EMA ) White Paper Prepared for SevOne May 2017 IT & DATA MANAGEMENT RESEARCH,

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

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

Six Sigma in the datacenter drives a zero-defects culture

Six Sigma in the datacenter drives a zero-defects culture Six Sigma in the datacenter drives a zero-defects culture Situation Like many IT organizations, Microsoft IT wants to keep its global infrastructure available at all times. Scope, scale, and an environment

More information

Concurrent VSAM access for batch and CICS

Concurrent VSAM access for batch and CICS Concurrent VSAM access for batch and CICS Transparent VSAM file sharing A white paper from: Finding a better way to solve batch issues: concurrent VSAM file sharing When batch processes cause CICS applications

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

ASNA Case Study. ASNA Wings: Re-imagining Modernization at INFOCON Both Ways. Leaders in IBM i Modernization

ASNA Case Study. ASNA Wings: Re-imagining Modernization at INFOCON Both Ways. Leaders in IBM i Modernization ASNA Case Study ASNA Wings: Re-imagining Modernization at INFOCON Both Ways. Modernizing for a GUI doesn t mean you have to give up the power of RPG. By Thomas M. Stockwell Fueled by the talent of more

More information

DATA SHEET RSA NETWITNESS PLATFORM PROFESSIONAL SERVICES ACCELERATE TIME-TO-VALUE & MAXIMIZE ROI

DATA SHEET RSA NETWITNESS PLATFORM PROFESSIONAL SERVICES ACCELERATE TIME-TO-VALUE & MAXIMIZE ROI DATA SHEET RSA NETWITNESS PLATFORM PROFESSIONAL SERVICES ACCELERATE TIME-TO-VALUE & MAXIMIZE ROI EXECUTIVE SUMMARY The shortage of cybersecurity skills Organizations continue to face a shortage of IT skill

More information

Automated Netezza Migration to Big Data Open Source

Automated Netezza Migration to Big Data Open Source Automated Netezza Migration to Big Data Open Source CASE STUDY Client Overview Our client is one of the largest cable companies in the world*, offering a wide range of services including basic cable, digital

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

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

Accelerate Your Enterprise Private Cloud Initiative

Accelerate Your Enterprise Private Cloud Initiative Cisco Cloud Comprehensive, enterprise cloud enablement services help you realize a secure, agile, and highly automated infrastructure-as-a-service (IaaS) environment for cost-effective, rapid IT service

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

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud Total Cost of Ownership: Benefits of ECM in the OpenText Cloud OpenText Managed Services brings together the power of an enterprise cloud platform with the technical skills and business experience required

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

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

WebSphere Application Server, Version 5. What s New?

WebSphere Application Server, Version 5. What s New? WebSphere Application Server, Version 5 What s New? 1 WebSphere Application Server, V5 represents a continuation of the evolution to a single, integrated, cost effective, Web services-enabled, J2EE server

More information

Juniper Care Plus Advanced Services Credits

Juniper Care Plus Advanced Services Credits Juniper Care Plus Advanced Services Credits Service Overview Today s organizations are under constant pressure to meet dynamic market demands while increasing their return on investment. IT departments

More information

Securing Your Digital Transformation

Securing Your Digital Transformation Securing Your Digital Transformation Security Consulting Managed Security Leveraging experienced, senior experts to help define and communicate risk and security program strategy using real-world data,

More information

Take a Confident Step towards Migration to Microsoft Skype for Business

Take a Confident Step towards Migration to Microsoft Skype for Business Migration Service for Microsoft Skype for Business Take a Confident Step towards Migration to Microsoft Skype for Business Know Your Unified Communications Environment before and after Migration Microsoft

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

Total Cost of Ownership: Benefits of the OpenText Cloud

Total Cost of Ownership: Benefits of the OpenText Cloud Total Cost of Ownership: Benefits of the OpenText Cloud OpenText Managed Services in the Cloud delivers on the promise of a digital-first world for businesses of all sizes. This paper examines how organizations

More information

DATACENTER SERVICES DATACENTER

DATACENTER SERVICES DATACENTER SERVICES SOLUTION SUMMARY ALL CHANGE React, grow and innovate faster with Computacenter s agile infrastructure services Customers expect an always-on, superfast response. Businesses need to release new

More information

New Zealand Government IBM Infrastructure as a Service

New Zealand Government IBM Infrastructure as a Service New Zealand Government IBM Infrastructure as a Service A world class agile cloud infrastructure designed to provide quick access to a security-rich, enterprise-class virtual server environment. 2 New Zealand

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

Business Requirements Document (BRD) Template

Business Requirements Document (BRD) Template Business Requirements Document (BRD) Template Following is a template for a business requirements document (BRD). The document includes many best practices in use today. Don t be limited by the template,

More information

DATA SHEET RISK & CYBERSECURITY PRACTICE EMPOWERING CUSTOMERS TO TAKE COMMAND OF THEIR EVOLVING RISK & CYBERSECURITY POSTURE

DATA SHEET RISK & CYBERSECURITY PRACTICE EMPOWERING CUSTOMERS TO TAKE COMMAND OF THEIR EVOLVING RISK & CYBERSECURITY POSTURE DATA SHEET RISK & CYBERSECURITY PRACTICE EMPOWERING CUSTOMERS TO TAKE COMMAND OF THEIR EVOLVING RISK & CYBERSECURITY POSTURE EXECUTIVE SUMMARY ALIGNING CYBERSECURITY WITH RISK The agility and cost efficiencies

More information

Concurrent VSAM access for batch and CICS: A white paper series

Concurrent VSAM access for batch and CICS: A white paper series Concurrent VSAM access for batch and CICS: A white paper series Transparent VSAM file sharing via CICS and batch A white paper from: Finding a better way to solve batch issues: concurrent VSAM file sharing

More information

TN3270 AND TN5250 INTERNET STANDARDS

TN3270 AND TN5250 INTERNET STANDARDS 51-10-55 DATA COMMUNICATIONS MANAGEMENT TN3270 AND TN5250 INTERNET STANDARDS Ed Bailey INSIDE Enterprise Data and Logic; User Productivity and Confidence; Newer Platforms and Devices; How Standardization

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

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

THE ACUCOBOL AND RM/COBOL ROADMAP WHAT S NEXT?

THE ACUCOBOL AND RM/COBOL ROADMAP WHAT S NEXT? Leading the Evolution WHITE PAPER THE ACUCOBOL AND RM/COBOL ROADMAP WHAT S NEXT? This document outlines the future direction and options available for users of ACUCOBOL and RM/COBOL and provides an overview

More information

IBM IMS Database Solution Pack for z/os Version 2 Release 1. Overview and Customization IBM SC

IBM IMS Database Solution Pack for z/os Version 2 Release 1. Overview and Customization IBM SC IBM IMS Database Solution Pack for z/os Version 2 Release 1 Overview and Customization IBM SC19-4007-04 IBM IMS Database Solution Pack for z/os Version 2 Release 1 Overview and Customization IBM SC19-4007-04

More information

Aton Connect Host Integration Toolkit Data Sheet

Aton Connect Host Integration Toolkit Data Sheet Aton Connect Host Integration Toolkit Data Sheet I f you are like most developers and engineers, you want a tool that is easy to learn, gets the job done quickly, and is supported by knowledgeable staff

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

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

Smart Data Center From Hitachi Vantara: Transform to an Agile, Learning Data Center

Smart Data Center From Hitachi Vantara: Transform to an Agile, Learning Data Center Smart Data Center From Hitachi Vantara: Transform to an Agile, Learning Data Center Leverage Analytics To Protect and Optimize Your Business Infrastructure SOLUTION PROFILE Managing a data center and the

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

EUROPEAN ICT PROFESSIONAL ROLE PROFILES VERSION 2 CWA 16458:2018 LOGFILE

EUROPEAN ICT PROFESSIONAL ROLE PROFILES VERSION 2 CWA 16458:2018 LOGFILE EUROPEAN ICT PROFESSIONAL ROLE PROFILES VERSION 2 CWA 16458:2018 LOGFILE Overview all ICT Profile changes in title, summary, mission and from version 1 to version 2 Versions Version 1 Version 2 Role Profile

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

Microsoft Business Certification Professional Development

Microsoft Business Certification Professional Development Microsoft Business Certification Professional Development Proficiency = Profits Certified employees drive organizational success. Microsoft Business Certification ensures your workforce can deliver. The

More information

Predictive Insight, Automation and Expertise Drive Added Value for Managed Services

Predictive Insight, Automation and Expertise Drive Added Value for Managed Services Sponsored by: Cisco Services Author: Leslie Rosenberg December 2017 Predictive Insight, Automation and Expertise Drive Added Value for Managed Services IDC OPINION Competitive business leaders are challenging

More information

NORTH CAROLINA NC MRITE. Nominating Category: Enterprise IT Management Initiatives

NORTH CAROLINA NC MRITE. Nominating Category: Enterprise IT Management Initiatives NORTH CAROLINA MANAGING RISK IN THE INFORMATION TECHNOLOGY ENTERPRISE NC MRITE Nominating Category: Nominator: Ann V. Garrett Chief Security and Risk Officer State of North Carolina Office of Information

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

Reaping the Benefits of Managed Services

Reaping the Benefits of Managed Services Figure 1. Converged Network with Managed Services These services complement each other when bundled together. For example, an IP VPN service makes managing an IP voice network simpler and more effective

More information

Cloud Computing. January 2012 CONTENT COMMUNITY CONVERSATION CONVERSION

Cloud Computing. January 2012 CONTENT COMMUNITY CONVERSATION CONVERSION Cloud Computing January 2012 CONTENT COMMUNITY CONVERSATION CONVERSION Purpose and Methodology Survey Sample Field Work December 20, 2011 January 9, 2012 Total Respondents 554 Margin of Error +/- 4.2%

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

Incremental Updates VS Full Reload

Incremental Updates VS Full Reload Incremental Updates VS Full Reload Change Data Capture Minutes VS Hours 1 Table of Contents Executive Summary - 3 Accessing Data from a Variety of Data Sources and Platforms - 4 Approaches to Moving Changed

More information

Symantec Data Center Transformation

Symantec Data Center Transformation Symantec Data Center Transformation A holistic framework for IT evolution As enterprises become increasingly dependent on information technology, the complexity, cost, and performance of IT environments

More information

Cognizant Cloud Security Solution

Cognizant Cloud Security Solution CLOUD SECURITY OVERVIEW Cognizant Cloud Security Solution Transform your security operation to protect your business across public and hybrid cloud environments. December 2017 The advantages of moving

More information

Supporting the Cloud Transformation of Agencies across the Public Sector

Supporting the Cloud Transformation of Agencies across the Public Sector SOLUTION SERVICES Supporting the Cloud Transformation of Agencies across the Public Sector BRIEF Digital transformation, aging IT infrastructure, the Modernizing Government Technology (MGT) Act, the Datacenter

More information

IBM Security Systems. IBM X-Force 2012 & CISO Survey. Cyber Security Threat Landscape IBM Corporation IBM Corporation

IBM Security Systems. IBM X-Force 2012 & CISO Survey. Cyber Security Threat Landscape IBM Corporation IBM Corporation IBM X-Force 2012 & CISO Survey Cyber Security Threat Landscape 1 2012 IBM Corporation IBM X-Force 2011 Trend and Risk Report Highlights The mission of the IBM X-Force research and development team is to:

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

Enterprise Application Viewer (eav )

Enterprise Application Viewer (eav ) Automated documentation: Program documentation JCL documentation Application documentation IMS, VSAM, Flat File Use Documentation Compliance: Sarbanes-Oxley compliance Basel II compliance HIPAA compliance

More information

An Oracle Technical White Paper September Oracle VM Templates for PeopleSoft

An Oracle Technical White Paper September Oracle VM Templates for PeopleSoft An Oracle Technical White Paper September 2010 Oracle VM Templates for PeopleSoft 1 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

ERP/CRM System Implementation Methodology

ERP/CRM System Implementation Methodology ERP/CRM System Implementation Methodology Prepared by Admiral Consulting Group Date Submitted May 27, 2016 TABLE OF CONTENTS Implementation Methodology... 3 1.1. Analysis (Solution Envisioning) Phase...

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : February 14, 2014 Microsoft Certification ID : 2997927 CHRISTIAN GYSSELS CAIXA POSTAL 22.033 FLORIANOPOLIS, Santa Catarina 88095-971 BR gyssels@dekeract.com *Charter- Certification

More information

Making hybrid IT simple with Capgemini and Microsoft Azure Stack

Making hybrid IT simple with Capgemini and Microsoft Azure Stack Making hybrid IT simple with Capgemini and Microsoft Azure Stack The significant evolution of cloud computing in the last few years has encouraged IT leaders to rethink their enterprise cloud strategy.

More information

Concurrent VSAM access for batch and CICS: A white paper series

Concurrent VSAM access for batch and CICS: A white paper series Concurrent VSAM access for batch and CICS: A white paper series Overview: Conventional and current alternatives A white paper from: IBM and CICS are trademarks or registered trademarks of International

More information

The ROI of UI Toolkit Standardization

The ROI of UI Toolkit Standardization The ROI of UI Toolkit Standardization Whitepaper Introduction 1 Buy vs. Build 2 The ROI of Standardization 3 The ROI of Infragistics as your UX Team 3-4 Leveraged Learning 4 The Overall Value of Standardization

More information

Interact with Mainframe and Non-mainframe Data in a Common, Intuitive Manner

Interact with Mainframe and Non-mainframe Data in a Common, Intuitive Manner Interact with Mainframe and Non-mainframe Data in a Common, Intuitive Manner Topaz for Enterprise Data, part of the Topaz suite of mainframe development and testing tools, enables developers and data architects

More information

How Microsoft IT Reduced Operating Expenses Using Virtualization

How Microsoft IT Reduced Operating Expenses Using Virtualization How Microsoft IT Reduced Operating Expenses Using Virtualization Published: May 2010 The following content may no longer reflect Microsoft s current position or infrastructure. This content should be viewed

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

Get more out of technology starting day one. ProDeploy Enterprise Suite

Get more out of technology starting day one. ProDeploy Enterprise Suite Enterprise Suite Get more out of technology starting day one 1 Secure the path to a future-ready data center The landscape faced by IT managers and business leaders today can be daunting to navigate. Continually

More information

Memorandum APPENDIX 2. April 3, Audit Committee

Memorandum APPENDIX 2. April 3, Audit Committee APPENDI 2 Information & Technology Dave Wallace, Chief Information Officer Metro Hall 55 John Street 15th Floor Toronto, Ontario M5V 3C6 Memorandum Tel: 416 392-8421 Fax: 416 696-4244 dwwallace@toronto.ca

More information

finding a connection o n campus

finding a connection o n campus finding a connection o n campus Collège Édouard-Montpetit upgraded its digital phones to an IP phone system without having to flunk its old infrastructure AN OFFICIAL MITEL KNOWLEDGE HUB case study AT

More information

HP environmental messaging

HP environmental messaging HP environmental messaging Promise Definition Designing for the environment As a technology industry environmental leader for decades, HP is making a difference with a comprehensive Design for the Environment

More information

SYMANTEC: SECURITY ADVISORY SERVICES. Symantec Security Advisory Services The World Leader in Information Security

SYMANTEC: SECURITY ADVISORY SERVICES. Symantec Security Advisory Services The World Leader in Information Security SYMANTEC: SECURITY ADVISORY SERVICES Symantec Security Advisory Services The World Leader in Information Security Knowledge, as the saying goes, is power. At Symantec we couldn t agree more. And when it

More information

Swedish bank overcomes regulatory hurdles and embraces the cloud to foster innovation

Swedish bank overcomes regulatory hurdles and embraces the cloud to foster innovation Think Cloud Compliance Case Study Swedish bank overcomes regulatory hurdles and embraces the cloud to foster innovation Customer details : Collector Bank - Sweden 329 employees www.collector.se/en Banking

More information

Migrating a Business-Critical Application to Windows Azure

Migrating a Business-Critical Application to Windows Azure Situation Microsoft IT wanted to replace TS Licensing Manager, an application responsible for critical business processes. TS Licensing Manager was hosted entirely in Microsoft corporate data centers,

More information

webmethods EntireX for ESB: Leveraging Platform and Application Flexibility While Optimizing Service Reuse

webmethods EntireX for ESB: Leveraging Platform and Application Flexibility While Optimizing Service Reuse December 2008 webmethods EntireX for ESB: Leveraging Platform and Application Flexibility While Optimizing Service Reuse By Chris Pottinger, Sr. Manager Product Development, and Juergen Lind, Sr. Product

More information

TESTING TRENDS FOR 2018

TESTING TRENDS FOR 2018 February Sponsored by Dimensional Research February Introduction In the early days of software when an application ran on one platform and one type of machine with few variables, testing was a relatively

More information

Kentucky IT Consolidation

Kentucky IT Consolidation 2007 NASCIO Recognition Awards Nomination Category: Enterprise IT Management Initiatives Kentucky IT Consolidation Commonwealth Office of Technology The Commonwealth of Kentucky is nearing completion of

More information

NC Education Cloud Feasibility Report

NC Education Cloud Feasibility Report 1 NC Education Cloud Feasibility Report 1. Problem Definition and rationale North Carolina districts are generally ill-equipped to manage production server infrastructure. Server infrastructure is most

More information

Thin Desktop - The business case for using a PC or Thin Client as the user access device in a virtualization deployment

Thin Desktop - The business case for using a PC or Thin Client as the user access device in a virtualization deployment Thin Desktop - The business case for using a PC or Thin Client as the user access device in a virtualization deployment Mike Cardinal General Manager ThinLaunch Software, LLC January, 2009 Contents Executive

More information

SAP Security Remediation: Three Steps for Success Using SAP GRC

SAP Security Remediation: Three Steps for Success Using SAP GRC SAP Security Remediation: Three Steps for Success Using SAP GRC All companies need strong application security environments as part of a successful overall risk management strategy. Strong risk-oriented

More information

HPE IT Operations Management (ITOM) Thought Leadership Series

HPE IT Operations Management (ITOM) Thought Leadership Series haroldk@theedison.com 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com HPE IT Operations Management (ITOM) Thought Leadership Series Supporting Transformation from Traditional IT to a Digital

More information

Migrating Complex Oracle Forms Applications to APEX: Utopia or Reality?

Migrating Complex Oracle Forms Applications to APEX: Utopia or Reality? Migrating Complex Oracle Forms Applications to APEX: Utopia or Reality? A step-by-step journey to successfully modernizing legacy Oracle Forms applications to Oracle Application Express PITSS.CON 11.0.0

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

Red Hat Virtualization Increases Efficiency And Cost Effectiveness Of Virtualization

Red Hat Virtualization Increases Efficiency And Cost Effectiveness Of Virtualization Forrester Total Economic Impact Study Commissioned by Red Hat January 2017 Red Hat Virtualization Increases Efficiency And Cost Effectiveness Of Virtualization Technology organizations are rapidly seeking

More information

LEGACY SYSTEMS MODERNIZATION SERVICES.

LEGACY SYSTEMS MODERNIZATION SERVICES. LEGACY SYSTEMS MODERNIZATION SERVICES www.eratech.com.eg Slide # 1 Feb. 2013 Agenda 1. Modernization of Legacy Systems Why and How? 2. Success Story Central Auditing Organization 3. Introducing Informix

More information

How Turner Broadcasting can avoid the Seven Deadly Sins That. Can Cause a Data Warehouse Project to Fail. Robert Milton Underwood, Jr.

How Turner Broadcasting can avoid the Seven Deadly Sins That. Can Cause a Data Warehouse Project to Fail. Robert Milton Underwood, Jr. How Turner Broadcasting can avoid the Seven Deadly Sins That Can Cause a Data Warehouse Project to Fail Robert Milton Underwood, Jr. 2000 Robert Milton Underwood, Jr. Page 2 2000 Table of Contents Section

More information

REPORT MICROSOFT PATTERNS AND PRACTICES

REPORT MICROSOFT PATTERNS AND PRACTICES REPORT MICROSOFT PATTERNS AND PRACTICES Corporate Headquarters Nucleus Research Inc. 100 State Street Boston, MA 02109 Phone: +1 617.720.2000 Nucleus Research Inc. TOPICS Application Development & Integration

More information

Simplifying IT through Virtualization

Simplifying IT through Virtualization E X E C U T I V E S U M M A R Y G E T T E C H N O L O G Y R I G H T C U S T O M P U B L I S H I N G Microsoft-powered virtualization offers tremendous potential to help IT executives drive innovation while

More information

CA Test Data Manager Key Scenarios

CA Test Data Manager Key Scenarios WHITE PAPER APRIL 2016 CA Test Data Manager Key Scenarios Generate and secure all the data needed for rigorous testing, and provision it to highly distributed teams on demand. Muhammad Arif Application

More information

VMware vcloud Air Accelerator Service

VMware vcloud Air Accelerator Service DATASHEET AT A GLANCE The VMware vcloud Air Accelerator Service assists customers with extending their private VMware vsphere environment to a VMware vcloud Air public cloud. This Accelerator Service engagement

More information

Transforming your IT infrastructure Journey to the Cloud Mike Sladin

Transforming your IT infrastructure Journey to the Cloud Mike Sladin Transforming your IT infrastructure Journey to the Cloud Mike Sladin Director, Global Strategic Partners, APJ Symantec Corporation IT Infrastructure Transformation Journey Business Agility IT as a Service

More information

IT Consulting and Implementation Services

IT Consulting and Implementation Services PORTFOLIO OVERVIEW IT Consulting and Implementation Services Helping IT Transform the Way Business Innovates and Operates 1 2 PORTFOLIO OVERVIEW IT Consulting and Implementation Services IT is moving from

More information

Symantec Data Center Migration Service

Symantec Data Center Migration Service Avoid unplanned downtime to critical business applications while controlling your costs and schedule The Symantec Data Center Migration Service helps you manage the risks and complexity of a migration

More information

Ten Innovative Financial Services Applications Powered by Data Virtualization

Ten Innovative Financial Services Applications Powered by Data Virtualization Ten Innovative Financial Services Applications Powered by Data Virtualization DATA IS THE NEW ALPHA In an industry driven to deliver alpha, where might financial services firms find opportunities when

More information

Enterprise Data Architecture: Why, What and How

Enterprise Data Architecture: Why, What and How Tutorials, G. James, T. Friedman Research Note 3 February 2003 Enterprise Data Architecture: Why, What and How The goal of data architecture is to introduce structure, control and consistency to the fragmented

More information

Oracle Applications in a Changing Business World. Legacy Oracle Applications Won't Be Around Forever. Will You?

Oracle Applications in a Changing Business World. Legacy Oracle Applications Won't Be Around Forever. Will You? Oracle Applications in a Changing Business World Legacy Oracle Applications Won't Be Around Forever. Will You? Ross Smith Chief Architect July 7, 2017 2 Oracle Applications in a Changing Business World

More information

SERVICE OVERVIEW SERVICES CATALOGUE

SERVICE OVERVIEW SERVICES CATALOGUE SERVICE OVERVIEW SERVICES CATALOGUE February 2010 With a proven track record of 600 modernization projects to date, harness Micro Focus outstanding record and experience of delivering enterprise application

More information

FAQ. Frequently Asked Questions About Oracle Virtualization

FAQ. Frequently Asked Questions About Oracle Virtualization Frequently Asked Questions About Oracle IT professionals in businesses of all sizes are discovering the transformative potential of virtualization. From core infrastructure services to mission-critical

More information

Improving Data Governance in Your Organization. Faire Co Regional Manger, Information Management Software, ASEAN

Improving Data Governance in Your Organization. Faire Co Regional Manger, Information Management Software, ASEAN Improving Data Governance in Your Organization Faire Co Regional Manger, Information Management Software, ASEAN Topics The Innovation Imperative and Innovating with Information What Is Data Governance?

More information