From 0e57f94f2ab8820d06f7fb5b27b5ef5a1b91876f Mon Sep 17 00:00:00 2001 From: SJLennon <67484051+SJLennon@users.noreply.github.com> Date: Fri, 8 Oct 2021 12:47:44 -0400 Subject: [PATCH] Tidy up readme.md --- SQL_SKELETON/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SQL_SKELETON/README.md b/SQL_SKELETON/README.md index 7908b1e..c779b6d 100644 --- a/SQL_SKELETON/README.md +++ b/SQL_SKELETON/README.md @@ -1,15 +1,15 @@ ### 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. +Batch program with SQL embedded in RPGLE. Includes error checking and handling. It could be the starting point for any embedded SQL program. There are versions in completely free format and in not free format where the D-Specs are 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 +*SQL_SKELNF* is not totally free format, because the D_SPECS are in fixed format. This should be compatible back to V5R4 I think and compatible with coding in SEU. *SQL_SKEL2* is an upgrade to SQL_SKEL. The SQLProblem procedure is now in the SRV_SQL service program, so the code is much shorter. This is completely free format. **NOTE:** There is a deliberate duplicated line in the SQL_SKEL2 code so that it triggers the SQLProblem handling procedure. -You should be able to compile any version of the program without any changes and run it on virtually any IBM i with a reasonably current OS release. I developed it on a V7R4 machine. If you are at an older release then the not totally free version will proably compile. +You should be able to compile any version of the program without any changes and run it on virtually any IBM i with a reasonably current OS release. I developed it on a V7R4 machine. If you are at an older release then the not totally free version will probably compile. -*SQLC and SQLC2* are simple CL program that call SQL_SKEL and SQL_SKEL2, so that you can see the difference in how SQL errors are reported. Call them from QCMD or the Man Menu. +*SQLC and SQLC2* are simple CL program that call SQL_SKEL and SQL_SKEL2, so that you can see the difference in how SQL errors are reported. Call them from QCMD or the Main Menu.