How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping...

41
How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager [email protected]

Transcript of How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping...

Page 1: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

How Application Modernization is Helping to Transform Business

Alison Butterill

WW IBM i Offering Manager

[email protected]

Page 2: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

The Evolution of IT

Page 3: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

IBM i Architecture

Integration

DB2 for i & Single Level Store Object Based Architecture

Virtualized Work Management

Technology Independent Machine Interface

Provides built-in application virtualizationIntegrates business components, e.g. DB2

Enables integrity, security, virus-resistanceAutomate & optimize storage management

Ensures application compatibility across multiple technology

generations

OS

A system designed for business

Page 4: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Modern Interface?

4

Page 5: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

The World Looks Like This

5

Page 6: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

The Cloud

Page 7: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Data growing exponentially & demands new approaches (technology and strategy)

44 zettabytes

unstructured data

2010 2020

structured data

We are here

Page 8: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Infrastructure Matters

Page 9: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

30%of the value and effort is

visible (mobile UI)

70%of the value and effort lies

under the surface

Infrastructure Matters

Page 10: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered
Page 11: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Free Form

Page 12: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

IBM i StrategyPower Solutions

Delivering an integrated platform focused on leading industry

applications

Providing flexible solutions delivery options for ISVs and MSPs

Enabling clients to transform their customer experience via mobile

solutions

Open Platform for Choice

IBM delivered IBM i 7.3 in 2016, confirming commitment

Growing IBM i solutions options including open source languages and

applications

Extending IBM i solutions portfolio with Linux and AIX application

choices

The Integrated Promise of IBM i

Deliver a simple, high value platform for business applications

Provide exceptional security and resiliency for critical business data

Leverage IBM systems, storage and software technologies

Page 13: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

IBM i is a Solution

Page 14: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

TCO 50% lower

Reliability 5-10xhigher

Page 15: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

…7.3 …

2010

7.1

** All statements regarding IBM's future direction and intent are subject to change or withdrawal without notice, and

represent goals and objectives only.

2014

iNext

2016

…iNext + 17.2

…Technology Refreshes

• Three Major Releases supported.

• Two Future Major Releases under development.

• Semi-annual Technology Refreshes for additional non-disruptive new

function.

IBM i Releases

Page 16: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

IBM i Support Roadmap

** Arrows indicate general timeframes, not specific dates.

** All statements regarding IBM's future direction and intent are subject to change or withdrawal without notice, and

represent goals and objectives only.

Page 17: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

IBM i 7.3Simplify Insights, Intelligent Security & the Power of Integration

• Historical data simplifies business insights for the future

• DB2 Temporal support automatically maintains history

• Intelligent Security matches actual authority with policy

• Authority Collection analysis ensures continuous operation

• Simple, integrated data analysis for new insights

• OLAP enhancements built into DB2 for i

• Extensive application development options

• Easy-to-learn RPG

• Integrated Open Source development technology

Page 18: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

“I have to tip my hat to the Rochester IBM i Development team for another rock solid release. During the beta program, I performed numerous upgrades from 7.1 and 7.2 to 7.3, and all were successful. I went through upgrades on physical partitions, hosted partitions, and partitions from which we hosted other partitions, and all were flawless.” Pete MassielloPresident, iTech Solutions

Responses to IBM i 7.3

Page 19: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Solutions Strategy for IBM i

Development tools

Partner with vendors

Compilers & Languages

Open Source

Integrate with web technologies

Page 20: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Modern Application Environment

20

Page 21: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Modern Application Environment: IBM i

21

RPG COBOL Java

SQL CL PHP

etc

Java GCC Python

PHP Ruby Node.js

etc

Page 22: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

It’s all about Choice

RPG

Page 23: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Free Format RPG

ctl-opt bnddir('ACCRCV');

dcl-f custfile usage(*update);

dcl-ds custDs likerec(custRec);

read custfile custDs;

dow not %eof;

if dueDate > %date(); // overdue?

sendOverdueNotice();

endif;

read custfile custDs;

enddo;

dcl-proc sendOverdueNotice;

sendInvoice (custDs : %date());

end-proc;

Primary goals for RPG IV

– Interoperability

Java

XML

SQL

– Readability

Free form

Blank lines

Comments

– Functionality

Procedures

Data areas

Data structures

More data types

Extended file support

Page 24: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Letter of Commitment for RPG

As indicated by Doug Balog in the recent IBM i Strategy Whitepaper, IBM Power Systems is committed to the success and ongoing development of IBM i. This includes the ILE RPG and ILE COBOL compilers and associated development tools.

Page 25: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Open Source Strategy

• Open Source Strategy

• Encourage all vendors to port to IBM i

• Provide the ‘right’ components

• Provide ‘support’

Page 27: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Enabling solutions for business

IBM i Systems of

Engagement

IBM i Systems of Record

Page 28: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Changing the Interface, Changes the Business

Page 29: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Changing the Interface, Changes the Business

Page 30: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Let’s Talk About ...

What’s Next?

Page 31: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

IBM i Priorities

• Solutions for Today and the Future• Focus on solutions integration with new technology• Invest in DB2 and language features for strategic solutions• Enable Mobile Device Support

• Systems On-Site or In the Cloud• Exploit future POWER system technology• Deliver advanced virtualization of system & storage• Provide resiliency, availability & flexibility

• Simple & Integrated, Secure & Available • Simplify management of systems and high availability• Broaden storage area network integration• Extend industry-leading integrated security

Page 32: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

DevOps = Evolution to Continuous Delivery

Continuous

User Feedback

& Optimization

Collaborative

Development

Continuous

Release and

Deployment

Continuous

Monitoring

Continuous

Business Planning

Continuous

Testing

Operate Develop/

Test

Deploy

Plan

DevOpsContinuous

Feedback

Develop Build Deploy Test Provision

Page 33: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

Digital Innovation Continues

https://www.thinkwithgoogle.com/infographics/top-3-tech-trends-marketers-should-watch-in-2015.html

Page 34: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

“Wearables” ?

L’Oreal UV Wearable

Page 35: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered
Page 36: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered
Page 37: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered
Page 38: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered
Page 39: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered
Page 40: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered

• Efficiency• Service

Page 41: How Application Modernization is Helping to ... - IBM · How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager ... IBM delivered