SmartJCL – How to replace PRO/JCL

Slides:



Advertisements
Similar presentations
Egon Dümig Information Technology Consulting page 1 Replicator I ReplicatorI Replicator I Replicator I.
Advertisements

HORIZONT 1 SmartJCL ® The Complete JCL Solution Product Presentation HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89.
HORIZONT 1 TWS/Graph HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 / TWS/Graph The.
HORIZONT 1 ProcMan ® The Handover Process Manager Product Presentation HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89.
Introduction to z/OS Basics © 2006 IBM Corporation Chapter 8: Designing and developing applications for z/OS.
Computer Engineering 203 R Smith Agile Development 1/ Agile Methods What are Agile Methods? – Extreme Programming is the best known example – SCRUM.
HORIZONT 1 SmartJCL ® The Easy Way to Faultless JCL HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
GroundsOpsStaff (Last Updated 9/9/2010) A Grounds Operations and Staffing Computer Application Based on APPA Operational Guidelines for Grounds Management.
Implementing an Automated ACCUPLACER Score Upload System for the i3 Platform A Cooperative Effort by Testing Staff, Other Student Services Areas, and IT.
HORIZONT 1 XINFO ® The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
June , Enterprise Computing Community - ECC 2010 The Changing Role of the System Programmer Jon L. Veilleux
Lecture 31 Creating Executable Programs on the Mainframe Tuesday, January 20, 2009.
CS5103 Software Engineering Lecture 02 More on Software Process Models.
Our Programming and Batch Systems Company Name 1 |Copyright © Interskill Learning Pty Ltd 2011 – Commercial in Confidence z/OS Application Development.
New Employee Training Program
CS223: Software Engineering Lecture 18: The XP. Recap Introduction to Agile Methodology Customer centric approach Issues of Agile methodology Where to.
Software testing techniques Software testing techniques REGRESSION TESTING Presentation on the seminar Kaunas University of Technology.
REGRESSION TESTING Audrius Čėsna IFM-0/2. Regression testing is any type of software testing that seeks to uncover new errors, or regressions, in existing.
Start-SPPowerShell – Introduction to PowerShell for SharePoint Admins and Developers Paul BAker.
The Complete JCL Solution
XINFO HORIZONT Scheduler migration support Software for Datacenters
Continuous Deployment
TWS/BatchAD HORIZONT Product Presentation Software for Datacenters
Monitoring with TWS/Graph
Multiplication Facts.
Time Entry.
SmartJCL – Eclipse – RDz Plugin
Different Types of Testing
CHAPTER 2 Testing Throughout the Software Life Cycle
هجرة الشباب الدولية والتنمية الفرص والتحديات
PowerPoint Presentation BATCH :- 03.
Apply online for Payday Loans at and get quick cash support of AU$100- AU$1000 on same day application, if approved.
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Operations Management
Company Profile 2018.
JCL Standards #2 Company Name
JCL Standards #5 Company Name
JCL Standards #3 Company Name
Business Concepts and Entrepreneurial Discovery Part V
Steps to add the company where a user works to unmigrated records
Data validation in Statistical Office of the Republic of Serbia
9 + 9.

Designing and Using Normalization Rules

XINFO – Scheduler z/OS – CA Scheduler
Mass Updates for IWS z/OS
Best Practices in Higher Education Student Data Warehousing Forum
Beyond Happy-Path Testing: Using cFactory to do Negative Testing
SmartJCL – How to replace PRO/JCL
SPP West Shadow Operations
Presentation transcript:

SmartJCL – How to replace PRO/JCL

About this Presentation This PowerPoint gives you a short overview about how SmartJCL replaced PRO/JCL.

General The migration was done for a big bank running 15.000 jobs per day The bank used PRO/JCL before they migrated to SmartJCl PRO/JCL was too expensive compared to ist contribution for the bank

Initial Situation Most of checks are running in batch-mode The check-job is part of ChangeMan If a developer wants to transfer a batchjob to the next test- stage, the JCL is checked. The first check is pure syntax check (No REXX) The second check verifies the standards of the bank (Validation REXX). If it ends with RC=8, the transfer is suppressed.

Initial Situation The third step is to change the JCL automatically (Modification REXX) This function is needed for the transfer of JCL from integration- test to production and from production back to test.

Policy After we got the REXX-Code, we changed the first REXX (Validation) from PRO/JCL’s to SmartJCL syntax. 120 hours 6.000 lines of code This was the POC (Prof of Concept) that SmartJCL is able to replace PRO/JCL. After that we started to migrate the second REXX (Modification). 200 hours 7.000 lines of code.

Result SmartJCL performance was as good as PRO/JCL, even if PRO/JCL runs as a started task (SmartJCL runs in batch). We showed the customer what we think about fast support. Some special SRI-functions where implemented by our developers while our consultants where onsite. (SRI = SmartJCL REXX Interface)

Result The time to implement SmartJCL and the REXX code was extremely short (3-4 weeks) With SmartJCL’s REXX-Interface we have now all functions to check and to change JCL in various ways The migration was a great experience for HORIZONT and an extremely useful stress test for the brand new interface.

Some Facts Less coding (Up to 90%) ! Less errors Well structured Automatic JCL formating to meet company standards.

Many thanks for your attention!