PRTLN Initial Commit

This commit is contained in:
SJLennon
2022-07-20 20:08:12 -04:00
parent ac6d360199
commit 454036cc98
19 changed files with 1406 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
**FREE
// Prototype for PRT program
dcl-pr PRT extpgm('PRT');
line char(132) const;
ctl char(10) const options(*nopass);
end-pr;