HP OpenVMS Systemsask the wizard | 
	
 The Question is: How do I add to the following PIPE command to forward the output from the search to an existing file? ipe analyze/image $1$dua661:[saslib.sas82.image]sasora.exe | search sys$input "image name" The Answer is : 
 
  $ PIPE ANALYZE/IMAGE SYS$SHARE:LIBRTL.EXE | -
    SEARCH SYS$PIPE "image name" | -
    APPEND X.X,SYS$PIPE: Y.Y/NEW
 
 
 
  |