Consultor Eletrônico



Kbase P5572: How to send output to the screen?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/17/2004
Status: Verified

GOAL:

How to send output to the screen?

FIX:

Use the 'OUTPUT TO TERMINAL' Statement as per the following sample code:

OUTPUT TO TERMINAL PAGED.
FOR EACH customer:
DISPLAY customer.
END.
OUTPUT CLOSE.