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
+2 -1
View File
@@ -1,7 +1,8 @@
PGM
/* Create UTIL_BND binding directory in *CURLIB */
/* Change next statement if a different library is needed */
/* Change next statement if needed */
CRTBNDDIR BNDDIR(*CURLIB/UTIL_BND) TEXT('Utilities +
Service PGMs')
ADDBNDDIRE BNDDIR(UTIL_BND) OBJ((SRV_MSG *SRVPGM *DEFER))
ADDBNDDIRE BNDDIR(UTIL_BND) OBJ((SRV_STR *SRVPGM *DEFER))
ENDPGM