Consultor Eletrônico



Kbase 16453: Escaping to OS from procedure editor gives PID not $$ prompt
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
Escaping to OS from procedure editor gives PID not $$ prompt

Escaping to the operating system from the Progress Procedure Editor
under AIX 4.x gives a prompt of the user's PID rather than the "$$"
prompt that users expect to see.
The PS1 prompt is set in the "pro" script as follows:

PS1='$$ ';export PS1.

To correct this problem change the above line to be:

PS1='\$\$ ';export PS1

The following Progress scripts set the PS1 variable:

prowin
pro
mprowin
mpro
lstdrv
mtstdrv

Progress Software Technical Support Note # 16453