7. RETURN CODES AND MESSAGES › 7.2 Messages Description › 7.2.4 VCCVSCAN Messages
7.2.4 VCCVSCAN Messages
VCCSC01I
--------
ICF
TASK(nn) PROCESSING STARTED FOR VSAM CATALOG=dsn
VVDS
The VCCVSCAN module selects a CNQ to process. The catalog
type and name are displayed.
VCCVSCAN action: Catalog scan processing continues normally.
VCCSC02I
--------
ICF
TASK(nn) PROCESSING SUCCESSFUL FOR VSAM CATALOG=dsn
VVDS
The VCCVSCAN module receives control back from one of the
scan modules with a return code of zero (0).
VCCVSCAN action: Catalog scan processing continues normally.
VCCSC04W
--------
ICF
TASK(nn) PROCESSING NOT SUCCESSFUL FOR VSAM
VVDS
CATALOG=dsn
One of the scan modules has detected and printed an error
message. The catalog processing is not successful.
VCCVSCAN action: Catalog scan processing continues with the
next catalog.
VCCSC05W
--------
TASK(nn) CATALOG LOCATE FAILURE R15.ccccccc REASON.rrrrrrr
DSN=dsn
While processing catalog DSN= one of the scan modules
received a bad return code from the LOCATE function. Refer
to IBM publication VSAM Administration: Macro Instruction
Reference for a description of error reason and return codes.
VCCVSCAN action: Catalog scan processing continues with the
next catalog.
VCCSC06W
--------
TASK(nn) CATALOG ALLOCATION FAILURE R15.cccccc REASON.rrrrrrr
DSN=dsn
While allocating catalog DSN=, one of the scan modules
received a bad return code from dynamic allocation. Refer to
IBM publication System Macros and Facilities, Volume, 1 for a
description of dynamic allocation error reason and return
codes.
VCCVSCAN action: Catalog scan processing continues with the
next catalog.
VCCSC07W
--------
TASK(nn) CATALOG MODCB FAILURE R15.ccccccc REASON.rrrrrrr
DSN=dsn
While doing a MODCB for catalog DSN= one of the scan modules
received a bad return code. Refer to IBM publication VSAM
Administration: Macro Instruction Reference for a description
of error reason and return codes.
VCCVSCAN action: Catalog scan processing continues with the
next catalog.
VCCSC08W
--------
TASK(nn) CATALOG OPEN FAILURE R15.ccccccc REASON.rrrrrrr
DSN=dsn
While opening catalog DSN= one of the scan modules received a
bad return code. Refer to IBM publication VSAM
Administration: Macro Instruction Reference for a
description of error reason and return codes.
VCCVSCAN action: Catalog scan processing continues with the
next catalog.
VCCSC10W
--------
TASK(nn) DUPLICATE DEFINITION. VOL=vvvvvv,
CATALOG=dsn
Note: This message will only appear if the TEST=Y parameter
has been specified, as its main function is VCC error
diagnosis. This message is issued when a catalog is defined
in more than one catalog. The name of the catalog and the
volume on which it resides are displayed.
VCCVSCAN action: Catalog scan processing continues normally.
VCCSC11I
--------
TASK(nn) NO PROCESSING FOR EXCLUDED USER
CATALOG=dsn
A user catalog connector record is encountered during the
scan of a catalog and either the catalog name defined in the
catalog connector record or the volume on which the user
catalog resides has been excluded.
VCCVSCAN action: Catalog scan processing continues normally.
VCCSC13E
--------
TASK(nn) CRITICAL ERROR DETECTED. PROCESSING TERMINATING.
A VCCSCAN subtask finishes processing a catalog and
determines that a critical error has occurred in another
subtask.
VCCVSCAN action: Catalog scan processing terminates.
VCCSC14E
--------
TASK(tt) ABEND COMPLETION CODE = S-hhh;
SUBTASK TERMINATING SCAN OF dsname
where: tt = task number that abended
S-hhh = System Abend code in hex
Udddd = User Abend code in decimal
dsname = SYS1.VVDS.V______ or other DSNAME
VCCVSCAN action: Checking performed on VSAMERR values.
DUMP taken to a SYS1.DUMPxx data set (*).
Message echoed to console and JES log.
VSAM subtask terminates.
Note that a dump is only taken for the first VSAM subtask
that abends. If more than one subtask of this type abends,
the message will be written to document what structure was
being processed but the dump will be bypassed.
See section 5.3.2 for instructions on what to do with the
dumps if you receive this message.