When

Thursday, October 13, 2022 from 4:30 PM to 8:30 PM CDT
Add to Calendar 

Where

Alioto's
3041 N Mayfair Rd
Milwaukee, WI 53222


 
Driving Directions 

Question? Contact

Nilo Khan
Wisconsin Midrange Computer Professional Association

secretary@wmcpa.org
Join My Mailing List
 

October 2022: Monthly Dinner Meeting

Speaker: Scott Klement 

 

Scott Klement has worked in the IBM i industry for more than 30 years.  He is very well known for his personal involvement within the IBM i Community. He is an award-winning author who has published more than 1000 articles in trade publications. Also an award-winning speaker, he has multiple gold, silver and bronze medals in  COMMON's Speaker Excellence Hall of Fame and volunteers on COMMON's Board of Directors and Strategic Education Team. He is involved in around a dozen open source projects aimed at IBM i developers. Scott lives in the Milwaukee, WI area with his family.  

SESSION INFORMATION: 

Handling JSON with DATA-INTO and DATA-GEN in ILE RPG
(4:30pm - 5:30pm)

Two of the most significant features added to ILE RPG recently are the DATA-INTO and DATA-GEN opcodes. The most common use case is to read and/or create JSON files. Since JSON has become crucial to IBM i businesses, these are must-know features!

Learning Objectives:

  1. Learn the basics of the JSON format.
  2. Learn about DATA-INTO and how to use it.
  3. Learn about DATA-GEN and how to use it.

Overloading Subprocedures in RPG
(7:30pm - 8:30pm)

One of the coolest new features in ILE RPG is the ability to overload your prototypes! With overloading, you can accept differing parameter types while keeping the same routine name. Overloading can be used with programs, but the biggest value comes when using it with subprocedures.

This session explains the concept of overloading and why it should be used. It provides technical details of how to use RPG's OVERLOAD keyword to implement overloading in RPG.