Add SRV_STR Stuff

This commit is contained in:
SJLennon
2020-10-03 15:18:23 -04:00
parent 8daf3e8953
commit 74f2e263d1
6 changed files with 146 additions and 1 deletions
+9
View File
@@ -6,6 +6,10 @@ Utility Service Programs. This is probably the first code you want to explore be
Contains procedures to send messages from an RPG program.
* SRV_STR
Contains procedures to manipulate strings in an RPG program.
* CRTBNDDIR
A CLLE program to create UTIL_BND, a binding directory for easy compiling of program that use SRV_MSG.
@@ -17,3 +21,8 @@ Utility Service Programs. This is probably the first code you want to explore be
* SRV_MSGTD
Display file used by SRV_MSGTR.
* SRV_STRTR
RPG program to test the procedures in SRV_STR.