Consultor Eletrônico



Kbase 12770: dbrpr redirection broken at 6.3D and 6.3E with dbscan
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
dbrpr redirection broken at 6.3D and 6.3E with dbscan

In early releases of PROGRESS 6.3D and 6.3E, the DBRPR option of
PROUTIL functions differently than in prior releases. In prior
releases, when you use the following command, PROGRESS redirects the
actual data from DBRPR to the file but displays the menus to the
screen.

proutil demo -C dbrpr > demo.out

In Releases 6.3D and 6.3E, PROGRESS redirects all output to the file.
It does not display the menus to the screen.

This issue is logged as a bug. In later releases of 6.3D and 6.3E,
DBRPR will function properly. In the meantime, use the following
command to redirect all output to both the file and the screen.

proutil demo -C dbrpr | tee demo.out

Progress Software Technical Support Note # 12770