UNIXCMD:
   method command $;
      rc=filename('comfref', command, 'PIPE');
      fid=fopen('comfref', 'S');
      fid=fclose(fid);
      rc=filename('comfref',' ');
   endmethod;
RETURN: