Previous Topic: CAT6200 - CAT6299Next Topic: CAT6202W


CAT6201W

VSN=volser BASE CHAIN INVALIDLY CHAINED TO VSN=volser

Reason:

TLMSVCVS: The base volume (volume sequence one) of a multivolume chain is chained to another volume.

Action:

Dump/restore the Volume Master File. Perform one of the following manual actions if the problem recurs.

The following is an example:

A multivolume data set chain is invalid.

   VSN=000001  VOLSEQ=1 VOLCNT=2 FILESEQ=1 FILECNT=1
   VSN=000002  VOLSEQ=2 VOLCNT=3 FILESEQ=1 FILECNT=1
   VSN=000003  VOLSEQ=3 VOLCNT=3 FILESEQ=1 FILECNT=1
   VSN 000001 IS CHAINED TO 000010.(INVALID CHAIN)
   VSN 000002 IS CHAINED TO 000002 (BASE VOLUME=000001)
   VSN 000003 IS CHAINED TO 000003 (BASE VOLUME=000001)

The following is one solution to the problem:

   UPV 000001,CHV=BRKCHN (CLEAR AND BREAK CHAINS)
   UPV 000002,EXPDT=60001 (SINGLE VOLUME DATA SET)
   UPV 000003,EXPDT=60001 (SINGLE VOLUME DATA SET)
   UPD 000001,DSN=PAYROLL.MASTER.SYSTEM,CDATE=81100
   UPD 000001,CTIME=15.30.00,CJOB=PAY,CSTEP=PAY01
   UPV 000001,CHV=000002,VOLSEQ=2 (CHAIN THE VOLUMES)
   UPV 000010,CHV=000002,VOLSEQ=3 (CHAIN THE VOLUMES)
   UPV 0001E0,EXPDT=60001 (SINGLE VOLUME DATA SET)

The above restored the three (3) volume data sets and released one volume (000010) from volume chains.