802.4.1. Fix minor annoyance in the VUE >FORMAT command in which it was leaving a superfluous blank at the end of each line.
802.4.2. Add XCALL MIAMEX,104,PID to return your process ID number.
802.4.3. INMEMO.SBR now auto-expands memo files, by 10% (or minimum of 64 blocks.) Message will be logged to ashell.log but no there will be no other visible sign.
802.3.1. Fix problem with Big Sky SMINCH routine and Y/N fields.
802.2.1. Fix bug in EZTYP.SBR in which scrolling up after hitting the bottom would display the wrong lines.
802.2.2. Fix various bugs in the Big Sky subroutines.
802.2.3. SET TRACE XCALL ON (TRACE=XCALL) now shows the parameter sizes also.
802.1.1. (WINDOWS) Workaround for "Printer Access Denied" message under certain Windows Terminal Server environments.
802.1.2. PolyShell 1.4(145) now supports the -j \$USER switch to set the job name to the login job name. Note that you just include the leading backslash in front of $USER, otherwise, the shell will convert $USER to the current definition of the $USER environment variable, which is generally the effective user (as opposed to the login user.)
802.1.3. (LINUX) Triad catalog support included.
802.0.1. Internal limit on maximum number of jobs has been increased from 900 to 4000 jobs. (Believe it or not, 900 wasn't enough.)
802.0.2. Inter Job Communication (IJC) system has been enhanced to allow one job to retrieve updated activity status from another job on demand. (This was either necessary or beneficial to programs such as SYSTAT and JSTAT.)
802.0.3. Introduce JSTAT.LIT, a utility for displaying job status of another job in real time. Usage:
.JSTAT <jobname>
802.0.4. TRMDEF= lines are now automatically folded to upper case to eliminate confusion relating to both upper and lower case jobnames.
802.0.5. It is now possible to launch a demo-mode A-Shell session when the license count is used up (so you can see which jobs are responsible, remove them, etc.)
802.0.6. (UNIX) Fix an annoyance in which the stdout of a program run under AMOS.SBR within a CGI session was going to the web page rather than being redirected to the stderr log.
802.0.7. SYSTAT.LIT 2.2(138) now takes advantage of the improvements in the IJC system to request current status from each job when the /W option is specified.
802.0.8. SBR=AMOS_RUNSBR is now treated as equivalent to OPTIONS=AMOS_RUNSBR. (Previously, SBR=AMOS_RUNSBR was ignored and only OPTIONS=AMOS_RUNSBR had any effect, contrary to the documentation which indicated that AMOS_RUNSBR was an SBR= switch.)
802.0.9. Invalid SBR= switches are now reported as such (along with invalid OPTIONS= and most other MIAME.INI commands.) However, it no longer waits for keyboard confirmation if running in background.
802.0.10.(UNIX) The use of -i <ini file> on the command line will now determine the location of the ashell.log file. Only if -i was not specified does the MIAME environment definition get used. (This eliminates a problem with CGI mode in which the location of the ashell.log file was either ambiguous or worse, not writeable.) When it is not writeable, its name is now added to the error message (which will show up in the redirected stderr location for CGI debugging purposes.) We also give up attempting to do tracing after about 10 seconds of trying to access file.
802.0.11.(UNIX) Fix a problem in which telnet disconnects would leave phantoms yet the ashell.log would indicate a clean exit. Log file now clarifies if errors occur during the "QPURGE" (cleanup of the JOBTBL and QFLOCK resources used by the job.)
802.0.12.Various minor fixes and improvements to EZTYP.SBR relating to paging, searching, and status display, especially relating to very large files. (aka 792-5)
Also, when printing from within EZVUE, if you hit TAB for the ending page (to print to the end of the document), rather than just displaying "-->", it now attempts to extract the language message indicating "end" from the SBRMSG.xxx file message 012,023. It treats all alphabetic characters and spaces following the second "/" as indicating the end.
For example, in the standard SBRUSG.USA, message 012,023 is:
012,023, H / E (home / end)
But you can expand it to say "end of document" as follows:
012,023, H / E (home / end of document)
802.0.13.INMEMO bug fix: free-form menu mode (MMO'FFM) was not displaying the initial navigation arrows correctly, and was losing track of its cursor location after certain scrolling operations. (aka 792-4)