Previous Topic: CAF0970W

Next Topic: CAF0980E

CAF0971W

INPUT RECORD OF TYPE XXX SUBTYPE XXXXX CANNOT BE PROCESSED| INPUT RECORD VERSION PREDATES COMPRESSED CICS SMF RECORDS| COMPRESSION SERVICE CSRCESRV FAILED RC=XXX

Reason:

One of the three possible messages above will appear if there is an error in the decompression service during the dump process for a split file.

Action:

Contact Technical Support at http://ca.com/support. Be prepared to send in all of the printed output from the dump process job. The dump process will continue uninterrupted. Records will continue to be written to the split file but they will still be compressed.

CAF0972E

SPLIT STATEMENT @@@: INVALID RECFM. ONLY RECFM=VB OR VBS ALLOWED

Reason:

JCL for a split file was coded with a RECFM other than VB or VBS.

Action:

Change the DD Statement indicated by the TODD in the SPLIT statement to RECFM=VB or RECFM=VBS for the next dump process that will produce this split file. Use the EXTRACT process to recreate the split file that may have been produced.

CAF0973E

SPLIT STATEMENT @@@: RECORD WITH LRECL @@@@@ FOUND. SPLIT FILE WILL TERMINATE

Reason:

An SMF record with an LRECL greater than the LRECL value indicated in the JCL has been encountered.

Action:

Increase the value of the LRECL on the DD Statement indicated by the TODD operand on the SPLIT statement for the next dump process that will produce this split file. Use the EXTRACT process to recreate the split file that may have been produced.