PPEQ(1)



NAME

     ppeq - parallel pe query


SYNOPSIS

     ppeq [-v] [-x] [-t] [-f] ds_name


DESCRIPTION

     ppeq runs peq commands in parallel for  each  seperate  tape
     for  the ds_name.  The ds_name must be in quotes if any "[]"
     are used. A series number range may be given.



OPTIONS

     -v   The verbose flag. Will show tape information  for  each
          ds.

     -x   Execute all peq commands in parallel.

     -t   The "touch" switch to call peq with.

     -f   The ds_name arg is a file name containing ds_names. For
          example:

          #file of dataset names for input to ppeq  with  the  -f
          #each      line     can     be     a     datacollection
          prog:mdi,level:lev0,series:42474800_01h[32393-32394]
          prog:mdi,level:lev1.5,series:fd_V_01h[30311,30312,30336-
          30369]


EXAMPLES

     csh> ppeq 'prog:mdi,level:lev1.5,series:fd_V_01h[30309-30369]'
     Query in progress...
     If -x was given, ppeq would execute the following commands:
     peq -A -w  'prog:mdi,level:lev1.5,series:fd_V_01h[30309-30312,30336-30369]'
       1> /tmp/ppeq.jim.6371.0 2>&1
     peq -A -w  'prog:mdi,level:lev1.5,series:fd_V_01h[30313-30335]'
       1> /tmp/ppeq.jim.6371.1 2>&1
     csh>


FILES

     none


BUGS


AUTHOR

     Jim Aloise


HISTORY

     2002-02-11     SOI Version 4.11.0