Add Supporting code

Copy file and service program
This commit is contained in:
SJLennon
2020-09-29 15:38:54 -04:00
parent b0bb8f4b16
commit 6e68066de0
9 changed files with 632 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
### Service Programss
Utility Service Programs
* SRV_MSG
Contains procedures to send messages from an RPG program.
* CRTBNDDIR
A CLLE program to create UTIL_BND, a binding directory for easy compiling of program that use SRV_MSG.
* SRV_MSGTR
RPG program to test the procedures in SRV_MSG.
* SRV_MSGTD
Display file used by SRV_MSGTR.