Source on IFS & Local Development

This commit is contained in:
SJLennon
2024-04-10 16:43:52 -04:00
parent a2d8f9c33c
commit 21917dda6e
4 changed files with 3 additions and 54 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Printing from a CL program (The PRTLN command)
# (Under Construction)
Generating a report from an IBM i CL program isnt straight forward, because in CL there is no direct way to write to a spool file. Here I provide the CL PRTLN command, which allows simple, direct printing from a CL or CLLE program, including page control and headings.
(Note: I'm not suggesting you should do your payroll checks or month-end general ledger from CL--use RPG for that. But sometimes it is just convenient to print from CL without bothering with extra objects, like Query/400, or STRQMQRY or an RPG program.)