From 861ec8152c0d6fa221a80d466033affaa2db35f6 Mon Sep 17 00:00:00 2001 From: SJLennon <67484051+SJLennon@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:37:20 -0400 Subject: [PATCH] Add Service Pgm info to readme --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 402b928..468e193 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,28 @@ The primary difference from moving away from PF-SRC file members is that COPY an ``/INCLUDE ../Copy_Mbrs/SRV_MSG_P.RPGLE``. -## Copy_Mbrs +# Using the Source -Code to be copied into other programs. +The easiset way to get the source is to clone this project to your personal computer and create the objects using the ["Code for IBM i"](https://codefori.github.io/docs/#/) extension of [VS Code](https://code.visualstudio.com/). + +## Service programs + +Some of the code uses services program and binding directories. Thus you may need to explore the Service_pgms folder and create those objects. + +The 5250-Subile folder also requires a service program from the BASE36 folder. + +# Folders + +Each folder has a "readme" file that provides more information on the source files it contains. Following is a high level list of the folders. ## Service_Pgms Utility support routines that are called from other code. +## Copy_Mbrs + +Code to be copied into other programs. + ## 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.