From b0bb8f4b1645408fd35cadf9169cf211119ddbe9 Mon Sep 17 00:00:00 2001 From: SJLennon <67484051+SJLennon@users.noreply.github.com> Date: Tue, 18 Aug 2020 13:44:59 -0400 Subject: [PATCH] Update README --- README.md | 16 +++++++++------- SQL_SKELETON/README.md | 16 +++++++--------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c792cfb..14cf5b2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ +# 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**.) + +My intent is to provide real programs that help you learn, or improve your current understanding, and which you can adapt to you needs. +Feel free to provide comments and feedback. + ### SQL_SKELETON -Batch program with SQL embedded in RPGLE. Includes error checking and handling. Two versions, one in completely free format and one not free with the D-Specs in fixed format. - -*SQL_SKEL* is completely free format, i.e., code begins in column 1. - -*SQL_SKELNF* is not totally free format, because the D_SPECS are in fixed format. This should be compatible back to V5R4 I think - -You should be able to compile the program without any changes and run it on virtually any IBM i. I developed it on a V7R4 machine. If you are at an older release then the not totally free version will progably compile. +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. diff --git a/SQL_SKELETON/README.md b/SQL_SKELETON/README.md index 14cf5b2..c792cfb 100644 --- a/SQL_SKELETON/README.md +++ b/SQL_SKELETON/README.md @@ -1,11 +1,9 @@ -# 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**.) - -My intent is to provide real programs that help you learn, or improve your current understanding, and which you can adapt to you needs. -Feel free to provide comments and feedback. - ### SQL_SKELETON -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. +Batch program with SQL embedded in RPGLE. Includes error checking and handling. Two versions, one in completely free format and one not free with the D-Specs in fixed format. + +*SQL_SKEL* is completely free format, i.e., code begins in column 1. + +*SQL_SKELNF* is not totally free format, because the D_SPECS are in fixed format. This should be compatible back to V5R4 I think + +You should be able to compile the program without any changes and run it on virtually any IBM i. I developed it on a V7R4 machine. If you are at an older release then the not totally free version will progably compile.