Initial Add *

This commit is contained in:
SJLennon
2021-04-20 12:23:10 -04:00
parent fb82bdd0bb
commit f42995b70b
10 changed files with 318 additions and 19 deletions
+10 -5
View File
@@ -1,7 +1,8 @@
# IBM i RPG/Free CLP Code
Demo code in RPG/Free, SQL and CLP for the IBM i
More developers are learning about the **IBM i** as a wonderful business platform. ( It was formerly known as the **AS/400**.)
Demo code in RPG/Free, SQL and CLP for the IBM i
More developers are learning about the **IBM i** as a wonderful business platform. ( It was formerly known as the **AS/400**.)
My intent is to provide real programs that help you learn, or improve your current understanding, and which you can adapt to you needs.
@@ -19,6 +20,10 @@ Utility support routines that are called from other code.
Batch program with SQL embedded in RPGLE. Includes error checking and handling. There are two versions, one in completely free format and one not free with the D-Specs in fixed format.
## 5250 Subfile
## 5250 Subfile
Many shops are still using 5250 "green screen" applications and these need to be maintained and/or extended. This is a fully functional modernized 5250 "green screen" Customer Master maintenance and prompting application, with full screen and window displays, modular code, service programs, message files and a sample database.
Many shops are still using 5250 "green screen" applications and these need to be maintained and/or extended. This is a fully functional modernized 5250 "green screen" Customer Master maintenance and prompting application, with full screen and window displays, modular code, service programs, message files and a sample database.
## BASE36
A service program to add 1 to an alpha-numeric string of any length.