I'm looking for a way to do following by DFSORT.   I have read through
DFSORT manuals but I could not find out the method.  Your help would
be highly appreciated.

There is a master file which contains Volume serial (VOLSER).  The
master file is sorted by VOLSER and there is NO duplicate VOLSER.
Each record of the detailed record file contains VOLSER and data set
name.  The detailed record file is also sorted by VOLSER and there are
duplicate VOLSER.  In some case, detailed record file does not contain
VOLSER record which is in mster record.
I want to split detailed record file into two files based on master
record file as following:

Master record file
   VOL000
   VOL001
   VOL005
   VOL010

Detailed record file
    VOL001   AAA
    VOL002   BBB
    VOL005   CCC
    VOL005   DDD
    VOL007   EEE
    VOL007   FFF

DFSORT output
   master-exist
       VOL001   AAA
       VOL005   CCC
       VOL005   DDD

   non-master
       VOL002   BBB
       VOL007   EEE
       VOL007   FFF


Can DFSORT do it?


-- 

全先 実  -  Minoru Massaki  (M*M)
E-mail: [email protected]

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to