Displays the string immediately. If you do not use flush, your
output will appear either when the program ends or when the output screen
fills. For example, to print a message to the CICS terminal
immediately, while the program is running, enter:
CICSTTY show: 'Send it now.'; flush.