Previous Topic: TMSEXPDT MessagesNext Topic: TMSFVSN Messages


TMSFORMT Messages

*** WARNING *** AUDIT NOT DEFINED UNMOVABLE !!!!!

Reason:

The Audit data set was not allocated with a DSORG of PSU.

Action:

This is an informational message. Allocation with PSU ensures that the Audit cannot be moved with a DASD management package while CA 1 is active.

*** WARNING *** TMC NOT DEFINED UNMOVABLE !!!!!

Reason:

The TMC was not allocated with a DSORG of PSU.

Action:

This is an informative message. Allocation with PSU ensures that the TMC cannot be moved with a DASD management package while CA 1 is active.

AUDIT CONTAINS NON-NUMERIC VALUES.

Reason:

The Audit control statement must be numeric.

Action:

Correct the control statement(s) and resubmit the job.

CA 1 MUST BE IN A BATCH-ACTIVE STATE.

Reason:

CA 1 must be in a batch active state.

Action:

Start TMSINIT, reply to the initialization prompt with system password, BATCH and resubmit the job.

DELETION RANGES EXCEED 300.

Reason:

More than 300 deletion ranges were specified.

Action:

Correct the control statement(s) and resubmit the job.

DSNB AND FORMAT TMC SPECIFICATIONS REQUIRED FOR FORMAT OPERATION

Reason:

No SYSIN was found.

Action:

Correct the control statement(s) and resubmit the job.

DSNB IS NOT NUMERIC.

Reason:

The DSNB control statement is not numeric.

Action:

Correct the control statement(s) and resubmit the job.

FORMAT OR EXTEND CARD MISSING

Reason:

Control statement does not contain a FORMAT or EXTEND statement.

Action:

Correct the control statement(s) and resubmit the job.

INVALID BLKSIZE DEFINED FOR TMC DATA SET

Reason:

The TMC to be formatted is allocated with BLKSIZE=680, which is not allowed. When blocking the TMC, the smallest valid block size is 1020.

Action:

Allocate the TMC with correct DCB attributes and resubmit the job.

INVALID BLKSIZE DEFINED FOR A BLOCKSET AUDIT

Reason:

The audit data set to be formatted has a block size of less than the minimum of 4440 bytes.

Action:

Allocate the audit data set with a block size of 4440 or greater. Alternatively, you can remove the BLOCKSET parameter for the FORMAT AUDIT=nnnnn statement.

*** WARNING *** AUDIT=nnnnn forced to minimum of #rec/blk * 100 !!!!!'

Reason:

The audit data set to be formatted has specified a number of records which is less than 100 blocks. The control statement specifies a BLOCKSET audit which is intended for large and active audit data sets.

Action:

No action is required. TMSFORMT will format the minimum of 100 blocks.

INVALID NUMERIC LENGTH ON AUDIT KEYWORD.

Reason:

The number of Audit records requested exceeds eight digits.

Action:

Correct the control statement(s) and resubmit the job.

INVALID TMSXITU ROUTINE, VSN RETURNED: INTERNALC=xxxxxx TMSXITE X=xxxxxxxxxxxx C=xxxxxx TMSXITU X=xxxxxxxxxxxx C=xxxxxx

Reason:

TMSXITU did not convert to numerics the same volume TMSXITE converted.

Action:

Correct the logic in the exits, and resubmit the job.

INVALID VOLSER IN TMDATA INPUT

Reason:

A VOLSER presented to the user exit TMSXITU could not be correctly translated to an internal numeric value.

Action:

Correct the logic in TMSXITU and reinstall the user exit. Resubmit the job.

MUTUALLY EXCLUSIVE FUNCTIONS REQUESTED.

Reason:

A FORMAT statement was found with an EXTEND statement for the same range.

Action:

Correct the control statement(s) and resubmit the job.

NON-HASHABLE VOL SER NO, VSN RETURNED: INTERNAL C=xxxxxxTMSXITE X=xxxxxxxxxxxx C=xxxxxx TMSXITU X=xxxxxxxxxxxx C=xxxxxx

Reason:

TMSXITE converted a VOLSER to numeric or alphanumeric, and TMSXITU did not return the same converted VOLSER.

Action:

Correct logic within the exit(s), and resubmit the job.

NUMBER OF DSNBS IN RESTORE HEADER 2 DOES NOT AGREE WITH DSNBS READ

Reason:

The information in TMSCTL#2 from the restore tape does not match the number of DSNBs read from the backup tape.

Action:

Execute TMSPTRS and correct any chaining errors. Execute TMSCOPY to obtain a current backup tape, and rerun TMSFORMT.

PREVIOUS CONTROL STATEMENT CONTAINS INVALID RANGE

Reason:

A VOLSER range specified for DELETE was not formatted or extended in this run of TMSFORMT.

Action:

Correct the control statement(s) and resubmit the job.

PREVIOUS CONTROL STATEMENT CONTAINS NON-NUMERIC CHARACTERS IN RANGEVALUES.

Reason:

Volume ranges specified must be numeric. Exits TMSXITE and TMSXITU perform numeric to alphanumeric translations.

Action:

Correct the control statement(s) and resubmit the job.

PREVIOUS CONTROL STATEMENT HAS AN INVALID FORMAT

Reason:

The control statement has no delimiters.

Action:

Correct the control statement(s) and resubmit the job.

PREVIOUS DELETE CONTROL STATEMENT HAS AN INVALID DELETION RANGE

Reason:

The range specified a volume range, but the range was not previously defined in the FORMAT or EXTEND control statement(s).

Action:

Correct the control statement(s) and resubmit the job.

PREVIOUS FORMAT CONTROL STATEMENT HAS AN INVALID RANGE

Reason:

The volume range specified overlaps another range.

Action:

Correct the control statement(s) and resubmit the job.

PREVIOUS INPUT RECORD DOES NOT CONTAIN AN OPERATION

Reason:

Invalid input to TMSFORMT.

Action:

Correct the control statement(s) and resubmit the job.

RANGES FOR FORMAT EXCEED 52

Reason:

The total number of volume ranges that can be defined to the TMC is 52.

Action:

Correct the control statement(s) and resubmit the job.

RESTORE TAPE IS NOT RECOGNIZABLE.

Reason:

The volume mounted is either bad or not a TMC backup tape.

Action:

If the volume is bad, rerun TMSCOPY to obtain another backup.

RESTORE TAPE IS DEFINED, BUT THE REQUESTED ACTION IS NOT EXTEND.

Reason:

The FORMAT control statement was specified but the RESTORE DD statement is referencing a file. The RESTORE DD statement should not be used except in EXTEND processing.

Action:

Correct the DD or control statement and resubmit.

RESTORE TAPE DOES NOT HAVE A VALID TMC FORMAT.

Reason:

The volume used by the RESTORE DD is not a backup of the TMC, which is required for an EXTEND operation.

Action:

Correct the JCL and resubmit the job.

RESTORE TAPE IS TMSXTEND FORMAT, YOU MUST USE THE TMSXTEND UTILITY

Reason:

TMSFORMT cannot be used to extend the TMC if it has already been processed with the TMSXTEND or TMSBLDVR utilities.

Action:

Use the TMSXTEND utility to add volumes or DSNBs to the TMC. Refer to the Utilities and Report Reference Guide for details.

RESTORE TAPE MUST BE DEFINED FOR FUNCTION

Reason:

EXTEND was requested and the RESTORE DD is DUMMY. The RESTORE DD must reference a current TMC backup tape.

Action:

Correct the JCL and resubmit the job.

RESTORE TAPE SHOULD NOT BE DEFINED FOR FUNCTION.

Reason:

FORMAT was requested and the RESTORE DD is not DUMMY.

Action:

Correct the JCL and resubmit the job.

TMS FORMAT PROGRAM SUCCESSFULLY COMPLETE

Reason:

Processing completed without any errors.

Action:

None. This is an informational message.

USER INPUT DATA FOR VOLUME SERIAL NUMBER NOT PROCESSED - RECORDNOT IN THE TMC.

Reason:

The volume being processed is not defined to the TMC.

Action:

Execute TMSFORMT with an EXTEND to add the desired volume or range of volumes, and resubmit the job. If the VOLSER from TMDATA is not a valid VOLSER, correct input and resubmit TMSFORMT.

USER INPUT DATA OUT OF SEQUENCE

Reason:

There is a VOLSER in the TMDATA input file that is not higher in number than the previous VOLSER (after translation by TMSXITU).

Action:

Correct the sequence of the records in the TMDATA input file and resubmit the job.