Add StateVal Service PGM

This commit is contained in:
SJLennon
2025-11-15 12:58:14 -05:00
parent d8751ce129
commit 30594ba23e
6 changed files with 232 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
**free
dcl-pr StateVal ind;
p_code char(2); // State Code
p_name Char(30) options(*nopass) ; //Returned State Name
end-pr;