Previous Topic: Example 3—Find Selected Proclib Data SetsNext Topic: VREPORT Examples


Example 4—Compare Member Names

Compare the member names from MASTER.SOURCE and MASTER.LOADLIB and identify any member found in one library but not the other.

//jobname JOB (acct,info),etc.
//         EXEC DMS
//SYSIN     DD  *
FIND DSN=MASTER.SOURCE
FIND DSN=MASTER.LOADLIB
   REPORT PO1
	or
//jobname JOB (acct,info),etc.
//         EXEC DMS
//SYSIN     DD  *
FIND DSN=MASTER.SOURCE
   REPORT PO1
FIND DSN=MASTER.LOADLIB
   REPORT PO1