Kbase 13749: HOW TO SUPPRESS SENDING MESSAGES TO THE TERMINAL IN V7.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
HOW TO SUPPRESS SENDING MESSAGES TO THE TERMINAL IN V7.
To suppress sending error messages to the terminal in version
7, use KEEP-MESSAGES in the OUTPUT TO statement and use INPUT
FROM /dev
ull. You did not need to use KEEP-MESSAGES in version 6,
so many customers are asking this question. Here is an example:
def var test as decimal format "9.9".
output to foo keep-messages.
input from /dev
ull.
test = 10.0.
disp test.
Progress Software Technical Support Note # 13749