1. (WINDOWS) Fix a printing problem in which the STRIPFF option would truncate the printout to just the first 256 characters.
2. SET TRACE FOPENS ON now works in the release build (previously it worked only in the debug build.) This is a useful debugging tool which logs every file open operation to ashell.log (in the miame.ini directory.)
3. COMPIL /V:1 now supports old ISAM statements, even without the /I (assume old isam on ambiguous opens) switch. This matches the latest AMOS version of COMPIL.
4. A new miame.ini setting, OPTIONS=AMOS_RUNSBR will cause XCALL AMOS,"RUN xxx" to execute within the current job and process, rather than in a separate process like it otherwise would. This is pretty much equivalent to XCALL xxx.
5. Fix a problem in which calling an SBX module (SBR written in Basic) would cause any ISAMPLUS files in the calling program to be closed.