Previous Topic: FPVL MessagesNext Topic: IMGR Messages


FUPD Messages

This chapter details messages generated by the IEBUPDTE program along with possible causes and corrective actions to take in error situations.

FUPD001I

BEGINNING EXECUTION... SEQUENCE NUMBERS BEGINNING IN COLUMN column number FOR A LENGTH OF number of columns WILL BE USED

Reason:

This is an informational message that gives you the starting column and length used in this run.

Action:

None. Information was derived from the IEBUPDTE control statement you specified. If not specified, the defaults are a start column of 73 and a length of 7.

FUPD002E

INVALID PARM: parm

Reason:

The parm information provided on the execute statement is invalid.

Action:

For detailed coding instructions, see the Utilities Guide.

FUPD003E

UNABLE TO CONTINUE - OPEN FOR DDNAME ddname FAILED

Reason:

An attempt to open the file associated with the DDNAME statement listed in the message failed.

Action:

Check the JCL to make sure that the DD statement is correct. The error may be related to DSN, UNIT, DISP, or VOL=SER information.

FUPD004E

UNABLE TO CONTINUE - THE NAME= SUBPRAMETER WAS NOT SPECIFIED ON THE PARM STATEMENT

Reason:

If the standalone compare program was used to create the input file, the NAME= subparameter must be specified on the parm.

Action:

Add this subparameter to the parm.

FUPD005E

UNABLE TO CONTINUE - THE NAME=SUBPARAMETER IS NOT ALLOWED IF THE INPUT IS FROM SCL

Reason:

If the print action was used to create the input file, the NAME=subparameter cannot be specified on the parm.

Action:

Remove this subparameter from the parm.

FUPD006E

THE RECORD LENGTH OF THE INPUT FILE [C1CHGSI] IS INVALID

Reason:

If the print action was used to create the input file, the record length of the file must be 133. If the standalone Compare program was used to create the input file, the record length must be 88. Note that the NAME=subparameter of the parm statement is only allowed if the input file was created by the standalone Compare program.

Action:

Check the DCB attributes of the input file.

FUPD010I

ELEMENT element name VERSION vvll SELECTED

Reason:

This informational message identifies the element being used in this run.

Action:

None.

FUPD011I

ENV environment SYS system SUBSYS subsystem TYPE type STAGE stage

Reason:

This informational message identifies the information used in this run.

Action:

None.

FUPD012I

input record

Reason:

Use the information supplied by this message in conjunction with message FUPD012E to help identify the record from the input file that is causing the error.

Action:

Regenerate the input file.

FUPD012E

SKIPPING TO NEXT ELEMENT... SEQUENCE NUMBER ERROR - sequence number

Reason:

An out of sequence error was detected in the input file (C1CHGSI). Blank sequence numbers are not allowed.

Action:

Regenerate the input file.

FUPD014I

IEBUPDTE number of statements CNTL CARDS SUCCESSFULLY GENERATED

Reason:

This informational message indicates the number of control statements created by the control statement generator.

Action:

None.

FUPD015I

END EXECUTION - number of elements ELEMENT(S) SELECTED, IEBUPDTE CNTL CARDS HAVE BEEN GENERATED FOR number of elements ELEMENT(S)

Reason:

This informational message indicates the results of the execution run.

Action:

None