Please enable JavaScript to view this site.

A-Shell Reference

SET supports an INFDEF option to display or change the list of default INFLD codes (previously only able to be set via the SBR=INFDEF setting in miame.ini). Syntax:

.SET INFDEF             (display)

.SET INFDEF <codes>     (replace current defaults with <codes>)

 

MIAMEX, MX_INFDEF allows the same capability from within a program. If opcode is 0, the current default type codes are returned in the INFDEF parameter, otherwise the current default type codes are replaced by those in the INFDEF string.

The maximum size of the default string is currently 36.

This feature is of course handy for experimenting with global INFLD type codes within a single job (without interfering with other jobs). It may also be useful for changing the defaults with a single program. Note that for a particular INFLD call, you can disable the default type codes by adding m to the type parameter passed to INFLD.

History

2005 January, A-Shell 4.9.910, SET.LIT version 1.0(142):  Function added