Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 801 Bytes

File metadata and controls

17 lines (11 loc) · 801 Bytes

Share Columbus 2022 - Mainframe Modernization All the Way from A(ssembler) to Z(owe):-

This repository contains the sample code presented during the session "Mainframe Modernization All the Way from A(ssembler) to Z(owe)" by John Mathunny and John Jakacki on August 22, 2022 at SHARE Columbus.

High Level Assembler (HLASM) Sample

This hlasm folder contains HLASM module that calls IBM R_Usermap service with metal c driver to search User's email address.

Metal C

This metal-c folder contains Metal C module that calls IBM R_Usermap service with JNI and Java driver to search User's email address.

Spring Boot Application

This email-spring-boot folder contains a working Zowe web application with RESTful API to search User's email address.