I am trying to write a unit test for reading message files (for node-jt400 which wraps open-jt400 to javascript.)
I am wondering if there is a Message File (MSGF) that can be used that is likely to be on any IBM i computer (Say a temporary MSGF that is created for every user upon connecting, or QCBLMSGE
which is the COBOL RUN TIME MESSAGE FILE
on the machine I work with).
I am not implementing creating or deleting message files, otherwise I would create one and unit test all of those cases as well and not require this.
Thanks in advance.