SlideShare a Scribd company logo
How it works under the hood with Visual COBOL - developer day
How it Works: 
Under the Hood with 
Visual COBOL 
Michael Bleistein, Principal Architect
Core applications delivered 30% faster Capability 
 Advanced app dev tooling for COBOL 
 Unified environment offers efficient 
collaboration 
 Development integration across all 
languages 
Benefits 
 Accelerate application delivery 
 Reduce IT costs, maximize budget and 
protect assets 
 Meet variable application demand 
 Access core applications from any 
device 
 Low cost delivery to new platforms 
Development Efficiency
Demonstration 
Modern IDE choices for COBOL
Capability 
 Industry standard COBOL 
development under Visual Studio 
and Eclipse 
 Consistent experience for .NET, 
Java and COBOL developers 
 Smart editing tools easier to learn 
than ever 
Benefits 
 Maximize the developer skills pool 
 Attract new developers 
 Protect the value & importance of 
your core apps 
Skills & Organization 
Maximize developer resource pool
COBOL is over here…. 
Common Perception 
All the new stuff is over here... 
• J2EE, JVM, or .NET 
• SOAP 
• Traditional Web Services – RPC, 
Document 
• Microsoft WCF in .NET 
• REST – JSON, XML 
• RDBMS – SQL Server, Oracle, DB2 LUW 
• DB Design – Indexes, Relationships 
• Data APIs – ADO.NET, JDBC, ODBC, ESQL 
• Stored Procedures 
• Structured Programming 
• Object Oriented design and concepts 
• Browser – ASP.NET, JSP, HTML 5, Jquery 
• Mobile – HTML 5 
• User Interface Design 
• Thick Client 
• WPF (Windows Presentation 
Foundation) / XAML and Winforms 
• Java / Swing, AWT, etc. 
• MQ Series 
IDENTIFICATION DIVISION. 
PROGRAM-ID. PB300SUB. 
REMARKS. THIS PROGRAM CALCULATES A MONTHLY PAYMENT 
AMOUNT BASED 
TERM, PRINCIPAL, AND INTEREST RATE. 
ENVIRONMENT DIVISION. 
DATA DIVISION. 
WORKING-STORAGE SECTION. 
01 RUN-LOG-RECORD. 
03 RUN-MESSAGE PIC X(40). 
03 RUN-DATE PIC X(8). 
01 WORKFIELDS. 
03 WRK-MESSAGE PIC X(40) VALUE "CALCULATING PAYMENT". 
03 WRK-RATE PIC S9(9)V9(9) COMP-3. 
03 WRK-PAYMENT PIC S9(9)V9(9) COMP-3. 
03 WRK-PAYMENT-A PIC $$,$$$.99. 
LINKAGE SECTION. 
COPY LOANCOMM. 
PROCEDURE DIVISION USING LOANINFO. 
000-START-PROCESSING. 
* CALL PROGRAMA 
* CALL PROGRAMB 
* ...AND MANY MORE CALLS TO OTHER COBOL MODULES THAT 
PROVIDE 
* CRITICAL PROCESSING ON A DAILY BASIS 
MOVE WRK-MESSAGE TO RUN-MESSAGE 
MOVE CURRENT-DATE TO RUN-DATE 
Supported by: C#, Java, Visual Basic, C/C++
Visual COBOL supports modern application 
• J2EE, JVM, or .NET 
• SOAP 
development… 
• Traditional Web Services – RPC, Document 
• Microsoft WCF in .NET 
• REST – JSON, XML 
• RDBMS – SQL Server, Oracle, DB2 LUW 
• DB Design – Indexes, Relationships 
• Data APIs – ADO.NET, JDBC, ODBC, ESQL 
• Stored Procedures 
• Structured Programming 
• Object Oriented design and concepts 
• Browser – ASP.NET, JSP, HTML 5, Jquery 
• Mobile – HTML 5 
• User Interface Design 
• Thick Client 
• WPF (Windows Presentation Foundation) / 
XAML and Winforms 
• Java / Swing, AWT, etc. 
• MQ Series 
Visual COBOL 
…With COBOL
Demonstration 
Visual COBOL - Maximize your resource pool
Capability 
 On-premise COBOL app 
deployment 
 Supports Windows Azure SQL 
Database 
 Supports IaaS providers including 
Amazon and Azure 
Benefits 
 Increased application reliability, 
availability 
and serviceability 
 Achieve your Cloud strategy ROI 
 Rapid service delivery – 25% faster 
Cloud Deployment 
Scalable, cost-effective application 
deployment to the Cloud
Demonstration 
Visual COBOL – Cloud Deployment
Mobile Access 
Enhancing the End User Experience 
with Visual COBOL Capability 
 iPhone, Android, Windows 8 
device access to COBOL apps 
 Supports Web 2.0 & HTML 5 
applications 
 Build SOA-enabled systems 
Benefits 
 Build vibrant user interfaces. 
Deliver a better user experience 
 Respond to consumer service 
demands 
 Get ahead of the competition
Demonstration 
BYOD to Visual COBOL
Architecture 
Portable, agile, core application deployment 
Capability 
 Enterprise portability of COBOL 
business apps 
 Supports 50+ platforms - Windows, 
Unix, Linux, z/Linux, .NET, and JVM. 
 Integration with XML, SOA, Web 
Services, and Relational Databases 
Benefits 
 Reduce Time to Delivery by up to 50% 
 Flexible application deployment choice 
 Build once: Deploy anywhere!
Demonstration 
Visual COBOL - Flexible application architecture
How it works under the hood with Visual COBOL - developer day

More Related Content

PPTX
Voxeo Summit Day 2 - Voxeo CXP - IVR on Steroids
PDF
Voxeo Summit Day 2 -What's new in CXP 14
PDF
Decoupled web applications (with AppFabric)
PPTX
Transforming your COBOL UI - COBOL Developer Day
PDF
IBM Bluemix for Administrators with Focus on XPages
PPT
IBM Bluemix Talk at University College Cork (UCC)
PPTX
.NET 4 Demystified - Sandeep Joshi
PDF
Get over the Cloud with Bluemix
Voxeo Summit Day 2 - Voxeo CXP - IVR on Steroids
Voxeo Summit Day 2 -What's new in CXP 14
Decoupled web applications (with AppFabric)
Transforming your COBOL UI - COBOL Developer Day
IBM Bluemix for Administrators with Focus on XPages
IBM Bluemix Talk at University College Cork (UCC)
.NET 4 Demystified - Sandeep Joshi
Get over the Cloud with Bluemix

What's hot (7)

PPTX
Ms Cloud Day Closing - Harish
PDF
Perforce JavaScript API
PDF
Ten Minutes Bluemix Pitch from Dev to Dev
PPTX
From nothing to production in 1 hour
PDF
IBM Connect 2014 - BP207 - Don’t Reinvent the Wheel - (Re)use Open Source Sof...
PPTX
CTU June 2011 - What’s Interesting In SQL Server Denali
PPTX
Comparing Legacy and Modern e-commerce solutions
Ms Cloud Day Closing - Harish
Perforce JavaScript API
Ten Minutes Bluemix Pitch from Dev to Dev
From nothing to production in 1 hour
IBM Connect 2014 - BP207 - Don’t Reinvent the Wheel - (Re)use Open Source Sof...
CTU June 2011 - What’s Interesting In SQL Server Denali
Comparing Legacy and Modern e-commerce solutions
Ad

Similar to How it works under the hood with Visual COBOL - developer day (20)

PPTX
How it works under the hood with visual cobol
PPTX
Under the hood with Micro Focus' Developer Technology
PDF
Developer Conference 2.6 - (Skills and Development Efficiency) Modernizing yo...
PPTX
Your first steps with Visual COBOL - COBOL Developer Day
PPTX
Micro Focus COBOL Product Strategy & Roadmap
PPTX
COBOL deployment to .NET or JVM
PDF
NA Developer Day - Your first steps with Visual COBOL
PPTX
Visual COBOL Development for Windows & .Net
PPTX
Flexible delivery options
PDF
2.3 (Architecture) Moving to Managed Code
PDF
NA Developer Day - Taking your COBOL apps to Net & JVM
PPTX
When applications mean business - developer day
PPTX
Visual COBOL Development for Unix and Java
PPTX
COBOL deployment to .Net or JVM - Developer Day
PDF
Developer Conference 1.2 - Presenting Visual COBOL
PPTX
A history of COBOL - Slideshare Edition.pptx
PDF
#MFSummit2016 Build: Accelerating COBOL applications delivery
PDF
Unlocking COBOL Business Value
PDF
Tech Channel COBOL ebook
PPTX
When applications mean business
How it works under the hood with visual cobol
Under the hood with Micro Focus' Developer Technology
Developer Conference 2.6 - (Skills and Development Efficiency) Modernizing yo...
Your first steps with Visual COBOL - COBOL Developer Day
Micro Focus COBOL Product Strategy & Roadmap
COBOL deployment to .NET or JVM
NA Developer Day - Your first steps with Visual COBOL
Visual COBOL Development for Windows & .Net
Flexible delivery options
2.3 (Architecture) Moving to Managed Code
NA Developer Day - Taking your COBOL apps to Net & JVM
When applications mean business - developer day
Visual COBOL Development for Unix and Java
COBOL deployment to .Net or JVM - Developer Day
Developer Conference 1.2 - Presenting Visual COBOL
A history of COBOL - Slideshare Edition.pptx
#MFSummit2016 Build: Accelerating COBOL applications delivery
Unlocking COBOL Business Value
Tech Channel COBOL ebook
When applications mean business
Ad

More from Micro Focus (20)

PPTX
North America Strategic Modernization Exec Forum
PDF
Quietly confident, enduringly competent - COBOL.
PDF
5 key capabilitie for a smart service desk solution infographic
PDF
SAP Fortify by Micro Focus.
PDF
Digital Transformation pillars 2020
PDF
Whats new in Enterprise 5.0 Product Suite
PPTX
Micro Focus Corporate Overview
PPTX
Why attend the application modernization & connectivity track at Micro Focus ...
PDF
Micro Focus #DevDay50 - Atlanta
PDF
Growth of Internet Data - 2017
PPTX
Easily Create Scalable Automation using Selenium
PDF
The Journey to Mainframe DevOps
PDF
Micro Focus extend 10 and 10.1 with AcuToWeb
PDF
The COBOL Story by Wim Ebbinkhuijsen
PPTX
DevDay Copenhagen - Micro Focus overview and introduction
PPTX
The DevOps Journey
PPTX
ACUCOBOL - Product Strategy and Roadmap
PDF
#DevDay Copenhagen - Bluegarden Presentation
PDF
FILES IN TODAY’S WORLD - #MFSummit2017
PDF
SUPPORTING SECURITY THROUGH NEXT GEN IDENTITY GOVERNANCE - #MFSummit2017
North America Strategic Modernization Exec Forum
Quietly confident, enduringly competent - COBOL.
5 key capabilitie for a smart service desk solution infographic
SAP Fortify by Micro Focus.
Digital Transformation pillars 2020
Whats new in Enterprise 5.0 Product Suite
Micro Focus Corporate Overview
Why attend the application modernization & connectivity track at Micro Focus ...
Micro Focus #DevDay50 - Atlanta
Growth of Internet Data - 2017
Easily Create Scalable Automation using Selenium
The Journey to Mainframe DevOps
Micro Focus extend 10 and 10.1 with AcuToWeb
The COBOL Story by Wim Ebbinkhuijsen
DevDay Copenhagen - Micro Focus overview and introduction
The DevOps Journey
ACUCOBOL - Product Strategy and Roadmap
#DevDay Copenhagen - Bluegarden Presentation
FILES IN TODAY’S WORLD - #MFSummit2017
SUPPORTING SECURITY THROUGH NEXT GEN IDENTITY GOVERNANCE - #MFSummit2017

Recently uploaded (20)

PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Introduction to Artificial Intelligence
PDF
Designing Intelligence for the Shop Floor.pdf
PPTX
ai tools demonstartion for schools and inter college
PPTX
Reimagine Home Health with the Power of Agentic AI​
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
Transform Your Business with a Software ERP System
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
PTS Company Brochure 2025 (1).pdf.......
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
history of c programming in notes for students .pptx
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
Which alternative to Crystal Reports is best for small or large businesses.pdf
Introduction to Artificial Intelligence
Designing Intelligence for the Shop Floor.pdf
ai tools demonstartion for schools and inter college
Reimagine Home Health with the Power of Agentic AI​
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
Understanding Forklifts - TECH EHS Solution
Transform Your Business with a Software ERP System
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
2025 Textile ERP Trends: SAP, Odoo & Oracle
Navsoft: AI-Powered Business Solutions & Custom Software Development
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PTS Company Brochure 2025 (1).pdf.......
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Odoo Companies in India – Driving Business Transformation.pdf
wealthsignaloriginal-com-DS-text-... (1).pdf
Operating system designcfffgfgggggggvggggggggg
history of c programming in notes for students .pptx
How to Choose the Right IT Partner for Your Business in Malaysia

How it works under the hood with Visual COBOL - developer day

  • 2. How it Works: Under the Hood with Visual COBOL Michael Bleistein, Principal Architect
  • 3. Core applications delivered 30% faster Capability  Advanced app dev tooling for COBOL  Unified environment offers efficient collaboration  Development integration across all languages Benefits  Accelerate application delivery  Reduce IT costs, maximize budget and protect assets  Meet variable application demand  Access core applications from any device  Low cost delivery to new platforms Development Efficiency
  • 4. Demonstration Modern IDE choices for COBOL
  • 5. Capability  Industry standard COBOL development under Visual Studio and Eclipse  Consistent experience for .NET, Java and COBOL developers  Smart editing tools easier to learn than ever Benefits  Maximize the developer skills pool  Attract new developers  Protect the value & importance of your core apps Skills & Organization Maximize developer resource pool
  • 6. COBOL is over here…. Common Perception All the new stuff is over here... • J2EE, JVM, or .NET • SOAP • Traditional Web Services – RPC, Document • Microsoft WCF in .NET • REST – JSON, XML • RDBMS – SQL Server, Oracle, DB2 LUW • DB Design – Indexes, Relationships • Data APIs – ADO.NET, JDBC, ODBC, ESQL • Stored Procedures • Structured Programming • Object Oriented design and concepts • Browser – ASP.NET, JSP, HTML 5, Jquery • Mobile – HTML 5 • User Interface Design • Thick Client • WPF (Windows Presentation Foundation) / XAML and Winforms • Java / Swing, AWT, etc. • MQ Series IDENTIFICATION DIVISION. PROGRAM-ID. PB300SUB. REMARKS. THIS PROGRAM CALCULATES A MONTHLY PAYMENT AMOUNT BASED TERM, PRINCIPAL, AND INTEREST RATE. ENVIRONMENT DIVISION. DATA DIVISION. WORKING-STORAGE SECTION. 01 RUN-LOG-RECORD. 03 RUN-MESSAGE PIC X(40). 03 RUN-DATE PIC X(8). 01 WORKFIELDS. 03 WRK-MESSAGE PIC X(40) VALUE "CALCULATING PAYMENT". 03 WRK-RATE PIC S9(9)V9(9) COMP-3. 03 WRK-PAYMENT PIC S9(9)V9(9) COMP-3. 03 WRK-PAYMENT-A PIC $$,$$$.99. LINKAGE SECTION. COPY LOANCOMM. PROCEDURE DIVISION USING LOANINFO. 000-START-PROCESSING. * CALL PROGRAMA * CALL PROGRAMB * ...AND MANY MORE CALLS TO OTHER COBOL MODULES THAT PROVIDE * CRITICAL PROCESSING ON A DAILY BASIS MOVE WRK-MESSAGE TO RUN-MESSAGE MOVE CURRENT-DATE TO RUN-DATE Supported by: C#, Java, Visual Basic, C/C++
  • 7. Visual COBOL supports modern application • J2EE, JVM, or .NET • SOAP development… • Traditional Web Services – RPC, Document • Microsoft WCF in .NET • REST – JSON, XML • RDBMS – SQL Server, Oracle, DB2 LUW • DB Design – Indexes, Relationships • Data APIs – ADO.NET, JDBC, ODBC, ESQL • Stored Procedures • Structured Programming • Object Oriented design and concepts • Browser – ASP.NET, JSP, HTML 5, Jquery • Mobile – HTML 5 • User Interface Design • Thick Client • WPF (Windows Presentation Foundation) / XAML and Winforms • Java / Swing, AWT, etc. • MQ Series Visual COBOL …With COBOL
  • 8. Demonstration Visual COBOL - Maximize your resource pool
  • 9. Capability  On-premise COBOL app deployment  Supports Windows Azure SQL Database  Supports IaaS providers including Amazon and Azure Benefits  Increased application reliability, availability and serviceability  Achieve your Cloud strategy ROI  Rapid service delivery – 25% faster Cloud Deployment Scalable, cost-effective application deployment to the Cloud
  • 10. Demonstration Visual COBOL – Cloud Deployment
  • 11. Mobile Access Enhancing the End User Experience with Visual COBOL Capability  iPhone, Android, Windows 8 device access to COBOL apps  Supports Web 2.0 & HTML 5 applications  Build SOA-enabled systems Benefits  Build vibrant user interfaces. Deliver a better user experience  Respond to consumer service demands  Get ahead of the competition
  • 12. Demonstration BYOD to Visual COBOL
  • 13. Architecture Portable, agile, core application deployment Capability  Enterprise portability of COBOL business apps  Supports 50+ platforms - Windows, Unix, Linux, z/Linux, .NET, and JVM.  Integration with XML, SOA, Web Services, and Relational Databases Benefits  Reduce Time to Delivery by up to 50%  Flexible application deployment choice  Build once: Deploy anywhere!
  • 14. Demonstration Visual COBOL - Flexible application architecture