Is there a mount message on the console (LISTCAT looking for VVRs in the
VVDS's on unavailable volumes)?
--
Blair Svihra
Dino-Software Corporation
800-480-DINO
www.dino-software.com
Dino-Software Utilities
T-REX – Superior catalog management tool inclusive of HSM & Tape audits
REORGadon – First REORG While-OPEN tool for HSM
Teradon – First ever OnLine REPRO MERGECAT utility
Xtinct - DASD Data purge
RTD - DASD Real Time Defrag
DAL – Analysis for Legato in an easy to view format
Peter Ten Eyck wrote:
Thanks for your replies. I am now just getting back to this problem.
My previous posts within my user catalog question were me asking how to do
something, let me now tell you why I am asking.
I ran into this problem at DR.
I import a user a catalog (CATALOG.MVSICF1.VUSRCAT) and connect it to a
master catalog on a different z/OS system. On this different system the DASD
does not align with CATALOG.MVSICF1.VUSRCAT, meaning that many DASD
data set are not on the volume that CATALOG.MVSICF1.VUSRCAT thinks it is.
If I run the job below, it seems to either loop or run for a very long time, 3
plus hours before I cancel it.
What happens when I do a listcat on a catalog that does not match the location
of many of the data sets on DASD volumes?
//TZLISTC JOB CLASS=S
//SCRTCH EXEC PGM=IEFBR14
//D1 DD DSN=TECH.VUSRCAT.LISTC,DISP=(MOD,DELETE),
// UNIT=SYSALLDA,VOL=SER=Z17RS1,SPACE=(0,0)
//LISTC EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
LISTC ALL OUTFILE(OUTFILE) CAT(CATALOG.MVSICF1.VUSRCAT)
/*
//OUTFILE DD DSN=TECH.VUSRCAT.LISTC,DISP=(,KEEP),
// UNIT=SYSALLDA,VOL=SER=Z17RS1,SPACE=(TRK,(45,45),RLSE),
// DCB=(RECFM=VBA,LRECL=125,BLKSIZE=27998)
//
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html