PRINT Subcommand (TSET command)
PRINT
controls how
much output is produced.
- The specification on
PRINT
can beBRIEF
,DETAILED
, orDEFAULT
. The amount of output produced byDEFAULT
is generally between the amount produced byBRIEF
andDETAILED
. - For procedures with multiple iterations,
BRIEF
generally means that final statistics are displayed with no iteration history.DEFAULT
provides a one-line summary at each iteration in addition to the final statistics.DETAILED
provides a complete summary of each iteration (where necessary) plus the final statistics. - For some procedures, the
DEFAULT
andDETAILED
output is the same. For many of the simpler procedures,BRIEF
,DEFAULT
, andDETAILED
are all the same.