Rob van der Heij wrote:
> invoking CMDCALL within the "cms" stage to avoid suppressing messages

You want CMDCALL with the COMMAND stage for this, to avoid a rogue
CMDCALL EXEC.

  pipe command STATE SOME FILE A|cons
  Ready(00028);

  pipe cms STATE SOME FILE A|cons
  Ha ha!  STATE EXEC called with parameters SOME FILE A
  Ready(60709);

  pipe cms CMDCALL STATE SOME FILE A|cons
  Ha ha!  CMDCALL EXEC called with parameters STATE SOME FILE A
  Ready(60709);

  pipe command CMDCALL STATE SOME FILE A|cons
  File SOME FILE A not found
  Ready(00028);

¬R

Reply via email to