HUSH |
![]() ![]() ![]() |
The HUSH command suspends or enables output to the display.
Format
The HUSH command allows temporary suspension of display output. Output is automatically resumed in the event of an abort.
Example
HUSH ON SELECT STOCK WITH QTY < REORDER.LEVEL HUSH OFF
This sequence selects records from the STOCK file but suppresses any terminal output from the SELECT command. Use of the COUNT.SUP option to SELECT might be a better alternative in this example. |