I am calling a program in debugg mode and writing a file
e which is in o/p mode. While the program runs in debug mode that file doesn't show
any record after write opcode also. It shows record after *INLR=On only. But if I call the program in normal mode, while it writes in the file I can see the record count is incrementing in that file despite the fact that *INLR
is not on as the program is running.
Software/Hardware used:
AS/400
ASKED:
March 31, 2010 8:46 PM
UPDATED:
April 1, 2010 7:07 PM
Writes are blocked in RPG by default. You would have to reached the end of a block while in debug before you could see any results on the DSPJOB, Option14.