9

Click here to load reader

Agile Transformation Roadmap for IBM Mainframe · PDF fileenvironment along with a ... to business value streams and Agile methodologies. n Automation in software ... DevOps tools

Embed Size (px)

Citation preview

Page 1: Agile Transformation Roadmap for IBM Mainframe · PDF fileenvironment along with a ... to business value streams and Agile methodologies. n Automation in software ... DevOps tools

Agile Transformationfor IBM MainframeApplication Portfolios –Part 1

Abstract

IBM Z mainframes continue to support key

business processes across industries. With the

fast pace of digital transformations across

industries, organizations are keen to leverage

Agile methodologies and DevOps practices for

their mainframe portfolios that form the backbone

of their business operations. Most of the

mainframe applications have been developed

years ago. The building blocks of these

applications - Online transactions and batch jobs -

map to business functions and hence the

enhancements happening in these applications

can be brought into Agile methodologies to deliver

business value.

This paper covers the portfolios for which IBM Z

Mainframe is used for development, testing and

deployment of traditional workload. Part 1 of this

paper lists the trends observed in Agile

transformation for mainframe portfolios and

provides a list of factors that can help in creating

a roadmap. In the next part, we shall explore the

DevOps tools and technologies for the mainframe

environment along with a guideline for the choice.

WHITE PAPER

Page 2: Agile Transformation Roadmap for IBM Mainframe · PDF fileenvironment along with a ... to business value streams and Agile methodologies. n Automation in software ... DevOps tools

Including mainframe portfolio as part of the

Agile DevOps transformation

IBM mainframe systems support core business processes and

emerging digital needs across industries. Many enterprises

including banks, financial institutions and insurance

companies are undertaking Agile transformations for their

mainframe application portfolios and are adopting DevOps tools

and automation. Reasons for such initiatives are:

n The distributed portfolios in these enterprises that host the

systems of engagement layer have fairly mature Agile and

DevOps practices and are undergoing continuous changes. But

the mainframe systems which form the systems of record still

use Waterfall methods, leading to delay in time-to-market, and

the enterprises do not realize the full benefits of the Agile

adoption. Hence, organizations are keen to align the

mainframe application portfolios and associated enhancements

to business value streams and Agile methodologies.

n Automation in software development life cycle (SDLC)

increases quality. Hence, mainframe organizations are

interested to create a continuous integration and delivery

(CI/CD) pipeline with tools and automation, on the same lines

as distributed platforms.

n Agile and DevOps practices across the enterprises ensure

uniformity in training and grooming. It helps the enterprises with

aging mainframe workforce to train, retain and get the best out

of the new teams.

Current ways of working in mainframe

application portfolios

n Mainframe applications are typically comprised of online

transactions and batch schedules. These applications

integrate with the other enterprise applications through MQ,

FTP and web services. The IBM mainframe application

technology stack and its software products are diverse and

are catered to by different vendors.

n Mainframe systems largely undergo functional and

regulatory enhancements. Digital transformation initiatives

now induce significant changes in these systems and

associated integration mechanisms. But the frequency of

releases are limited.

n Most mainframe teams use Interactive System Productivity

Facility (ISPF) green screen editors and follow a typical

WHITE PAPER

Page 3: Agile Transformation Roadmap for IBM Mainframe · PDF fileenvironment along with a ... to business value streams and Agile methodologies. n Automation in software ... DevOps tools

maintenance life cycle with quality gates. Most enterprises

have elaborate operating procedures and key tools for

software configuration management (SCM), incident

management, job scheduling and monitoring. Code

management during development and testing processes are

strongly compliant with SCM processes. However, SDLC core

activities such as analysis and testing are still mostly manual.

Though the ISPF utilities can be used for analysis, the large,

complex systems with limited documentation makes

enterprises dependent on subject matter experts (SME). The

re-use of project-based design documentation is limited.

n Mainframe application portfolios have limited regression test

beds and test automation adoption. Test environments are

pre-defined and are shared among business units based on

project priorities due to cost constraints. Development work

often has to wait for environment resources to be made free

from production workloads.

n Some of the enterprises have complex workloads with

technologies such as Assembler and these enterprises need

highly experienced workforce for maintenance. As these

senior employees retire, the risk of skill shortage for

maintenance of these applications increases. Mainframe

teams are typically not part of cross functional teams making

cross learning and grooming difficult.

Recent trends in mainframe

Agile transformation

1. Enterprises have introduced Agile practices in the SDLC for

mainframe based application managed services (AMS) work

and have started to reap benefits with the process changes.

Success factors observed in these transformations are

n Top down strategy with a robust multi-year roadmap

n Consideration of process and organizational changes as key

change drivers

n Rigorous empowerment of the workforce with training on

Agile methodologies and support from Agile coaches

2. Some enterprises are piloting Agile practices and DevOps

tools in a specific portfolio or at the project level, while

Waterfall methodologies co-exist.

3. Several enterprises are willing to invest in DevOps tools.

When some of them are mulling over procurement due to

technology debt and return on investment considerations,

some enterprises are in the initial stages of implementation

after procurement.

WHITE PAPER

Page 4: Agile Transformation Roadmap for IBM Mainframe · PDF fileenvironment along with a ... to business value streams and Agile methodologies. n Automation in software ... DevOps tools

Decision factors for Agile transformations

Enterprises can decide on the viability of Agile transformation

for their mainframe portfolios based on the technology strategy

and work composition. An Agile transformation can be

beneficial if:

n The organization’s core IT systems are mainframe based and

these systems form a major part of the IT landscape

n Mainframe is part of the strategic roadmap of the

organization’s future

n Enhancements constitute a major portion of the AMS work

n Enhancements can be classified as large, based on effort *

(50 person days or more) and business value

The various factors described in Table 1 help organizations

draw up a roadmap for Agile transformation, covering

prerequisite activities, pilots for various applications and

roll out across the portfolios.

WHITE PAPER

Enterprise Factors

Requirement management process

Availability of streamlined process for business and IT requirements management and prioritization

Portfolio team structures Flexibility and willingness to accommodate organizational changes

SDLC process Adaptability of SDLC processes

Table 1: Key factors to be considered for Agile transformation

Nature of Work

Pipeline Steady pipeline of work requests

Work request type Composition of the work requests - enhancements / new features vs fixes

Scope of work Focus of the enhancements - business value delivery involving multiple portfolios/ applications

Work originating from Agile portfolios

Work requests in Agile / DevOps enabled upstream portfolios resulting in changes tomainframe portfolios

Application Characteristics

Functional clarity Functional independence and interfaces of the applications -• Applications with stand-alone functionalities can be chosen for pilots/ proof of concepts.• Applications providing common services to other portfolios can be chosen for early roll outs.

Modularity of the application architecture

Modularity of the application components in terms of lines of code and call chain depth -Basic working software for mainframe applications in the Agile methodology can be an onlinetransaction or a batch job. Lines of code and call chain depth of the underlying application components of the online transaction and JCL will determine the sprint definition.

SDLC Aids

Technology currency Version currency (n or n-1) of application technology and software stack.

Quality assurance Availability of test environments and regression test beds including test cases, test data, test automation, debugging tools and associated governance framework.

Productivity tools Presence of tools for code and data analysis, standard checking and code review.

Knowledge management Availability of knowledge management framework and traceability aids.

* As per TCS estimation guidelines. Effort values to categorize large enhancements may change depending on the metric guidelines used in the enterprises.

Page 5: Agile Transformation Roadmap for IBM Mainframe · PDF fileenvironment along with a ... to business value streams and Agile methodologies. n Automation in software ... DevOps tools

The Agile-DevOps implementation journey

Figure 1 describes a roadmap for Agile and DevOps

implementation for IBM mainframe portfolios.

WHITE PAPER

Figure 1: A typical roadmap for Agile transformation

Introduction of DevOps tools and their adoption as part of the

Agile transformation is a two-phased approach, as shown in

Figure 2.

Figure 2: DevOps tools adoption as part of the Agile transformation

Organizational structure that enables

Agile transformation

n Organizations that have undergone Agile transformation use

a structure that is aligned to portfolios or lines of businesses

and the boundaries between their applications and

technologies have become increasingly thin.

Agile Introduction

n Conduct awareness campaign

n Articulate vision for Agile and DevOps implementation

n Conduct portfolio, process and engineering analysis

n Define Key Performance Indicator (KPI) measurement baselines

n Define roadmap for Agile and/or DevOps transformation

Assessment Implementation

n Establish governance processes

n Restructure the organization

n Simplify the process

n Roll out Agile trainings

n Introduce Agile practices in work requests execution

n Introduce DevOps practices

n Adopt a KPI measurement framework

Pilots and Other Prerequisites

n Improve engineering aids; create/automate regression tests for most frequently changed functionalities

n Upgrade language and software (optional)

n Procure tools and conduct proof of concepts

n Choose the right pilot projects; share progress and learnings; take surveys and get feedback

n Refine the transformation roadmap and baselines

Introduce Integrated Development Environment §(IDE) with built-in analysis tools, file management tools, build utilities, code checking utilities, debugging tools, unit testing tools, deployment and monitoring facilities

Introduce or increase regression test cases within §the tool framework

Introduce or increase test automation§

Create a knowledge repository and process to §re-use application documents

Introduce release automation processes§

Integrate mainframe releases with distributed system §releases where applicable

Introduce automation in governance processes§

DevOps tools adoption in Agile Transformation

Page 6: Agile Transformation Roadmap for IBM Mainframe · PDF fileenvironment along with a ... to business value streams and Agile methodologies. n Automation in software ... DevOps tools

WHITE PAPER

n In particular, application SMEs, development and assurance

teams are a single unit. The development team consists of

team members with different technical skills and this helps in

cross-learning.

n However, due to the heavy systems work involved,

infrastructure and administration teams remain a separate

horizontal, working on environment provisioning and

monitoring. An example is depicted in Figure 3.

Figure 3: Sample organizational structure

*Development team across technologies

Feature/CapabilityTeam A

BusinessAnalyst

DevelopmentTeam*

Test Team

Scrum Master

Product Owner

Specialists

Feature/CapabilityTeam B

Feature/CapabilityTeam C

Environment Management team

Portfolio 1 Portfolio 2

Feature/CapabilityTeam A1

Feature/CapabilityTeam B1

Feature/CapabilityTeam C1

Page 7: Agile Transformation Roadmap for IBM Mainframe · PDF fileenvironment along with a ... to business value streams and Agile methodologies. n Automation in software ... DevOps tools

WHITE PAPER

Recommended practices to facilitate

Agile transformation

Waterfall to Agile Transformation for a Work Request

Work Request – Impacts 2 Transactions and 4 Batch JCLs

User story 1

Analyze Design Build & UnitTest

System & SystemIntegration Tests

AcceptanceTests

Deploy

Working Software –Transactions and JCLs in Connected Flow

User Stories

1) Impacts 1 transac�on with 5 associated programs

2)Impacts 1 transaction and 2 JCLS with 10

associated programs

3)Impacts 1 JCL with 3 associated programs and

3 utility steps

4)Impacts 1 JCL with 4 associated programs and

2 utility steps

User story 2

User stories 3 & 4

Waterfall

Agile

Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8

Sprint 1

Sprint 2

Sprint 3

Sprint 4

Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week 12

Sprint 1

Sprint 2

Sprint 3

Sprint 4

Wo

rk R

equ

est

3W

ork

Req

ues

t 2

Wo

rk R

equ

est

1

Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week 12

Sprint 2

Sprint 3

Sprint 1

Table 2: Recommended practices for Agile transformation

Sprint 1- Sprint 2- Sprint 3-

Figure 4: Representative sample for work request split up to multiple sprints

Figure 5: Sample work requests split into sprints of varying duration

Practice Recommendations

Customization of Agile Methodology

Guidelines and coaching for work request split up to help in initial adoption of Agile methodologies. (Refer to figure 4)

Flexibility in defining sprint duration per work request till the assurance automation has improved. (Refer to figure 5)

Knowledgebase Application wiki as a replacement for project documentation (Refer to figure 6)

Test environment management

Mandatory SCM load library control for all test environments.

Portfolio-aligned development/unit test and system testing environments and common system integration and acceptance testing environments.

Test automationInitial automation effort for critical/ often changing functionalities followed by automation in each work request for online and batches including comparison steps

Page 8: Agile Transformation Roadmap for IBM Mainframe · PDF fileenvironment along with a ... to business value streams and Agile methodologies. n Automation in software ... DevOps tools

WHITE PAPER

Organizational changes, process simplification, a clear definition of

working software and Definition of Done (DoD) for the mainframe

portfolio are the factors that can help organizations to start getting

the benefits of Agile transformation. The tools and technologies for

optimizing the SDLC engineering process and increasing the

release frequencies will be explored in the next part.

Figure 6: Sample template for Application Wiki

Usage Scenarios

UserActivities

Onlinetransactions

System Features

Test Scenarios

Test SuitesTest

Pyramid

Business entity

mapping

System components

Data files and

database entities

Interface points

Functional test cases

Test data and scripts

Functional and non-functional acceptance

criteria

Integration test cases

and virtualization

aids

Batch scenarios

Features & Capabilities

Page 9: Agile Transformation Roadmap for IBM Mainframe · PDF fileenvironment along with a ... to business value streams and Agile methodologies. n Automation in software ... DevOps tools

All content / information present here is the exclusive property of Tata Consultancy Services Limited (TCS). The content / information contained here is correct at the time of publishing. No material from here may be copied, modified, reproduced, republished, uploaded, transmitted, posted or distributed in any form without prior written permission from TCS. Unauthorized use of the content / information appearing here may violate copyright, trademark and other applicable laws, and could result in criminal or civil penalties. Copyright © 2017 Tata Consultancy Services Limited

About Tata Consultancy Services Ltd (TCS)

Tata Consultancy Services is an IT services, consulting and business solutions

organization that delivers real results to global business, ensuring a level of

certainty no other firm can match. TCS offers a consulting-led, integrated portfolio

of IT and IT-enabled, infrastructure, engineering and assurance services. This is TMdelivered through its unique Global Network Delivery Model , recognized as the

benchmark of excellence in software development. A part of the Tata Group,

India’s largest industrial conglomerate, TCS has a global footprint and is listed on

the National Stock Exchange and Bombay Stock Exchange in India.

For more information, visit us at www.tcs.com

TCS

Des

ign

Serv

ices

I M

I 11

I 17

About The Authors

Rajlakshmi Krishnamurthi

Rajlakshmi Krishnamurthi is an

Enterprise Architect with the Alliance

and Technology unit at TCS. She has

25 years of experience in IT solutions

with expertise in complex

modernization engagements. Her

experience includes conceptualization

of offerings and solution architecture,

pre-sales and delivery support,

consulting, asset creation and

competency building. Rajlakshmi holds

a Bachelor’s degree in Computer

Science and Engineering from Madurai

Kamaraj University. She holds PMP

and SAFe Agilist certifications.

K S Prameela

Prameela is an Enterprise Architect

with the Alliance and Technology unit

at TCS. She has over 20 years of

experience in the IT industry with

extensive experience in mainframe-

based application development,

maintenance and modernization

projects. She has contributed

significantly to automation in

modernization projects. Prameela

holds a Master’s degree in Structural

Engineering from PSG College of

Technology, Coimbatore. She holds

the TOGAF certification in Enterprise

Architecture.

R Rajakumar

Rajakumar is an Enterprise Architect

with the Alliance and Technology unit

at TCS. He has 20 years of experience

in the IT industry with expertise in

application development and

maintenance, application

modernization and data migration for

mainframes. Rajakumar holds a

Bachelor’s degree in Electronics and

Communication Engineering from

Bharathiar University. He holds SAFe

Agilist certification.

The team has been recently working

on Agile and DevOps solution offering

for mainframe portfolios by

researching on the suitability of the

Agile methodologies and DevOps tools

for mainframe SDLC process. They

have been involved in solution

authoring, consulting and proof

of concepts.

Contact

Visit the page on Alliance and Technology www.tcs.com

Email: [email protected]

Subscribe to TCS White Papers

TCS.com RSS: http://www.tcs.com/rss_feeds/Pages/feed.aspx?f=w

Feedburner: http://feeds2.feedburner.com/tcswhitepapers

WHITE PAPER