Suppressing PER messages

2006-11-01 Thread Chris Langford
Is there a way to suppress the message 'Command Complete' issued by a PER CMD? Example Issue 'PER DIAG 58 PRINTER CMD DUMP 0.20;BASE3' sends 'Command Complete' to the console for each DIAG 58 requiring a clear key between each full screen display. This message in not affected by SET EMSG

Re: Suppressing PER messages

2006-11-01 Thread Tom Schmidt
On Wed, 1 Nov 2006 12:34:50 -0600, Chris Langford wrote: Is there a way to suppress the message 'Command Complete' issued by a PER CMD? Example Issue 'PER DIAG 58 PRINTER CMD DUMP 0.20;BASE3' sends 'Command Complete' to the console for each DIAG 58 requiring a clear key between each full

Re: Suppressing PER messages

2006-11-01 Thread Chris Langford
NOTERM applies only to the output of the PER and is implied by PRINTER The message in question is from the subsequent CMD when the PER occurs Binyamin Dissen wrote: On Wed, 1 Nov 2006 12:34:50 -0600 Chris Langford [EMAIL PROTECTED] wrote: :Is there a way to suppress the message 'Command

Re: Suppressing PER messages

2006-11-01 Thread Chris Langford
Bingo but not as suggested MODIFY COMMAND PER ... gives HCPZPM770E MODIFY is not valid for command PER But MODIFY COMMAND DUMP SILENTLY then PER DIAG 58 PRINTER CMD SILENTLY DUMP 0.20;BASE3 Gives desired results Thank You Tom Schmidt wrote: Have you explored the MODIFY COMMAND x