Fish wrote:
[...]
Then when you assemble and link your program, the linkage editor
will be able to find the IJDFAZIZ module ...
^^^^^^^^
^^^^^^^^
That should of course be IJDFAZIW, not IJDFAZIZ.
IJDFAZIZ does already exist, whereas IJDFAZIW does not. That is to say, you should assemble and catalog your own IJDFAZIW module (PRMOD) so that your unmodified program can then use it (link with it).
OR... better, do what I said as my last suggestion in my previous reply: simply tweak your program so that the existing IJDFAZIZ module gets used instead.(*)
(*) By simply removing the second IOAREA2 and WORKA parameters from your DTFPR and manually moving your print line directly into the printer's I/O area (i.e. PRTIO1, as specified in your IOAREA1 parameter), and then using a simple "PUT PRINTER" instead of "PUT PRINTER,$HELLO".
According to:
the existing IJDFAZIZ module is for CTLCHR=ASA *without* WORKA=YES.
--
"Fish" (David B. Trout)
Software Development Laboratories
mail: fish@...