I'm trying to suppress the output from the following code examples.

Example 1:  I use the HOLE stage
RelList='C E F G H I J K L M N O P Q R T U'

'pipe var RelList' ,
      '| split  ' ,
      '| spec /RELEASE/ 1 W1 nw /(detach/ nw' ,
      '| CMS' ,
      '| HOLE'


Example 2: I remove the HOLE stage and use SET CMSTYPE HT
RelList='C E F G H I J K L M N O P Q R T U'
'SET CMSTYPE HT'
'pipe var RelList' ,
      '| split  ' ,
      '| spec /RELEASE/ 1 W1 nw /(detach/ nw' ,
      '| CMS'
'SET CMSTYPE RT'

Neither method suppresses the output.  Am I doing something wrong?  Can someone 
suggest a method to suppress output?
Thanks,
Steve

Reply via email to