Explanation of ACIF Messages

0425–104

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: structuredfield STRUCTURED FIELD IS NOT ALLOWED OR FORMS AN INVALID SEQUENCE.

Explanation: The structured field identified in this message is either out of sequence or not valid in an object. For example, if an End Print File (EPF) structured field is found, a Begin Print File (BPF) structured field must precede it. The record might be line data. If inline resources are used with data-set header pages, multiple resource groups might be present.

This message can be is issued if your AFP input file contains IM1 image with no Image Raster Data (IRD) structured field. This type of AFP file might be built by DCF when creating shaded text with a shading percentage of zero.

If this message is preceded by message 0425–420, the error is caused by a missing resource object.

System action: ACIF stops processing the print data set.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information on the correct format of the referenced structured field. If the structured fields are in the correct order, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–105

THE ERROR REPORTED ABOVE OCCURRED IN LOGICAL RECORD NUMBER recordnumber, WHOSE SEQUENCE NUMBER IS sequencenumber, AND RESOURCE NAME IS resourcename.

Explanation: This message is given in addition to the message that describes the error. It identifies the specific input record that is not valid. The object (if any) that contains the not valid record is identified in either message 0425–108 or message 0425–109.

The record number specified is relative to the user data stream and is different for multiple transmissions of the data set. However, the record number might be inaccurate if the data set is using a page definition that performs conditional processing.

The sequence number might print as NOT AVAILABLE in the message. For example, a line-data record does not have a sequence number.

System action: The disposition of the file depends upon the error described in the accompanying messages.

System programmer response: See the specific error conditions described in the accompanying messages to determine an appropriate response.

User response: See the specific error conditions are described in the accompanying messages to determine an appropriate response.

0425–106

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: NAME "tokenname" IN begintypestructuredfield DOES NOT MATCH NAME "tokenname" IN endtypestructuredfield.

Explanation: The TOKEN NAME parameters in the Begin-type and End-type structured fields identified in this message do not match. Structured fields might be out of sequence in the input data stream.

When token names are specified, the TOKEN NAME parameters in the associated Begin-type and End-type structured fields must match. For example, if the token name on a Begin Print File (BPF) structured field is specified, either the entire eight-character token name on a End Print File (EPF) structured field must match the BPF token or the first two bytes of the token name must be X'FFFF'.

System action: Processing continues, and ACIF issues a message identifying the position of the structured field in the input data stream or resource. ACIF issues additional messages identifying the processing environment when the error was found.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–108

THE ERROR REPORTED ABOVE WAS DETECTED WITHIN OBJECT TYPE objecttype WITH TOKEN NAME tokenname.

Explanation: This message is issued in addition to the message that describes the error. The objects that were being processed are listed to identify the location of the error in the input data stream or in a resource.

System action: The disposition of the file depends on the error described in the accompanying messages.

System programmer response: See the specific error conditions described in the accompanying messages to determine an appropriate response.

User response: See the specific error conditions described in the accompanying messages to determine an appropriate response.

0425–109

THE ERROR REPORTED ABOVE WAS CAUSED BY THE RESOURCE resourcename IN AN EXTERNAL LIBRARY OR AN INLINE RESOURCE.

Explanation: This message is issued in addition to the message that describes the error. The object identified in the accompanying message was either a resource being processed from an external library or an inline resource. Error message 0425–108 identifies the member as a page definition, form definition, font, code page, font character set, page segment, or an overlay. The combined information from these two messages can be used to identify the library defined to ACIF on the typeLIB parameter, where type is the type of resource, such as OVLY for overlay. In the case of an inline form definition or page definition, the resource is not a member of an external library but is included at the beginning of the user's data set.

System action: The disposition of the file depends on the error described in the accompanying messages.

System programmer response: See the specific error conditions described in the accompanying messages to determine an appropriate response.

User response: See the specific error conditions described in the accompanying messages to determine an appropriate response.

0425–110

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: THE LENGTH SPECIFIED IN THE SELF-DEFINING PARAMETER OR TRIPLET identifier OF THE structuredfield STRUCTURED FIELD IS INCORRECT.

Explanation: Insufficient data was present in the structured field for the length given in the self-defining parameter or triplet. If the self-defining parameter or triplet ID is 0, the length of the self-defining parameter or triplet might have been 0 or 1, which means that no ID was available for use in this message. This message can also be issued if a font resource is referenced by a Map Coded Font (MCF) structured field with a code page or character set name that is less than 8 bytes long. If your font resource names are shorter than 8 bytes, make sure that the references are padded with EBCDIC X'40' blanks.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the object with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the object, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the object, contact your system programmer.

0425–112

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: RECORD CONTAINS NO DATA, EVEN THOUGH AT LEAST A CONTROL CHARACTER IS EXPECTED.

Explanation: ACIF read an input record without a control character following the record descriptor word (RDW). A minimum of 1 byte of control-character data is needed to make the record valid.

System action: ACIF stops processing the print data set.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–113

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: STRUCTURED FIELD LENGTH IS LESS THAN THE INTRODUCER LENGTH.

Explanation: A structured field must have at least 8 bytes of data, the minimum length necessary for a structured-field introducer. The Extension Indicator flag in the structured-field introducer indicates whether the minimum length of the structured field can be greater than 8 bytes.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–114

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: RECORD LENGTH DOES NOT AGREE WITH LENGTH IN STRUCTURED FIELD INTRODUCER.

Explanation: All structured fields are preceded by a record length that specifies the entire length of the record, including four bytes in the record length and a one byte control character. However, the record length specified does not match the sum of the LENGTH parameter in the structured field introducer and the five other bytes.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, ensure that the record length specified is valid for the structured field , and resubmit the print request. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–116

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: PADDING LENGTH OR EXTENSION LENGTH IS INCORRECT FOR STRUCTURED FIELD.

Explanation: The length of padding or extension specified in the LENGTH or EXTENSION parameter in the structured-field introducer indicates more data than was found in the structured field.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, ensure that the Extension Indicator flag is set correctly and that the LENGTH parameter in the structured-field introducer specifies the actual length of padding for the structured field that is not valid. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured-field introducer. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–117

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: LENGTH INDICATED IN THE STRUCTURED FIELD INTRODUCER IS INCORRECT FOR structuredfield STRUCTURED FIELD.

Explanation: The length indicated by the structured-field introducer specifies an incorrect number of bytes for the structured field identified in this message. This error is caused by one of these :

  • The Extension or Padding Indicator flags in the structured-field introducer are set incorrectly.
  • One or more of the parameters in the structured fieldthat is not valid contain too many bytes of data.

In some cases, the length of a structured field is specified in a parameter located in another structured field. For example, the length of Fixed Data Text (FDX) structured field is specified in the SIZE parameter of the Fixed Data Size (FDS) structured field.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, ensure that the LENGTH parameter in the structured-field introducer specifies a valid length for the structured field. Also ensure that the number of bytes in the structured-field parameter matches the length specified in the structured-field introducer. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured-field introducer.

If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–118

UNSUPPORTED STRUCTURED FIELD code WAS IGNORED, AND, IF IT BEGAN AN OBJECT, THE OBJECT WAS IGNORED.

Explanation: The IDENTIFIER parameter in the structured-field introducer for the incorrect structured field specified a structured-field code that was not recognized as a valid structured-field code.

System action: If the structured field began an object, the object was ignored. Otherwise, only the structured field was ignored, and processing of the rest of the data set continues as usual.

ACIF issues a message identifying the position of the structured field in the input data stream or containing resource. ACIF issues additional messages identifying the processing environment when the error was found.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If the printed output was unacceptable, and you created the structured fields for the print data set or resource, give the incorrect structured field a valid code for its structured-field type. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for a list of valid structured-field types.

If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured field for the print data set or resource, contact your system programmer.

0425–120

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: structuredfield1 STRUCTURED FIELD CONTAINS AN INCORRECT VALUE FOR THE SIZE OF THE structuredfield2 REPEATING GROUP.

Explanation: Structuredfield1 specifies the length of each repeating group found in structuredfield2. Either the value specified in structuredfield1 for the size of the repeating group is too small, or the actual length of the repeating-group data is not a multiple of the size specified.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: None.

User response: Use the accompanying messages to determine if the structured field causing the error is in the print data set or in a resource. Correct the process used to create the print data set or resource. If you used a licensed program to create the data stream with the error, use local problem-reporting procedures to report this message.

0425–130

DATA IN AN INPUT RECORD IS INVALID: structuredfield STRUCTURED FIELD IS NOT ACCEPTABLE AT THE START OF A DATA STREAM.

Explanation: The structured-field type identified in this message is not valid at the start of the data stream. Subsequent error messages give additional information about the processing environment when the error occurred.

System action: ACIF stops processing the print data set.

System programmer response: If a licensed program was used to create the structured fields for the print data set with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set, contact your system programmer.

0425–135

DATA IN A FORMDEF RESOURCE IS INVALID: DUPLICATE OVERLAY LOCAL IDENTIFIER WAS FOUND IN THE structuredfield STRUCTURED FIELD.

Explanation: The same local identifier was found assigned to more than one OVERLAY LOCAL IDENTIFIER parameter in the Map Medium Overlay (MMO) or Map Page Overlay (MPO) structured field repeating groups. The MMO structured field is contained in the form definition. The MPO is contained in the page definition or the print data set.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–138

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: OVERLAY LOCAL IDENTIFIER VALUE IS NOT ACCEPTABLE IN THE structuredfield STRUCTURED FIELD.

Explanation: An incorrect OVERLAY LOCAL IDENTIFIER was encountered in the Map Medium Overlay (MMO), Map Page Overlay (MPO), or Medium Modification Control (MMC) structured field repeating groups. The MMO and MMC structured fields are contained in the form definition. The MPO is contained in the page definition or the print data set.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–139

DATA IN A FORMDEF RESOURCE IS INVALID: SUPPRESSION LOCAL IDENTIFIER VALUE IS NOT ACCEPTABLE IN THE MSU STRUCTURED FIELD.

Explanation: The SUPPRESSION LOCAL IDENTIFIER parameter in the Map Suppression (MSU) structured field is not valid. The MSU structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–140

DATA IN A FORMDEF RESOURCE IS INVALID: TWO MMC STRUCTURED FIELDS ARE DEFINED WITH THE SAME IDENTIFIER, identifier.

Explanation: Two Medium Modification Control (MMC) structured fields in a single form environment group have the same value in their MEDIUM MODIFICATION CONTROL IDENTIFIER parameters. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MMC structured field and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MMC has no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–141

DATA IN A FORMDEF RESOURCE IS INVALID: MEDIUM SUPPRESSION TOKEN NAME IS REPEATED IN MSU STRUCTURED FIELD.

Explanation: The TOKEN NAME parameters in two repeating groups in a Map Suppression (MSU) structured field have the same value. The MSU structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–143

DATA IN A FORMDEF RESOURCE IS INVALID: COPY SPECIFICATIONS IN THE MCC STRUCTURED FIELD ARE NOT ACCEPTABLE.

Explanation: Either a gap or an overlap exists in the Starting and Stopping Copy Numbers, or the maximum number of copies for one set of modifications has been exceeded. The COPY NUMBER parameters are specified in the Medium Copy Count (MCC) structured field. The MCC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, ensure that the Starting Copy Number and Stopping Copy Number parameters in a repeating group in an MCC structured field have valid values that correlate. Also, verify that fewer than 255 copies have been requested. If 255 or more copies with the same modifications are needed, define two or more MCC structured fields. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information on the MCC structured field. If the MCC has no errors, the error might be an ACIF logic error.

If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–145

DATA IN A FORMDEF RESOURCE IS INVALID: THE FORMS-FLASH VALUE IN MMC STRUCTURED FIELD, ID identifier, IS NOT ACCEPTABLE.

Explanation: The Medium Modification Control (MMC) structured field contains an incorrect value for the repeating group that contains forms-flash modification. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MMC structured field and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MMC has no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–146

DATA IN A FORMDEF RESOURCE IS INVALID: MORE THAN 8 OVERLAYS ARE SPECIFIED IN MMC STRUCTURED FIELD, ID identifier.

Explanation: In a Medium Modification Control (MMC) structured field, the maximum number of overlays allowed in one set of modifications has been exceeded. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MMC structured field and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MMC has no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–147

DATA IN A FORMDEF RESOURCE IS INVALID: MORE THAN 8 SUPPRESSIONS ARE SPECIFIED IN MMC STRUCTURED FIELD, ID identifier.

Explanation: In a Medium Modification Control (MMC) structured field, the maximum number of suppressions allowed in one set of modifications has been exceeded. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MMC structured field and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MMC has no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–152

DATA IN A FORMDEF RESOURCE IS INVALID: MMC STRUCTURED FIELD WAS NOT FOUND TO COMPARE WITH IDENTIFIER identifier IN MCC STRUCTURED FIELD.

Explanation: The MEDIUM MODIFICATION CONTROL IDENTIFIER parameter in the Medium Copy Count (MCC) structured field contains a value that did not match the MEDIUM MODIFICATION CONTROL IDENTIFIER parameter in any Medium Modification Control (MMC) structured field in the Form Environment Group. The MCC and MMC structured fields are contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MCC or MMC structured field. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MCC and MMC have no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–154

DATA IN A FORMDEF RESOURCE IS INVALID: OVERLAY LOCAL IDENTIFIER IN MMC STRUCTURED FIELD, ID identifier, WAS NOT FOUND IN MMO STRUCTURED FIELD.

Explanation: The overlay modification in the Medium Modification Control (MMC) structured field was not present in the Map Medium Overlay (MMO) structured field. The MMC and MMO structured fields are contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–155

DATA IN A FORMDEF RESOURCE IS INVALID: TOO MANY COPY CONTROLS WERE SPECIFIED FOR THE CURRENT FORM ENVIRONMENT GROUP.

Explanation: For a given physical page, up to 256 bytes of data can be specified for the printer command that describes the copies and modifications to be made. The current Form Environment Group causes the data for the command to exceed 256 bytes. ACIF builds the printer command from data contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, either reduce the number of copy groups in the Medium Copy Count (MCC) structured field or reduce the number of modifications specified in the Medium Modification Control (MMC) structured field. Otherwise, split these functions between two or more form environment groups in two or more medium maps. Then, include in your input two or more identical copies of the same page that each select an appropriate copy group by use of the Invoke Medium Map (IMM) structured field. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the MMC and MMO structured fields.

If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–156

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: NULL NAME IS NOT ACCEPTABLE IN structuredfield STRUCTURED FIELD.

Explanation: All Begin-type and End-type structured fields can include an 8-byte token name. A null token name is not allowed for the listed structured field.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–157

MISMATCH BETWEEN PRINT DATA SET AND FORMDEF RESOURCE: MEDIUM MAP "mediummap" SPECIFIED IN IMM STRUCTURED FIELD WAS NOT FOUND IN FORMDEF "formdefinition".

Explanation: The TOKEN NAME parameter in the Invoke Medium Map (IMM) structured field specifies the token name used to locate a medium map in the form definition. This parameter must match the TOKEN NAME parameter specified in bytes 0–7 in one of the Begin Medium Map (BMM) structured fields in the current form definition. The IMM structured field is contained in the print data set.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: No response is necessary.

User response: Ensure that the correct form definition was specified. If it was, and if you added the Invoke Medium Map structured field to the print data set, change the TOKEN NAME in the IMM structured field and run ACIF. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the BMM and IMM structured fields. If the correct form definition was specified, and if you used a program to embed the IMM structured field in the print data set, verify that the copy group name that you gave the program is valid for the form definition you have specified.

0425–158

PAGEDEF PARAMETER MUST BE SPECIFIED IN ORDER TO PRINT THIS DATA SET. DETERMINE THE PERMISSIBLE VALUES USED IN YOUR INSTALLATION FOR THE PAGEDEF PARAMETER.

Explanation: The current data set contains line data, XML data, or structured fields that do not form a MO:DCA-P page. This kind of data set cannot be printed without an active page definition. No PAGEDEF keyword was provided for this job.

This error can also occur if MO:DCA-P data in the print data set contains a record without the required X'5A' control character preceding the structured-field introducer. The missing control character makes the record appear to be line data. A page definition is necessary to process line data. Therefore, ACIF detects an error.

System action: ACIF stops processing the print data set.

System programmer response: No response is necessary.

User response: If you intended to print line data or XML data, you must specify the PAGEDEF keyword when starting ACIF.

If you did not intend to print line data or XML data, and you used a program to create the structured fields for the print data set, ensure that all MO:DCA-P data records begin with the X'5A' control character and then contact your system programmer.

0425–159

THE END OF THE DATA STREAM WAS ENCOUNTERED BEFORE THE LOGICAL END OF AN OBJECT WITHIN THE DATA STREAM.

Explanation: ACIF was processing an object that began with a Begin-type structured field. However, the input data stream ended before a corresponding End-type structured field was found. For example, if a Begin Print File (BPF) structured field is found, an End Print File (EPF) structured field must follow it. The message can also occur if the system operator prematurely interrupts or ends a print request by issuing an INTERRUPT, RESTART, or CANCEL Job Entry Subsystem (JES) command.

System action: ACIF stops processing the print data set.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set, contact your system programmer.

0425–162

MISMATCH BETWEEN PRINT DATA SET AND PAGEDEF RESOURCE: DATA MAP "datamap" SPECIFIED IN IDM STRUCTURED FIELD WAS NOT FOUND IN PAGEDEF "pagedefinition".

Explanation: The TOKEN NAME parameter in the Invoke Data Map (IDM) structured field specifies the token name used to locate a data map in the page definition. The name must match the value specified in the TOKEN NAME parameter in the Begin Data Map (BDM) structured field in the current page definition. The IDM structured field is contained in the print data set.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: No response is necessary.

User response: Ensure that the correct page definition was specified. If it was, and if you added the Invoke Data Map structured field to the print data set, change the TOKEN NAME in the IDM structured field and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the BDM and IDM structured fields. If the correct page definition was specified, and if you used a program to embed the IDM structured field in the print data set, verify that the data map name that you supplied the program is one that is valid for the page definition you have specified.

0425–163

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: THE SCALE FACTOR VALUE IN THE IOC STRUCTURED FIELD IS NOT ACCEPTABLE.

Explanation: The IMAGE BLOCK SCALE FACTOR parameter in the Image Output Control (IOC) structured field is not valid. The image block or image cell might be contained in an overlay, a page segment, or a composed-text print data set. It might also be embedded in a data set containing line data by using a Begin Image (BIM) structured field.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the resource or print data set containing the image, correct the error in the referenced structured field and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the resource or print data set containing the image, contact your system programmer.

0425–166

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: AN ENTRY IN A MCF STRUCTURED FIELD CONTAINS AMBIGUOUS IDENTIFICATION.

Explanation: A font in the Map Coded Font (MCF) structured field can be identified with a CODED FONT NAME parameter, with a combination of the FONT CHARACTER SET NAME parameter and the CODE PAGE NAME parameter, or with a CODED FONT parameter (also known as a GRID parameter). One of the repeating groups in an MCF structured field specified more than one of these ways to specify a font or specified a CODED FONT (GRID) and a section number other than 0. The MCF structured field is in the MO:DCA-P data, an overlay, or a page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–167

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: AN ENTRY IN AN MCF STRUCTURED FIELD CONTAINS INCOMPLETE IDENTIFICATION.

Explanation: One of the repeating groups in a Map Coded Font (MCF) structured field does not contain enough information to identify a coded font. Two ways to identify a font in the Map Coded Font (MCF) structured field are either with a CODED FONT NAME parameter or with a combination of the FONT CHARACTER SET NAME parameter and the CODE PAGE NAME parameter. An entry contains only a FONT CHARACTER SET NAME parameter or a CODE PAGE NAME parameter. The MCF structured field is contained in a composed-text print data set, an overlay, or a page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–169

INSUFFICIENT VIRTUAL STORAGE PREVENTED FURTHER PROCESSING. INCREASE REGION SIZE, AND RESUBMIT THE PRINT REQUEST.

Explanation: Insufficient storage is available in the ACIF address space to contain the internal control block needed to read an object.

System action: ACIF stops processing the print data set.

System programmer response: The value of the REGION parameter used for the ACIF job should be increased.

User response: Inform your system programmer that this error occurred.

0425–170

DATA IN A FORMDEF RESOURCE IS INVALID: THE SIMPLEX/DUPLEX VALUE IN MMC STRUCTURED FIELD, ID identifier, IS NOT ACCEPTABLE.

Explanation: In the Medium Modification Control (MMC) structured field with the specified identifier, either the simplex or the duplex keyword-parameter value is not valid. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MMC structured field and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MMC has no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–171

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: FONT LOCAL IDENTIFIER VALUE IS NOT ACCEPTABLE IN THE structuredfield STRUCTURED FIELD.

Explanation: The Map Coded Font (MCF) structured field consists of repeating groups. In one of the groups, the value of the CODED FONT LOCAL IDENTIFIER parameter for the font (section) being mapped is not valid. The MCF structured field is contained in a composed-text print data set, an overlay, or a page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–172

DATA IN A FORMDEF RESOURCE IS INVALID: THE SET OF MODIFICATIONS SPECIFIED IN THE MCC STRUCTURED FIELD INCLUDES BOTH NORMAL AND TUMBLE DUPLEX.

Explanation: The Medium Copy Count (MCC) structured field refers to one or more Medium Modification Control (MMC) structured fields , which include requests for both normal duplex and tumble duplex. You cannot request both normal duplex and tumble duplex within the same medium map. The MCC and MMC structured fields are contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MCC or MMC structured field. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MCC and MMC have no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–178

DATA IN A FORMDEF RESOURCE IS INVALID: THE MCC STRUCTURED FIELD HAS AN ODD NUMBER OF COPY GROUPS, BUT SPECIFIES DUPLEX.

Explanation: The Medium Copy Count (MCC) structured field specifies an odd number of copy groups, but the copy group modifications specified in the Medium Modification Control (MMC) structured field include duplex, which requires an even number of copy groups. The MCC and MMC structured fields are contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MCC or MMC structured field. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MCC and MMC have no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–179

DATA IN A FORMDEF RESOURCE IS INVALID: THE SET OF MODIFICATIONS SPECIFIED IN THE MCC STRUCTURED FIELD INCLUDES BOTH SIMPLEX AND DUPLEX.

Explanation: The Medium Copy Count (MCC) structured field refers to two or more Medium Modification Control (MMC) structured fields, which include requests for both simplex and duplex printing. You cannot specify both simplex and duplex printing within the same medium map. The MCC and MMC structured fields are contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MCC or MMC structured field. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MCC and MMC have no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–181

DATA IN A FORMDEF RESOURCE IS INVALID: UNEQUAL COPY COUNTS FOR DUPLEX SHEETS ARE SPECIFIED IN THE MCC STRUCTURED FIELD.

Explanation: The set of modifications referred to by the Medium Copy Count (MCC) structured field includes duplexing, but the numbers of copies in two corresponding repeating groups are not equal. The repeating groups are defined in the Medium Map Control structured field (MMC). The MCC and MMC structured fields are contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MCC or MMC structured field. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MCC and MMC have no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–188

THE SET OF MODIFICATIONS SPECIFIED IN THE MCC STRUCTURED FIELD SELECTS MORE THAN ONE INPUT SOURCE, AND THE DEVICE DOES NOT SUPPORT MORE THAN ONE INPUT SOURCE.

Explanation: The Medium Copy Count (MCC) structured field refers to one or more Medium Modification Control (MMC) structured fields , which include requests for more than one input source or media type local ID. You cannot specify more than one input source or media type local ID for multiple copy groups, because the printer you are using does not support it. The MCC and MMC structured fields are in the form definition.

System action: This message was sent in error. ACIF continues processing the print data set.

System programmer response: None.

User response: None.

0425–190

DATA IN A FORMDEF RESOURCE IS INVALID: THE BIN-SELECTION VALUE IN MMC STRUCTURED FIELD, ID identifier, IS NOT ACCEPTABLE.

Explanation: In the Medium Modification Control (MMC) structured field with the identifier specified in the message text, the bin-selection parameter value was not valid. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MMC structured field and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MMC has no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–191

DATA IN A FORMDEF RESOURCE IS INVALID: THE SUPPRESSION LOCAL IDENTIFIER VALUE IN MMC STRUCTURED FIELD, ID identifier, IS NOT ACCEPTABLE.

Explanation: The MEDIUM MODIFICATION CONTROL IDENTIFIER parameter in a Medium Modification Control (MMC) structured field is not valid. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MMC structured field and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MMC has no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–210

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: A REQUIRED TRIPLET OR SELF-DEFINING PARAMETER WITH ID identifier WAS MISSING FROM A structuredfield STRUCTURED FIELD.

Explanation: The triplet or self-defining parameter specified in the message was not found in the structured field indicated. This is a required triplet or self-defining parameter.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured field with the error, verify that the input to that program is valid.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields, contact your system programmer.

0425–212

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE UNIT BASE PARAMETER IN THE structuredfield STRUCTURED FIELD IS NOT VALID.

Explanation: An incorrect Unit Base value was encountered in the structured field identified in this message.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: None.

User response: Correct the process used to create the image object. If you used a licensed program to create the image object with the error, use local problem-reporting procedures to report this message.

0425–217

DATA IN AN INPUT RECORD IS INVALID: PARAMETER IN A BR STRUCTURED FIELD CONTAINS UNACCEPTABLE DATA.

Explanation: One of the parameters in the Begin Resource (BRS or BR) structured field is not valid. The BRS structured field is contained in the print data set.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to place the BRS structured field in the print data set, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you placed the BRS structured field in the print data set, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If you used a program to place the BRS structured field in the print data set, contact your system programmer.

0425–221

DATA IN A FORMDEF RESOURCE IS INVALID: THE ORIENTATION VALUE value IN THE MDD STRUCTURED FIELD IS UNACCEPTABLE.

Explanation: The Medium Descriptor (MDD) structured field has an incorrect orientation value. The MDD structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–223

A FORMDEF RESOURCE REQUIRED ENHANCED N_UP AND A CONFLICTING VALUE FOR THE DUPLEX PARAMETER WAS SPECIFIED.

Explanation: When enhanced N_UP is requested, the DUPLEX parameter cannot be used to change from duplex (specified in the form definition) to simplex or vice versa. The reason is that with enhanced N_UP, the Page Position (PGP) Format 2 structured field specified the partition number and sheet side for each page placed on a sheet. If the duplex value is changed from duplex to simplex or vice versa, ACIF does not have the information it needs to place the pages.

The only valid options for the DUPLEX parameter when enhanced N_UP is specified in the form definition are:

  • If the form definition requests normal or tumble duplex, you can specify either NORMAL or TUMBLE on the DUPLEX parameter.
  • If the form definition requests simplex, you can specify NO on the DUPLEX parameter.

System action: ACIF stops processing the input file and issues a message identifying the position of the structured field in the file or resource.

System programmer response: No response is necessary.

User response: Resubmit the job without specifying the DUPLEX parameter.

0425–244

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE structuredfield STRUCTURED FIELD CONTAINS TOO MANY REPEATING GROUPS.

Explanation: The structured field contains more repeating groups than are allowed. The structured field in which the error appears can be in a Resource Environment Group, a composed text page, an overlay, or a page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–245

A COMPLEX IM IMAGE OBJECT CONTAINS INVALID OR INCORRECT DATA. THE COMPLEX IM IMAGE OBJECT CANNOT BE CONVERTED TO AN IO IMAGE OBJECT.

Explanation: This message is issued when ACIF converts a complex IM image object to an IO image object and the image size is not large enough to contain the image raster data from the IRD structured fields. This message is issued when the default IMAGEOUT=IOCA parameter is specified. This message is issued if either of these are true:

  • The XCSize or YCSize parameter value of the ICP structured field is larger than the calculated image X size or Y size, respectively.
  • The XCOset plus XFilSize parameter values or the YCOset plus YFilSize parameter values of the ICP structured field are larger than the calculated image X size or Y size, respectively.
When ACIF converts a complex IM image object to an IO image object, ACIF calculates the image size by subtracting the X and Y image origins from the X and Y page sizes. The X and Y image origins are from the Xoa0set and Yoa0set parameter values of the IOC structured field. The X and Y page sizes are from the XpgSize and YpgSize parameter values of the PGD structured field, if the image object is contained in a MO:DCA-P file or overlay, or is embedded in a file containing line data. For an image object in a page segment, the X and Y page sizes used by ACIF are 2040 and 2640 respectively. The IOC and ICP structured fields are contained in a MO:DCA-P file, overlay, or page segment, or are embedded in a file containing line data. The PGD structured field is contained in a MO:DCA-P file, overlay, or page definition.

System action: ACIF stops.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: Specify EXTENSIONS=CELLED and IMAGEOUT=ASIS to see if the error is corrected. Otherwise, if you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–250

DATA IN A PAGE OR RESOURCE IS MISSING: THE REQUIRED STRUCTURED FIELD structuredfield COULD NOT BE FOUND TO COMPLETE THE PROCESSING OF A PAGE OR RESOURCE.

Explanation: The structured field identified in this message is required to complete the processing of a page or resource. This structured field was not found before the end of the page or resource was encountered.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–251

DATA IN A FORMDEF RESOURCE IS MISSING: THE FORMDEF DOES NOT CONTAIN ANY MEDIUM MAPS.

Explanation: The form definition did not specify any medium maps; however, a medium map is required to print a page.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–253

DATA IN A FORMDEF RESOURCE IS INVALID: THE PRINT QUALITY VALUE IN MMC STRUCTURED FIELD, ID identifier, IS NOT ACCEPTABLE.

Explanation: The Medium Modification Control (MMC) structured field specified a print quality value of 0, which is outside the valid range. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MMC structured field and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MMC has no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–254

DATA IN A FORMDEF RESOURCE IS INVALID: THE OFFSET STACKING VALUE IN MMC STRUCTURED FIELD, ID identifier, IS NOT ACCEPTABLE.

Explanation: The Medium Modification Control (MMC) structured field specified an offset stacking value other than 0 or 1. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MMC structured field and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MMC has no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–258

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: structuredfield STRUCTURED FIELD IS NOT ALLOWED BETWEEN OBJECTS.

Explanation: The structured field identified in this message is not allowed at the point in the input data stream or resource at which it was found.

Note: If the structured field is “EOF”, ACIF read the entire print data set without finding an expected structured field.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured fields are in the correct order, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–259

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE X-DIRECTION AND Y-DIRECTION L-UNITS PER UNIT BASE VALUES SPECIFIED IN THE structuredfield STRUCTURED FIELD DO NOT MATCH.

Explanation: The X-direction and Y-direction L-Units per Unit Base values in the structured field identified in the message are not identical.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: None.

User response: Use the accompanying messages to determine if the structured field causing the error is in the print data set or in a resource. Correct the process used to create the print data set or resource. If you used a licensed program to create the data stream with the error, use local problem-reporting procedures to report this message.

0425–260

THE OBJECT SPECIFIED WITH THE structuredfield STRUCTURED FIELD IS NOT SUPPORTED ON THIS PRINTER.

Explanation: ACIF has encountered a valid AFP object that is not supported by the printer. The object is identified either by its Begin structured field, by an Invoke structured field, such as Include Page Overlay (IPO), or by an OTH record (object container without MO:DCA-P structured fields wrapping the data).

System action: This message was sent in error. ACIF continues processing the print data set.

System programmer response: None.

User response: None.

0425–261

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: STRUCTURED FIELD structuredfield CONTAINED A FONT LOCAL IDENTIFIER VALUE THAT WAS USED IN A PREVIOUS FONT MAPPING STRUCTURED FIELD.

Explanation: One or more font mapping structured fields in the same Active Environment Group or Object Environment Group used the same font local identifier for different fonts. Fonts can be mapped in a Map Coded Font (MCF) and a Map Data Resource (MDR) structured field. Each font mapped must have a unique font local identifier. The MCF and MDR structured fields can be in the MO:DCA print data set, an overlay, a graphics object, a bar code object, or a page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: None.

User response: If you created the structured fields in the object containing the error, check the font local identifiers in the MCF and MDR structured field for duplicates. If the MCF and MDR structured fields have no error, the error might be an ACIF logic error. If you used a program to create the structured fields in the object containing the error, contact your system programmer.

0425–262

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: STRUCTURED FIELD structuredfield CONTAINS AN INVALID ROTATION VALUE.

Explanation: The rotation value specified in the named structured field was not valid.

System action: ACIF stops processing the print data set. ACIF issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–263

OVERLAY overlayname NAMED IN AN IPO STRUCTURED FIELD IS NOT NAMED IN AN MPO STRUCTURED FIELD.

Explanation: An Include Page Overlay (IPO) structured field names a page overlay, but the overlay was not previously defined in the Map Page Overlay (MPO) structured field in the Active Environment Group (AEG) of the page, which contains the IPO. The MPO might be contained in the AEG of a composed-text page or a page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If the MPO indicates that this overlay is for annotation only, create another MPO structured field in the AEG that defines the page overlay. If you are using the input data to define the name of your page overlay and your input data is ASCII, this error can occur because the resource name in the MPO is EBCDIC. If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you use a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–264

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: A RESOURCE MAPPED BY A structuredfield STRUCTURED FIELD IN AN OBJECT ENVIRONMENT GROUP IS NOT NAMED IN THE ACTIVE ENVIRONMENT GROUP OF THE PAGE OR RESOURCE.

Explanation: A structured field in an Object Environment Group names a resource. However, that resource is not defined in the structured field in the Active Environment Group of the page or resource containing the Object Environment Group.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: Make sure that any resources that are mapped in an included object are also mapped in the Page Environment Group. If there is an MCF structured field inside the object, it also needs to be in the Page Environment Group with the identical characteristics it has in the object, such as point size for an outline font. If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–267

EITHER NO ENVIRONMENT GROUP WAS SPECIFIED FOR THE PAGE OR AN ERROR OCCURRED IN THE ENVIRONMENT GROUP.

Explanation: Either no environment group was specified, or an error occurred in one of the structured fields in the environment group. If an environment group was present but contained an error, a previous ACIF message identifies the error. The environment group causing this error might be contained in an overlay, a page definition, or a composed-text print data set.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–268

WARNING: AN ENTRY IN AN MCF STRUCTURED FIELD DOES NOT CONTAIN CODE PAGE INFORMATION.

Explanation: One of the repeating groups in a Map Coded Font Format 2 (MCF-2) structured field specifies a font character set but no code page information. This error was detected while processing a graphics object within a page or overlay.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the object with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the object, correct the error and resubmit the print request. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the object, contact your system programmer.

0425–269

A VALUE OF ZERO WAS SPECIFIED AS THE L-UNITS PER UNIT BASE IN THE structuredfield STRUCTURED FIELD.

Explanation: Several structured fields specify an L-Units per Unit Base value: Medium Descriptor (MDD), Page Descriptor (PGD), Presentation Text Descriptor (PTD-2), Object Area Descriptor (OBD), Graphics Data Descriptor (GDD), Image Data Descriptor (IDD), Barcode Data Descriptor (BDD), Image Input Descriptor (IID), Include Object (IOB), and Preprocess Presentation Object (PPO). The ACIF arithmetic equation and a value of zero can result in an abend (divide by zero error). The value of zero is not valid.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: None.

User response: Use the accompanying messages to determine if the structured field causing the error is in the print data set or in a resource. Correct the process used to create the print data set or resource. If you used a licensed program to create the data stream with the error, use local problem-reporting procedures to report this message.

0425–270

DATA IN A PAGEDEF RESOURCE IS MISSING: THE PAGEDEF DOES NOT CONTAIN ANY DATA MAPS.

Explanation: The page definition did not specify any data maps and a data map is required to print a data set containing line data.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–271

DATA IN A FORMDEF RESOURCE IS INVALID: THE DUPLEX SPECIFICATION IN THE PGP STRUCTURED FIELD IS NOT ACCEPTABLE.

Explanation: The duplex specification value in the Page Position (PGP) structured field is not acceptable. The PGP structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–272

DATA IN A FORMDEF RESOURCE IS INVALID: THE PGP STRUCTURED FIELD DOES NOT CONTAIN A PAGE ORIGIN POSITION FOR THE FRONT SIDE OF A SHEET.

Explanation: The Page Position format-2 (PGP) structured field must contain a repeating group that defines the Page Origin Position for the front side. This value will also be used for the back side of a duplex sheet unless the PGP structured field contains a repeating group that specifies the Page Origin Position for the back side of the sheet. The PGP structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–273

DATA IN A FORMDEF RESOURCE IS INVALID: THE CONSTANT FORMS CONTROL VALUE IN THE MMC STRUCTURED FIELD ID identifier IS NOT ACCEPTABLE.

Explanation: The Constant Forms Control modification in the Medium Modification Control (MMC) structured field contained an unsupported value. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–274

DATA IN A FORMDEF RESOURCE IS INVALID: THE MODIFICATIONS SPECIFIED IN THE MCC STRUCTURED FIELD INCLUDE CONFLICTING CONSTANT FORMS CONTROL VALUES FOR THE SAME SIDE OF THE SHEET.

Explanation: All Medium Modification Control (MMC) structured fields referenced by the Medium Copy Count (MCC) structured field must use the same Constant Forms Control value for the same side of a sheet. The MMC and MCC structured fields are contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–275

DATA IN A FORMDEF RESOURCE IS INVALID: A MEDIUM MAP SPECIFIES ONLY CONSTANT DATA FOR A PAGE.

Explanation: An attempt was made to process a page using a medium map specifying Constant Forms Control for both the front and back sides of a duplexed page or for the front side of a simplexed page. Another medium map must be invoked to allow processing of the remaining line or page data. The Constant Forms Control is contained in a Medium Modification Control (MMC) structured field. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–278

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE MAPPING OPTION SPECIFIED IN THE structuredfield STRUCTURED FIELD IS INCORRECT OR UNSUPPORTED.

Explanation: The structured field in error contained an incorrect Mapping Option value. The structured field could be contained in a bar code object, graphics object, image object, presentation text object with OEG, or object container object. Alternatively, it could be an Include Object (IOB) structured field or a Preprocess Presentation Object (PPO) structured field with an incorrect mapping option triplet.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: Correct the process used to create the object. If you used a licensed program to create the object with the error, use the local problem-reporting procedures to report this message.

0425–289

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE FONT SCALING SIZE VALUE SPECIFIED IN AN MCF STRUCTURED FIELD IS NOT ACCEPTABLE.

Explanation: The value specified for either the font vertical scale factor, the horizontal scale factor, or the font width is not within the acceptable range of 0 to 32767.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–290

THE REGISTERED OBJECT TYPE ID OF AN OBJECT CONTAINER RESOURCE, NAMED name DOES NOT MATCH THE OBJECT CLASS objectclass IN THE OBJECT CLASSIFICATION TRIPLET ON THE structuredfield STRUCTURED FIELD.

Explanation: The registered object type OID does not match the object class that is specified on the X'10' Object Classification triplet from the identified structured field. Object containers and their registered object type identifiers are only supported by certain object classes. See Mixed Object Document Content Architecture Reference for more information about the structured field and triplet.

System action: The resource is skipped and data processing set continues.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance to determine the source of the problem.

User response: If you created the structured field, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference and Advanced Function Presentation: Programming Guide and Line Data Reference for more information about the structured field. If you used a program to create the structured field, contact your system programmer.

0425–291

THE METADATA OBJECT NAMED name IS OUT OF SEQUENCE IN THE DATA SET. THE METADATA OBJECT IS IGNORED.

Explanation: A metadata object is found out of sequence in the AFP data stream and is therefore ignored. Because metadata objects are not sent to the printer, the printed output is not affected. However, the skipped resource is not sent to the document that ACIF generates.

System action: The resource is skipped and data processing set continues.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance to determine the source of the problem.

User response: If you created the structured field, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference and Advanced Function Presentation: Programming Guide and Line Data Reference for more information about the structured field. If you used a program to create the structured field, contact your system programmer.

0425–299

AN IM IMAGE OBJECT CONTAINS INVALID OR INCORRECT DATA. THE IM IMAGE OBJECT CANNOT BE CONVERTED TO AN IO IMAGE OBJECT.

Explanation: This message is issued when ACIF converts an IM image object to an IO image object and one of the image size values is zero. For a simple IM image object, this message is issued if either the XSize or YSize parameter value of the Image Input Descriptor (IID) structured field is zero. For a complex IM image object, this message is issued if one of the XCSize, YCSize, XFilSize, or YFilSize parameter values of the Image Cell Position (ICP) structured field is zero.

When ACIF processes a page segment in an inline resource group, the resource is converted from an IM1 image to an IOCA image unless the IMAGEOUT=ASIS parameter is specified. This message is issued if the application later includes the page segment in a page or overlay with a non-zero orientation or with L-units other than 1440 per inch.

System action: ACIF stops processing the print data set.

System programmer response: If a licensed program was used to create the structured fields for the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: Correct the error and resubmit the request. You might need to do one of these to correct the error:

  • Specify IMAGEOUT=ASIS to avoid the IM1 conversion.
  • Specify EXTENSIONS=RESORDER so the image is not converted until it is used in the document.
  • Do not put the page segments inline.

0425–300

DATA IN A PAGEDEF RESOURCE IS INVALID: THE NEXT LINE DESCRIPTOR IF SKIPPING PARAMETER VALUE IN LND STRUCTURED FIELD NUMBER number IS 0.

Explanation: The current record contains a control character that indicates a skip to a Line Descriptor (LND) structured field with a specific channel control. However, the LND structured field identified in this message had a value of 0 in its NEXT LINE DESCRIPTOR IF SKIPPING parameter. The LND structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–301

DATA IN A PAGEDEF RESOURCE IS INVALID: THE NEXT LINE DESCRIPTOR IF SKIPPING PARAMETER VALUE IN LND STRUCTURED FIELD NUMBER number IS parametervalue. THIS EXCEEDS THE LNC STRUCTURED FIELD COUNT VALUE OF parametervalue.

Explanation: In the Line Descriptor (LND) structured field identified in this message, the value of the next LND IF SKIPPING parameter is greater than the total number of LND structured fields in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–307

DATA IN A PAGEDEF RESOURCE IS INVALID: IN LND STRUCTURED FIELD NUMBER number, THE REUSE RECORD FLAG WAS SET BUT THE NEXT LINE DESCRIPTOR IF REUSING DATA PARAMETER WAS 0.

Explanation: In the Line Descriptor (LND) structured field identified in this message, the Reuse Record flag had a value of B'1', indicating that the data being processed in this LND structured field should be reused and processed. The NEXT LINE DESCRIPTOR IF REUSING DATA parameter should point to the LND structured field used to continue processing. However, the value for the REUSING DATA parameter was X'0000', indicating the end of the chain. The LND structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–309

DATA IN A PAGEDEF RESOURCE IS INVALID: THE REPEATING GROUP LENGTH PARAMETER VALUE IN CCP STRUCTURED FIELD ccpidentifier IS INVALID.

Explanation: The Conditional Processing Control (CCP) structured field has an incorrect value. Either the LENGTH OF REPEATING GROUPS parameter is zero, or the length of the repeating group data is not a multiple of the size specified in that parameter. The CCP structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–310

DATA IN A PAGEDEF RESOURCE IS INVALID: THE COUNT PARAMETER VALUE IN THE LNC STRUCTURED FIELD WAS 0.

Explanation: The COUNT parameter in the Line Descriptor Count (LNC) structured field had a value of zero. The LNC structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–312

DATA IN A PAGEDEF RESOURCE IS INVALID: THE SIZE PARAMETER VALUE IN THE FDS STRUCTURED FIELD WAS 0.

Explanation: The SIZE parameter in the Fixed Data Size (FDS) structured field has a value of 0. The FDS structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–314

DATA IN A PAGEDEF RESOURCE IS INVALID: THE NUMBER OF REPEATING GROUPS PARAMETER VALUE IN CCP STRUCTURED FIELD ccpidentifier IS INVALID.

Explanation: The Conditional Processing Control (CCP) structured field has an incorrect value. Either the NUMBER OF REPEATING GROUPS parameter contained in the CCP structured field is zero, or the number of repeating groups does not match the number specified in the parameter. The CCP structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–315

DATA IN A PAGEDEF RESOURCE IS INVALID: THE NEXT LINE DESCRIPTOR IF SPACING PARAMETER VALUE IN LND STRUCTURED FIELD NUMBER number IS 0.

Explanation: The logical-record control character indicates that the NEXT LINE DESCRIPTOR IF SPACING parameter should be followed. However, in the Line Descriptor (LND) structured field identified in this message, the NEXT LINE DESCRIPTOR IF SPACING parameter value was zero. The LND structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–316

DATA IN A PAGEDEF RESOURCE IS INVALID: THE NEXT LINE DESCRIPTOR IF SPACING PARAMETER IN LND STRUCTURED FIELD NUMBER number IS parametervalue. THIS VALUE IS TOO LARGE.

Explanation: The logical record control character indicates that the NEXT LINE DESCRIPTOR IF SPACING parameter in the Line Descriptor (LND) structured field should be followed. However, in the Line Descriptor (LND) structured field identified in this message, the NEXT LINE DESCRIPTOR IF SPACING parameter value was greater than the total number of line descriptors in the data map. The LND structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–317

DATA IN A PAGEDEF RESOURCE IS INVALID: THE LENGTH OF COMPARISON STRING PARAMETER VALUE IN CCP STRUCTURED FIELD ccpidentifier IS INVALID.

Explanation: The Conditional Processing Control (CCP) structured field has an incorrect value. Either the LENGTH OF COMPARISON STRING parameter is zero, or the length of the comparison string data does not match the length of a repeating group minus the fixed lengths of the remaining fields of the repeating group. The CCP structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–319

DATA IN A PAGEDEF RESOURCE IS NOT VALID: LND, RCD, OR XMD STRUCTURED FIELD NUMBER number HAS A NULL VALUE SPECIFIED IN THE SUPPRESSION TOKEN NAME PARAMETER. A NULL VALUE IS NOT VALID.

Explanation: The SUPPRESSION TOKEN NAME parameter in the Line Descriptor (LND), Record Descriptor (RCD), or XML Descriptor (XMD) structured field in the page definition has a null value. A null value is any value that contains X'FFFF' in the first two bytes.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–320

DATA IN A PAGEDEF RESOURCE IS INVALID: THE IDENTIFIER identifier1 SPECIFIED IN THE NEXT CCP IDENTIFIER PARAMETER IN CCP STRUCTURED FIELD identifier2 WAS NOT FOUND.

Explanation: The Conditional Processing Control (CCP) structured field has an incorrect value. The NEXT CONDITIONAL PROCESSING CONTROL IDENTIFIER parameter in the CCP structured field specifies the identifier used to locate a CCP, if the CCP structured fields are chained. The identifier must match a value specified in the CCP IDENTIFIER parameter of another CCP within the same page definition. The identifier specified in the NEXT CCP IDENTIFIER parameter did not match the CCP IDENTIFIER of any CCPs in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–321

DATA IN A PAGEDEF RESOURCE IS INVALID: THE TIMING OF ACTION PARAMETER VALUE value IN CCP STRUCTURED FIELD ccpidentifier IS INVALID.

Explanation: The Conditional Processing Control (CCP) structured field has an incorrect value. The TIMING OF ACTION parameter in one of the repeating groups of the CCP structured field contains an incorrect value. The CCP structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–322

DATA IN A PAGEDEF RESOURCE IS INVALID: THE MEDIUM MAP ACTION PARAMETER VALUE value IN CCP STRUCTURED FIELD ccpidentifier IS INVALID.

Explanation: The Conditional Processing Control (CCP) structured field has an incorrect value. The MEDIUM MAP ACTION parameter in one of the repeating groups of the CCP structured field contains an incorrect value. The CCP structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–323

DATA IN A PAGEDEF RESOURCE IS INVALID: THE DATA MAP ACTION PARAMETER VALUE value IN CCP STRUCTURED FIELD ccpidentifier IS INVALID.

Explanation: The Conditional Processing Control (CCP) structured field has an incorrect value. The DATA MAP ACTION parameter in one of the repeating groups of the CCP structured field contains an incorrect value. The CCP structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–324

DATA IN A PAGEDEF RESOURCE IS INVALID: THE COMPARISON PARAMETER VALUE value IN CCP STRUCTURED FIELD ccpidentifier IS INVALID.

Explanation: The Conditional Processing Control (CCP) structured field has an incorrect value. The COMPARISON parameter in one of the repeating groups of the CCP structured field contains an incorrect value. The CCP structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–326

DATA IN A PAGEDEF RESOURCE IS INVALID: THE DATA MAP "datamapname" SPECIFIED IN THE DATA MAP NAME PARAMETER OF CCP STRUCTURED FIELD ccpidentifier WAS NOT FOUND.

Explanation: The Conditional Processing Control (CCP) structured field has an incorrect value. The DATA MAP NAME parameter in one of the repeating groups of the CCP structured field specifies the token name of a data map used to locate a data map in the page definition. The name must match the value specified in the TOKEN NAME parameter in one of the Begin Data Map (BDM) structured fields in the current page definition. No data map with name datamapname was found in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–327

DATA IN A PAGEDEF RESOURCE IS INVALID: THE NEXT LINE DESCRIPTOR IF REUSING DATA PARAMETER VALUE IN LND STRUCTURED FIELD NUMBER number WILL CAUSE AN INFINITE LOOP.

Explanation: The NEXT LINE DESCRIPTOR IF REUSING DATA parameter in the Line Descriptor (LND) structured field identified in this message caused an infinite-loop condition. The LND structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–329

DATA IN A PAGEDEF RESOURCE IS INVALID: THE NEXT LINE DESCRIPTOR IF REUSING DATA PARAMETER VALUE IN LND STRUCTURED FIELD NUMBER number IS parametervalue1. THIS EXCEEDS THE LNC STRUCTURED FIELD COUNT VALUE OF parametervalue2.

Explanation: The NEXT LINE DESCRIPTOR IF REUSING DATA parameter in the Line Descriptor (LND) structured field identified in this message has an incorrect value. The value is greater than the COUNT parameter in the Line Descriptor Count (LNC) structured field in the current data map. The LNC and LND structured fields are contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–330

DATA IN A PAGEDEF RESOURCE IS NOT VALID: WHEN THE DATA START POSITION VALUE IS ADDED TO THE DATA LENGTH VALUE IN LND, RCD, OR XMD STRUCTURED FIELD NUMBER number, IT EXCEEDS THE FDS STRUCTURED FIELD SIZE VALUE OF parametervalue.

Explanation: The Use Fixed Data flag in byte 0 in the Line Descriptor (LND) structured field, in byte 11 in the Record Descriptor (RCD) structured field, or in byte 1 in the XML Descriptor (XMD) structured field was set to B'1'. This indicates that data from Fixed Data Text (FDX) structured fields is to be added to the data placed within the page by the LND, RCD, or XMD structured field. The FDX, XMD, RCD, and LND structured fields are in the page definition.

The DATA START POSITION parameter in the LND, RCD, or XMD structured field indicates the offset of the first byte of data. The DATA LENGTH parameter specifies how many bytes of FDX are to be placed within the page. This error was caused when these two parameters specified more data than the FDX structured fields contain. The number of bytes of data in the FDX structured fields can be found in the SIZE parameter of the Fixed Data Size (FDS) structured field.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–334

DATA IN A PAGEDEF RESOURCE IS INVALID: THE AMOUNT OF FIXED DATA RECEIVED DID NOT AGREE WITH THE VALUE SPECIFIED IN THE FDS STRUCTURED FIELD SIZE PARAMETER.

Explanation: The Fixed Data Text (FDX) structured field contained more bytes of data than what was indicated in the SIZE parameter of the Fixed Data Size (FDS) structured field. The FDS and FDX structured fields are contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–335

DATA IN A PAGEDEF RESOURCE IS INVALID: THE MEDIUM MAP "mediummapname" SPECIFIED IN THE MEDIUM MAP NAME PARAMETER OF CCP STRUCTURED FIELD ccpidentifier WAS NOT FOUND.

Explanation: The Conditional Processing Control (CCP) structured field has an incorrect value. The MEDIUM MAP NAME parameter in one of the repeating groups of the CCP structured field specifies the token name of a medium map used to locate a medium map in the form definition. The name must match the value specified in the TOKEN NAME parameter in one of the Begin Medium Map (BMM) structured fields in the current form definition. No medium map with name mediummapname was found in the form definition. The CCP structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–337

DATA IN A PAGEDEF RESOURCE IS NOT VALID: IN LND, RCD, OR XMD STRUCTURED FIELD NUMBER number, THE CONDITIONAL PROCESSING FLAG WAS SET BUT THE CONDITIONAL PROCESSING CONTROL IDENTIFIER WAS ZERO.

Explanation: In the Line Descriptor (LND), Record Descriptor (RCD), or XML Descriptor (XMD) structured field, the Conditional Processing flag had a value of B'1', indicating that the line data to be processed by this LND, RCD, or XMD structured field is to be compared with a value specified in a Conditional Processing Control (CCP) structured field. The CCP IDENTIFIER parameter in the LND, RCD, or XMD structured field is used to find one of the CCP structured fields in the current page definition. This parameter was set to 0, which is not a valid value if the Conditional Processing flag is on. The LND, RCD, XMD, and CCP structured fields are in the page definition.System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–339

DATA IN A PAGEDEF RESOURCE IS NOT VALID: THE IDENTIFIER identifier SPECIFIED IN THE CONDITIONAL PROCESSING CONTROL IDENTIFIER PARAMETER IN LND, RCD OR XMD STRUCTURED FIELD NUMBER number WAS NOT FOUND.

Explanation: In the Line Descriptor (LND), Record Descriptor (RCD), or XML Descriptor (XMD) structured field, the Conditional Processing flag had a value of B'1', indicating that the line data to be processed by this LND, RCD, or XMD structured field is to be compared with a value specified in a Conditional Processing Control (CCP) structured field. The CCP IDENTIFIER parameter in the LND, RCD, or XMD structured field is used to find one of the CCP structured fields in the current page definition. However, the identifier specified in the LND, RCD, or XMD structured field identified in this message does not match the value specified in the CCP IDENTIFIER parameter in any of the CCP structured fields in the current page definition. The LND, RCD, XMD, and CCP structured fields are in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–340

DATA IN A PAGEDEF RESOURCE IS NOT VALID: THE NEXT LINE DESCRIPTOR IF CONDITIONAL PROCESSING PARAMETER VALUE IN LND, RCD OR XMD STRUCTURED FIELD NUMBER number IS value1. THIS EXCEEDS THE LNC STRUCTURED FIELD COUNT VALUE OF value2.

Explanation: The NEXT LINE DESCRIPTOR IF CONDITIONAL PROCESSING parameter in the Line Descriptor (LND), Record Format Descriptor (RCD), or XML Descriptor (XMD) structured field has an incorrect value. The value is greater than the COUNT parameter in the Line Descriptor Count (LNC) structured field in the current data map. The LNC, LND, RCD, and XMD structured fields are contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–342

DATA IN A PAGEDEF RESOURCE IS NOT VALID: THE NEXT LINE DESCRIPTOR IF CONDITIONAL PROCESSING PARAMETER VALUE IN LND, RCD OR XMD STRUCTURED FIELD NUMBER number WILL CAUSE AN INFINITE LOOP.

Explanation: The NEXT LINE DESCRIPTOR IF CONDITIONAL PROCESSING parameter in the Line Descriptor (LND), Record Format Descriptor (RCD), or XML Descriptor (XMD) structured field caused an infinite-loop condition. The LND, RCD, and XMD structured fields are in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–343

DATA IN AN INPUT RECORD OR PAGEDEF RESOURCE IS NOT VALID: RELATIVE POSITIONING PLACED DATA OUTSIDE THE LOGICAL PAGE IN THE NEGATIVE Y DIRECTION. THE PRIOR AND CURRENT LND, RCD OR XMD STRUCTURED FIELD NUMBERS ARE priornumber AND currentnumber.

Explanation: When relative positioning is being used on a Line Descriptor (LND), Record Descriptor (RCD), or XML Descriptor (XMD) structured field, the relative position specified for the Y direction can be a negative value. The current LND, RCD, or XMD position (priornumber) defines the baseline position from which the relative offset of the current LND, RCD, or XMD is measured.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–344

DATA IN A PAGEDEF RESOURCE IS INVALID: THE NUMBER OF LND OR RCD STRUCTURED FIELDS DOES NOT MATCH THE VALUE SPECIFIED IN THE LNC STRUCTURED FIELD.

Explanation: The number of Line Descriptor (LND) or Record Descriptor (RCD) structured fields found in a page definition is either greater than or less than the value specified in the Line Descriptor Count (LNC) structured field. The LND, RDC, and LNC structured fields are in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–346

DATA IN AN INPUT RECORD OR PAGEDEF RESOURCE IS INVALID: A SKIP TO A NONEXISTENT CHANNEL = channel ON RECORD NUMBER = recordnumber WAS DETECTED WITHIN THE LND STRUCTURED FIELDS. OUTPUT WAS FORCED TO SINGLE SPACING, WHICH MAY CAUSE BLANK PAGES.

Explanation: An attempt was made to skip to a channel not defined in the current data map. The Line Descriptor (LND) structured fields in the page definition are incorrect. During scanning, the entire NEXT LINE DESCRIPTOR IF SKIPPING parameter could not be followed because an LND had the End Page If Skipping flag set. This created an infinite loop on the same input record. The LND structured field is contained in the page definition.

System action: The record containing the error was forced to single spacing. When forced single spacing occurs, the carriage control character on the record is ignored. The record is treated as if a X'09' machine control character or a X'40' ANSI control character was specified in the record that caused the error.System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–350

DATA IN A PAGEDEF RESOURCE IS INVALID: IN LND STRUCTURED FIELD NUMBER number, THE SHIFT-OUT CODED FONT LOCAL IDENTIFIER WAS NON-ZERO BUT THE GENERATE FONT CHANGE FLAG WAS NOT SET.

Explanation: In the Line Descriptor (LND) or Record Descriptor (RCD) structured field identified in this message, the Shift-Out Coded Font Identifier was non-zero. The Generate Font Change flag should be set to indicate that the Primary Coded Font Local Identifier should be used whenever a shift-in code is processed. However, the Generate Font Change flag had a value of B'0'. The LND or RCD structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–352

DATA IN A PAGEDEF RESOURCE IS NOT VALID: BAR CODE GENERATION WAS REQUESTED ON LND, RCD OR XMD STRUCTURED FIELD structuredfield, BUT THE PRINTER DOES NOT SUPPORT BAR CODE OBJECTS.

Explanation: A Line Descriptor (LND), Record Descriptor (RCD), or XML Descriptor (XMD) structured field in a page definition has requested ACIF to generate a bar code object from the line data, but the printer does not support bar code objects.

System action: This message was sent in error. ACIF continues processing the print data set.

System programmer response: None.

User response: None.

0425–353

DATA IN A PAGEDEF RESOURCE IS INVALID: THE DATA LENGTH PARAMETER VALUE IN LND STRUCTURED FIELD NUMBER number DOES NOT MATCH THE LENGTH OF COMPARISON STRING PARAMETER VALUE IN CCP STRUCTURED FIELD ccpidentifier.

Explanation: In the Line Descriptor (LND) structured field, the value of the DATA LENGTH parameter is used in identifying the field of the current input record for which conditional processing is to be performed. This field is to be compared with the Comparison String specified in the Conditional Processing Control (CCP) structured field. The length specified in the DATA LENGTH parameter in the LND structured field does not match the length specified in the LENGTH OF COMPARISON STRING parameter of the CCP structured field. The LND and CCP structured fields are contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–356

DATA IN A PAGEDEF RESOURCE IS INVALID: A PAGE SEGMENT OR OVERLAY WAS REQUESTED IN THE LND OR RCD STRUCTURED FIELD structuredfield, BUT THE INLINE OR BASELINE POSITION VALUES WERE SPECIFIED FOR THE LND OR RCD.

Explanation: If any resource object-include triplets are specified in the LND structured field, bits 2 and 3 of bytes 0–1 in the LND structured field must both be set. If any resource object-include triplets are specified in the RCD structured field, bits 2 and 3 of bytes 11–13 in the RCD structured field must both be set.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: None.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–359

AN INLINE MEDIUM MAP WAS ENCOUNTERED IN THE DATA SET, BUT INLINE MEDIUM MAPS ARE NOT SUPPORTED.

Explanation: A Begin Medium Map (BMM) structured field was encountered in the data stream after resources for the data set had been processed. ACIF does not support inline medium maps between pages. The data set might have been created by a program that creates inline medium maps, but a data set that contains inline medium maps cannot be printed.

System action: ACIF stops processing the print data set.

System programmer response: See the I/O error message to determine an appropriate action.

User response: Correct the error and resubmit the request.

0425–364

THE SET OF MODIFICATIONS SPECIFIED IN THE MCC STRUCTURED FIELD INDICATES DIFFERENT SELECT INPUT SOURCE VALUES FOR THE FRONT AND BACK SIDES OF A DUPLEX SHEET.

Explanation: The Medium Modification Control (MMC) structured field referenced by the Medium Copy Count (MCC) structured field repeating groups specify different input source or media type local ID values, along with either tumble or normal duplex. This is an attempt to print the front and back sides of a sheet from different input bins.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: None.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–366

DATA IN AN INPUT RECORD OR PAGEDEF RESOURCE IS NOT VALID: THE ORIENTATION USED WITH RELATIVE POSITIONING IS DIFFERENT THAN THE LAST ORIENTATION USED FOR PRINTING. THE PRIOR AND CURRENT LND, RCD OR XMD STRUCTURED FIELD NUMBERS ARE priornumber AND currentnumber.

Explanation: When relative positioning is being used on a Line Descriptor (LND), Record Descriptor (RCD), or XML Descriptor (XMD) structured field, the text orientation field of the current LND, RCD, or XMD (currentnumber) must match the text orientation field of the LND, RCD, or XMD (priornumber) that was last used for positioning data. The prior LND, RCD, or XMD position defines the baseline position from which the relative offset of the current LND, RCD, or XMD is measured.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–367

DATA IN A PAGEDEF RESOURCE IS NOT VALID: THE MAPPING OPTION SPECIFIED IN AN IOB STRUCTURED FIELD WITH LOCAL ID identifier IS NOT VALID OR UNSUPPORTED. THE IOB IS INCLUDED WITH LND, RCD, OR XMD STRUCTURED FIELD NUMBER number.

Explanation: The Include Object (IOB) structured field in error contained an Output Option value that is not valid, or the printer does not support the Output Option value. The IOB is included by using the Line Descriptor (LND), Record Descriptor (RCD), or XML Descriptor (XMD) structured field identified in this message. The IOB, LND, RCD, and XMD structured fields are contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–368

DATA IN A PAGEDEF RESOURCE IS INVALID: THE RESOURCE LOCAL ID identifier SPECIFIED IN THE EXTENDED RESOURCE LOCAL ID TRIPLET ON LND OR RCD STRUCTURED FIELD NUMBER number WAS NOT FOUND.

Explanation: In the Line Descriptor (LND) or Record Descriptor (RCD) structured field, and Extended Resource Local Identifier triplet specifies a local ID (identifier) of an Include Object (IOB) structured field that is to be used to include an object when this LND or RCD is used for printing. The identifier specified on the LND or RCD does not match any of the IOB structured fields in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–369

STRUCTURED FIELD structuredfield HAS AN INCORRECT OBJECT CLASS VALUE IN AN OBJECT CLASSIFICATION TRIPLET.

Explanation: The Object Classification (X'10') triplet in the structured field specified in the message has an incorrect object class value. Possible incorrect class values for each structured field are:

  • Map Data Resource (MDR)
    • Non-presentation object container is included in a repeating group.
    • Object container or IOCA embedded in a page or overlay has a data object font mapped in the Object Environment Group.
  • Include Object (IOB) or Preprocess Presentation Object (PPO)

    Non-presentation object container, data object font (DOF), or non-DOF secondary resource is specified.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–380

THE REGISTRATION ID (identifier) OF AN OBJECT CONTAINER RESOURCE, NAME resourcename, DOES NOT MATCH THE CORRESPONDING REGISTRATION ID FOR THE INVOKING JCL KEYWORD OR STRUCTURED FIELD.

Explanation: An object container resource was requested through a JCL keyword, or an Include Object (IOB) or Map Data Resource (MDR) structured field, but the Object Classification triplet in the Begin Object Container (BOC) structured field did not match the corresponding registration ID. For a list of registration IDs and their assumed functions, see Mixed Object Document Content Architecture Reference, AFPC-0004.

System action: ACIF stops processing the input file and issues a message identifying the position of the structured field in the file or resource.

System programmer response: If a licensed program was used to create the structured fields for the object container that contains the error, verify that the input to that program is valid.

User response: If you created the structured fields for the object container resource, ensure that the registration ID corresponds either to the keyword used to call the resource or to the registration ID specified in the Object Classification triplet specified on the IOB or MDR structured field.

0425–381

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE REGISTERED OBJECT ID IN THE OBJECT CLASSIFICATION TRIPLET ON A structuredfield STRUCTURED FIELD IS NOT SPECIFIED.

Explanation: The registered object ID is 0 in the Object Classification triplet. Object containers require a registered ID to be specified.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured field with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields, contact your system programmer.

0425–384

DATA IN A FORMDEF RESOURCE IS INVALID: THE SET OF MODIFICATIONS SPECIFIED IN THE MCC STRUCTURED FIELD INCLUDES CONFLICTING PRESENTATION SYSTEM SETUP ID VALUES.

Explanation: Multiple MMC structured fields referenced by the MCC structured field do not use the exact same set of Presentation System Setup ID values.

System action: ACIF stops processing the print data set.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MCC structured field. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the MCC has no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–385

DATA IN A FORMDEF RESOURCE IS INVALID: THE MODIFICATIONS SPECIFIED IN THE MMC STRUCTURED FIELD structuredfield INCLUDE UNPAIRED keyword1 AND keyword2 KEYWORDS.

Explanation: The keywords must be paired in the Medium Modification Control (MMC) structured field. This form definition has one or the other keyword but not both, or the keyword pairs are not adjacent. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–386

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: A REQUIRED TRIPLET WITH ID identifier WAS MISSING FROM AN structuredfield STRUCTURED FIELD.

Explanation: When the message specifies a triplet identifier of X'18', the structured field contains at least one Function Set triplet (X'8F'), but does not contain a X'18' interchange triplet with a Presentation Type of X'01'.

When the structured field is an IOB and the identifier is X'22', the Extended Resource Local Identifier (X'22') triplet is required when the IOB structured field is contained in a page definition.

When the structured field is an Include Object (IOB) or Preprocess Presentation Object (PPO) and the identifier is X'4B', the X- or Y-axis origin for object content or an object area size (X'4C') triplet was specified on the IOB or PPO, but no measurement unit (X'4B') triplet was specified. The structured field is contained in a print data set if it is a PPO. The structured field is contained in a print data set, overlay, or page definition if it is an IOB.

When the triplet identifier is X'8F', the Function Set (X'8F') triplet is missing when the Interchange Set (X'18') triplet specifies function set support on the structured field in a print data set.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to place the IOB, PPO, BDT or BPF structured field in the print data set or resource, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you placed the IOB, PPO, BDT or BPF structured field in the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004, AFPC-0004 for more information about the structured field. If you used a program to place the IOB, PPO, BDT or BPF structured field in the print data set or resource, contact your system programmer.

0425–387

DATA IN AN INPUT RECORD IS NOT VALID: A PARAMETER IN AN structuredfield STRUCTURED FIELD CONTAINS UNACCEPTABLE DATA.

Explanation: One of the parameters in the structured field is not valid. If the structured field is an Include Object (IOB), one of these caused the problem:

  • The object type specified is not valid.
  • The x or y offset of the object area or the rotation value are not explicitly specified when the reference coordinate system is set to X'00'.
If the structured field is a Preprocess Presentation Object (PPO), one of these caused the problem:
  • The object type specified is not valid.
  • The x or y offset of the object area is not valid.

If the structured field is a Presentation Text Data Descriptor (PTD), the x or y text presentation extent is not valid.

System action: ACIF stops processing the input data set.

System programmer response: No response is necessary.

User response: If you placed the IOB structured field in the input data set or overlay, correct the error and resubmit the ACIF job. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If you used a program to place the IOB structured field in the print data set or overlay, contact your system programmer.

0425–388

DATA IN A PAGE SEGMENT IS INVALID: structuredfield STRUCTURED FIELD IS NOT ALLOWED IN A PAGE SEGMENT INCLUDED WITH AN IOB.

Explanation: Only MO:DCA-P page segments are allowed to be included with an Include Object (IOB) structured field. MO:DCA-P page segments cannot contain IM1 image or PTOCA data.

System action: ACIF stops processing the input data set.

System programmer response: No response is necessary.

User response: If you placed the IOB structured field in the input data set or overlay, correct the error and resubmit the ACIF job. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If you used a program to place the IOB structured field in the print data set or overlay, contact your system programmer.

0425–389

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: THE FONT RESOLUTION AND METRIC TECHNOLOGY TRIPLET SPECIFIES AN INCORRECT VALUE.

Explanation: There is an incorrect value specified for the metric technology, the unit base, or the units per unit base field in the Font Resolution and Metric Technology triplet (X'84'). The triplet is specified on a Map Coded Font (MCF) structured field, which can be in a print data set or overlay.

System action: ACIF stops processing the print data set.

System programmer response: If a licensed program was used to create the structured fields with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the job to ACIF. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–390

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: THE structuredfield STRUCTURED FIELD CONTAINS A triplet TRIPLET THAT HAS AN INVALID VALUE. THE INVALID VALUE STARTS IN BYTE byte OF THE TRIPLET.

Explanation: An incorrect value was specified for a field that starts in byte offset of the triplet identified in this message. The triplet is specified on the structured field identified in this message.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the object, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 or Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the object, contact your system programmer.

0425–392

DATA IN A FORMDEF RESOURCE IS NOT VALID: THE SCOPE VALUE IN THE MFC IS NOT VALID. EITHER DOCUMENT LEVEL OR PRINT FILE LEVEL FINISHING WAS SPECIFIED IN THE MEDIUM MAP OR MEDIUM LEVEL FINISHING WAS SPECIFIED IN THE DEG.

Explanation: Either a Document Environment Group (DEG) or a medium map in the current form definition contains a Medium Finishing Control (MFC) structured field with an incorrect value specified for the scope.

System action: The MFC is ignored and processing continues. ACIF might issue additional messages identifying the processing environment in which the error occurred.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, report the problem to your service representative.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the problem might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–393

THE INPUT BIN SPECIFIED IN THE MMC STRUCTURED FIELD OR ON THE OUTPUT STATEMENT IS AN INSERTER BIN AND IS DISABLED. AN ALTERNATIVE BIN WAS SUBSTITUTED.

Explanation: The Medium Modification Control (MMC) structured field or the output statement requested an input bin that is supported by the printer but is disabled. This bin is an inserter bin. The MMC structured field is contained in the form definition. The output statement is in the JCL.

System action: This message was sent in error. ACIF continues processing.

System programmer response: No response is necessary.

User response: No response is necessary.

0425–395

A FORMDEF RESOURCE REQUESTED A MEDIA EJECT CONTROL TO THE NEXT BACK-SIDE AND DUPLEX=NO WAS SPECIFIED ON THE OUTPUT STATEMENT.

Explanation: When a media eject control to the next back-side is specified in a form definition, the DUPLEX=NO keyword on the OUTPUT statement cannot be used to change from duplex (specified in the form definition) to simplex. The reason is that an incompatible request is being made; you cannot eject to the next back-side when simplexing.

When a media eject control to the next back-side is specified in the form definition and the form definition requests normal or tumble duplex, the only valid option for the duplex keyword is to specify either DUPLEX=NORMAL or DUPLEX=TUMBLE on the OUTPUT statement.

System action: ACIF stops processing the current data set and issues additional messages that identify the processing environment when the error was found.

System programmer response: None.

User response: Resubmit the job without requesting the duplex keyword on the OUTPUT statement.

0425–396

DATA IN A FORMDEF RESOURCE IS INVALID: THE OUTPUT BIN SELECTION VALUE IN MMC STRUCTURED FIELD, ID identifier, IS NOT ACCEPTABLE.

Explanation: In the Medium Modification Control (MMC) structured field whose identifier is specified in the message text, the output bin selection parameter value was not valid. The MMC structured field is contained in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–397

THE SET OF MODIFICATIONS SPECIFIED IN THE MCC STRUCTURED FIELD INDICATES DIFFERENT OUTPUT BIN VALUES FOR THE FRONT AND BACK SIDES OF A DUPLEX SHEET.

Explanation: The Medium Modification Control (MMC) structured fields referenced by the Medium Copy Count (MCC) structured field repeating groups specify different output bin values along with either tumble or normal duplex. This is an attempt to place the front and back sides of a sheet into different output bins.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If the error involves separator pages or the message data set, use the information provided in the User Response section to correct the error.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–398

DATA IN A FORMDEF RESOURCE IS INVALID: THE SET OF MODIFICATIONS SPECIFIED IN THE MMC STRUCTURED FIELD, ID identifier, INCLUDES DUPLICATE CONFLICTING VALUES FOR THE keyword KEYWORD.

Explanation: The Medium Modification Control (MMC) structured field contains duplicate conflicting values for the keyword identified in the message text. The MMC structured field is in the form definition.

System action: ACIF issues this message and continues processing, ignoring the duplicate keyword.

System programmer response: If a licensed program was used to create the structured fields for the object with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the MMC structured field and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the MMC has no errors, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–400

THE parameter NUMBER VALUE IS NOT NUMERIC.

Explanation: A numeric value must be specified after the parameter.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Use a numeric value after the parameter and resubmit the job.

0425–401

THE parameter NAME MUST BE DELIMITED WITH QUOTES.

Explanation: The attribute name of the parameter must begin and end with single quotation marks.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Use single quotation marks before and after the attribute name in the parameter.

0425–402

THE PARAMETER "parameter" IS INVALID.

Explanation: A parameter that is not valid for ACIF was specified.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameter and resubmit the job.

0425–403

THE REQUESTED RESOURCE number IS UNKNOWN.

Explanation: A resource I/O has been requested, but the resource type is unknown to ACIF. This condition is caused by an ACIF logic error. The resource type codes are:

Type Resource
1 Print input file
2 FORMDEF file
3 PAGEDEF file
4 OVERLAY file
5 SEGMENT file
6 Coded FONT file
7 Coded PAGE file
8 FONT Character Set file
9 FONT Metric file
10 FONT Shape file
20 Print output file
21 Messages output file
22 SPOOL file
23 Dummy input file
24 Dummy output file
25 Parameter file
26 Resource Object file

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Contact your service representative.

0425–404

THE ATTRIBUTE NAME USED IN indexn HAS AN IMPROPER USE OF QUOTES.

Explanation: An unpaired set of quotation marks was found in the attribute name for an INDEXn parameter.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the INDEXn parameter and resubmit the job.

0425–405

A VALUE OF "value" IS INVALID FOR PARAMETER "parameter".

Explanation: The value supplied for a parameter is not valid.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameter value and resubmit the job.

0425–406

PARAMETER "parameter" HAS TOO MANY DATA SETS SPECIFIED.

Explanation: More than eight data sets have been supplied for the parameter.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the number of data sets and resubmit the job.

0425–407

A RESTYPE PARAMETER OF "value" IS NOT VALID.

Explanation: A resource type of NONE was found with another value in the RESTYPE parameter. Examples of other values are FONT, OVLY, FDEF, or PSEG. A resource type of NONE cannot be specified with another value.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the RESTYPE parameter and resubmit the job.

0425–408

A VIRTUAL STORAGE REQUEST WAS UNSUCCESSFUL - REQUEST SIZE storagerequestsize, RETURN CODE returncode.

Explanation: ACIF made an unsuccessful attempt to obtain virtual storage. This message indicates the storage size and the return code from the system macro.

System action: ACIF stops.

System programmer response: To interpret the return code, see the documents about application development macros for your operating system.

User response: On z/OS operating systems, increase the REGION size and resubmit the job. On InfoPrint Manager for AIX, make a backup of the limits file and then set these parameter values:

fsize = -1
core = 2097151
cpu = -1
data = -1
rss = -1
stack = -1
nofiles = 2000

0425–409

A DDNAME FOR parameter WAS NOT SUPPLIED. "default" WAS USED.

Explanation: No DD name was specified for either the MSGDD or the PARMDD parameter.

System action: If the missing DD name was MSGDD, the DD name assigned to SYSPRINT was used. If the missing DD name was PARMDD, the DD name assigned to SYSIN was used.

System programmer response: No response is necessary.

User response: If the DD name used was not acceptable, specify a DD name for the parameter and submit the job again.

0425–410

AN ACIF STORAGE REQUEST WAS UNSUCCESSFUL - REQUEST SIZE storagerequestsize, requesttype RETURN CODE returncode.

Explanation: An unsuccessful attempt has been made to obtain or free ACIF subpool storage. If you requested indexing on values that do not occur in the data, ACIF often runs out of storage trying to find the second page. For example, if you specify TRIGGER1=*,1,X'F1' but your data does not contain any X'F1' carriage controls, ACIF can run out of storage. This error message returns the following information:

  • Storage request size
  • Request type
  • Return code

System action: ACIF stops.

System programmer response: Use the information provided in the message to correct the error and resubmit the job.

User response: If you requested indexing, verify that your data matches the values you specified on the TRIGGER parameter. On InfoPrint Manager for AIX, make a backup of the limits file and then set these parameter values:

fsize = -1
core = 2097151
cpu = -1
data = -1
rss = -1
stack = -1
nofiles = 2000

0425–411

AN ERROR OCCURRED WHILE ATTEMPTING TO action THE DDNAME ddname, RETURN CODE returncode.

Explanation: The file I/O macro made an unsuccessful attempt to read from, write to, or close the named DD. The return codes are:

Code Description
0 Successful.
8 Data record longer than LRECL or buffer.
10 Storage allocation/deallocation failed.
12 End of file detected.
13 Disk or PDS directory is full.
28 File not found.
310 File format not valid. See Understanding error return code 310.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Use the information provided in the return code to correct the problem. If the message displays a return code that is not listed in the explanation, contact your service representative.

0425–412

MODULE modulename HAS RETURNED WITH RETURN CODE returncode.

Explanation: A non-zero return code has been returned from the called module. This message indicates that an abnormal occurrence has taken place in the called module. This message is informational and further action takes place in higher-level modules if required.

Note: A return code of 999 indicates that the user's input exit returned a zero length record.

System action: None; this message is for information only.

System programmer response: No response is necessary.

User response: See the accompanying message to determine a response.

0425–413

ATTEMPTED action RESOURCE FILE "ddname", RESOURCE MEMBER NAME "membername" FAILED, RETURN CODE returncode.

Explanation: An attempt to open, close, read, or write a resource failed. This message indicates that an abnormal occurrence has taken place in the called module. This message is informational and further action takes place in higher-level modules if required. If you received this message for a Data Object Font (DOF) Descriptor triplet, the resource name is not a typical member name and the name is translated to ASCII or EBCDIC for display purposes. If the resource name cannot be translated, it is presented as a hexadecimal value. The return codes are:

Code Description
0 Successful.
8 Data record longer than LRECL or buffer.
10 Storage allocation/deallocation failed.
12 End of file detected.
13 Disk or PDS directory is full.
28 File not found.
310 File format not valid. See Understanding error return code 310.

System action: None; this message is for information only.

System programmer response: No response is necessary.

User response: See the accompanying message to determine a response. If the message displays a return code that is not listed in the explanation, contact your service representative.

0425–414

THE FOLLOWING PARAMETERS WILL BE USED FOR THIS RUN:

Explanation: This message is issued before 0425–415 to begin the listing of the parameters to be used for this run.

System action: None.

System programmer response: No response is necessary.

User response: No response is necessary.

0425–415

parametervalue

Explanation: For this run, the parameter listed has been used with the associated value.

System action: None.

System programmer response: No response is necessary.

User response: No response is necessary.

0425–416

THESE paths HAVE BEEN SPECIFIED FOR libraryname:

Explanation: This message is issued before message 0425–417 and shows the resource type the data set or file type is specified for.

System action: None.

System programmer response: No response is necessary.

User response: No response is necessary.

0425–417

REQUEST FOR UNKNOWN MESSAGE number.

Explanation: ACIF tried to display an undefined message.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Report the problem to your service representative.

0425–418

THE MAXIMUM RECORD ID WAS EXCEEDED.

Explanation: The current job contains more than 999999999 documents.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Break the job up into a smaller number of documents.

0425–419

USER exittype EXIT programname RETURNED CODE returncode.

Explanation: An input, output, or resource user exit program has returned a non-zero return code.

Note: A return code of 999 indicates that the user's input exit returned a zero length record.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the error in the exit program and resubmit the job.

0425–420

AN ERROR OCCURRED WHILE ATTEMPTING TO OPEN "dataset". RETURN CODE returncode.

Explanation: An attempt to open a data set failed. This message is informational and further action takes place in higher-level modules if required. If you received this message for a Data Object Font (DOF) Descriptor triplet, the resource name is not a typical member name and the name is translated to ASCII or EBCDIC for display purposes. If the resource name cannot be translated, it is presented as a hexadecimal value. The return codes are:

Code Description
0 Successful.
8 Data record longer than LRECL or buffer.
10 Storage allocation/deallocation failed.
12 End of file detected.
13 Disk or PDS directory is full.
28 File not found.
32 ACIF message catalog not found in paths specified by NLSPATH environment variable. ACIF uses default message catalog file /usr/lib/nls/msg/en_US/acif.cat.
36 Default message catalog not accessible. Check permissions.
200 Resource access table (RAT) not valid. For example, RAT uploaded as a text file instead of a binary file.
310 File format not valid. See Understanding error return code 310.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Use the information provided in the return code to correct the problem. If the message displays a return code that is not listed in the explanation, contact your service representative.

0425–421

AN ERROR OCCURRED WHILE ATTEMPTING TO CLOSE "dataset". RETURN CODE returncode.

Explanation: An attempt to close a data set failed. This message is informational and further action takes place in higher-level modules if required. The return codes are:

Code Description
0 Successful.
8 Data record longer than LRECL or buffer.
10 Storage allocation/deallocation failed.
12 End of file detected.
13 Disk or PDS directory is full.
28 File not found.
32 ACIF message catalog not found in paths specified by NLSPATH environment variable. ACIF uses default message catalog file /usr/lib/nls/msg/en_US/acif.cat.
36 Default message catalog not accessible. Check permissions.
310 File format not valid. See Understanding error return code 310.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Use the information provided in the return code to correct the problem. If the message displays a return code that is not listed in the explanation, contact your service representative.

0425–422

AN ERROR OCCURRED WHILE ATTEMPTING TO READ "dataset". RETURN CODE returncode.

Explanation: An attempt to read a data set failed. This message is informational and further action takes place in higher-level modules if required. The return codes are:

Code Description
0 Successful.
8 Data record longer than LRECL or buffer.
10 Storage allocation/deallocation failed.
12 End of file detected.
13 Disk or PDS directory is full.
28 File not found.
32 ACIF message catalog not found in paths specified by NLSPATH environment variable. ACIF uses default message catalog file /usr/lib/nls/msg/en_US/acif.cat.
36 Default message catalog not accessible. Check permissions.
64 Empty input file (specified with INPUTDD).
310 File format not valid. See Understanding error return code 310.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Use the information provided in the return code to correct the problem. If the message displays a return code that is not listed in the explanation, contact your service representative.

0425–423

AN ERROR OCCURRED WHILE ATTEMPTING TO WRITE "dataset". RETURN CODE returncode.

Explanation: An attempt to write a data set failed. This message is informational and further action takes place in higher-level modules if required. The return codes are:

Code Description
0 Successful.
8 Data record longer than LRECL or buffer.
10 Storage allocation/deallocation failed.
12 End of file detected.
13 Disk or PDS directory is full.
28 File not found.
32 ACIF message catalog not found in paths specified by NLSPATH environment variable. ACIF uses default message catalog file /usr/lib/nls/msg/en_US/acif.cat.
36 Default message catalog not accessible. Check permissions.
310 File format not valid. See Understanding error return code 310.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Use the information provided in the return code to correct the problem. If the message displays a return code that is not listed in the explanation, contact your service representative.

0425–424

PARAMETER "RESFILE=PDS" IS ONLY VALID UNDER MVS, DEFAULTING TO "RESFILE=SEQ".

Explanation: The supplied value for the RESFILE parameter is valid only for z/OS; it is incorrect for other operating systems.

System action: ACIF produces a sequential resource file.

System programmer response: No response is necessary.

User response: No response is necessary.

0425–425

USER type EXIT "program" WAS NOT LOADED.

Explanation: The user exit program named on the exit's DD parameter could not be loaded. Either it does not exist or system API calls in the exit could not be resolved at run time.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct your exit program and rerun ACIF.

0425–426

PARAMETER MISMATCH: RESTYPE type SPECIFIED = YES, BUT NO SUPPORTING LIBRARY DEFINITIONS WERE SUPPLIED.

Explanation: The resource type type was specified on the RESTYPE parameter, but no DD parameter for that resource type was supplied in the ACIF parameter file.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameters and resubmit the job.

0425–427

AN ERROR OCCURRED WITH FILEDEF "filename", RETURN CODE= rc, THE DEFAULT OF "filename" "filetype" "filemode" FOR "ddname" WILL BE USED.

Explanation: An incorrect filename was supplied. The defaults listed are used instead.

System action: ACIF continues.

System programmer response: No response is necessary.

User response: No response is necessary.

0425–428

A "resource" HAS BEEN REQUESTED, BUT NO NAME WAS GIVEN.

Explanation: The resource listed in the message was requested to be handled by ACIF, but the name to get was not passed to ACIF. This condition is caused by an ACIF logic error. If you received this message for a Data Object Font (DOF) Descriptor triplet, the resource name is not a typical member name and the name is translated to ASCII or EBCDIC for display purposes. If the resource name cannot be translated, it is presented as a hexadecimal value.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Contact your service representative.

0425–430

DATA ENCODING PARAMETER parm DOES NOT MATCH USER DATA TYPE datatype FROM THE PAGE DEFINITION.

Explanation: ACIF uses the DATAENCODING and NEWLINE parameters to break the line data into records, while using the UDType value for formatting the text. In order for ACIF to properly process the data, the DATAENCODING and UDType parameters in the page definition must specify the same values. However, different values were specified for the DATAENCODING and UDType parameters.

System action: ACIF continues processing the data set but unexpected results might occur in the formatted output.

System programmer response: No response is necessary.

User response: Check the actual encoding of the data and make sure that you are specifying the correct values for both the DATAENCODING parameter on the ACIF command and the UDType parameter on the PAGEDEF command in your page definition.

0425–431

INDEXING WITH MASK PARAMETER IS NOT SUPPORTED WITH UNICODE CODE PAGE codepage.

Explanation: The user specified the MASK parameter for indexing and also specified Unicode code page codepage with the CPGID parameter. However, indexing with a MASK and Unicode data is not supported.

System action: ACIF stops processing.

System programmer response: No response is necessary.

User response: Specify indexing without the MASK parameter or use an ASCII or EBCDIC code page instead of a double-byte code page. These Unicode code pages cannot be specified on the CPGID parameter when masking data:

  • 1200
  • 1232
  • 13488
  • 17584
Note: This might also require a change to your application data.

0425–432

INCORRECT VALUE SPECIFIED FOR TRIGGER COLUMN RANGE.

Explanation: When specifying a column range in the TRIGGER parameter, the column values must be in the range 1 to 32756. The columns cannot be zero, and the ending column must be greater than the beginning column.

System action: ACIF stops processing.

System programmer response: No response is necessary.

User response: Correct the parameter and run ACIF again.

0425–435

THE ddname DD STATEMENT SPECIFIED FOR parameter IS MISSING.

Explanation: An ACIF DD parameter specified a DD name that was not specified in the JCL (z/OS or VSE) or FILEDEF statement (VM).

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Ensure that the ACIF parameter specifies a DD name that is defined in the job commands.

0425–436

THE GROUPNAME VALUE "value" IS NOT WITHIN THE ALLOWABLE RANGE.

Explanation: ACIF processing has encountered the GROUPNAME parameter with a specified INDEX number that is not valid. The INDEX range is 1 - 128.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the resource and resubmit the job.

0425–437

(TYPE=FLOAT) MAY NOT BE SPECIFIED FOR TRIGGER1.

Explanation: The 'TYPE=FLOAT' subparameter is not valid for TRIGGER1.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameter and rerun ACIF.

0425–438

THE VALUE SPECIFIED FOR parameter1 CONFLICTS WITH THE VALUE SPECIFIED FOR parameter2.

Explanation: The value specified for the first parameter conflicts with the value specified for the second parameter.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameters and rerun ACIF.

0425–440

ACIF AT acifbuildlevel HAS COMPLETED NORMALLY WITH RETURN CODE returncode.

Explanation: ACIF at the maintenance level indicated by the ACIF build level has completed with the return code shown.

System action: This message is for information only.

System programmer response: No response is necessary.

User response: See any accompanying messages to determine a response.

0425–441

ACIF AT acifbuildlevel HAS COMPLETED ABNORMALLY WITH RETURN CODE returncode.

Explanation: ACIF at the maintenance level indicated by the ACIF build level has completed with one of these return codes:

Code Description
4 Warning; processing continues.
8 Error; processing stops. Data might be missing from the output.
12 Severe error; processing stops.
16 Unrecoverable error; processing stops.

System action: This message is for information only.

System programmer response: No response is necessary.

User response: See any preceding messages to determine a response.

0425–442

ACIF HAS BEEN INVOKED WITHOUT ANY PARAMETERS.

Explanation: ACIF needs a minimum number of parameters in order to function.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Specify the INPUTDD, FORMDEF, CC, and PAGEDEF parameters.

0425–443

A BEGIN COLUMN SPECIFICATION FOR FIELDn IS <= 0. SUCH A SPECIFICATION IS ONLY VALID WHEN (BASE=TRIGGER) IS ALSO SPECIFIED.

Explanation: FIELDn was specified with a column offset less than or equal to zero, but (BASE=TRIGGER) was not also specified. Negative column offsets in a FIELD specification are only valid when (BASE=TRIGGER) is also specified.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the the ACIF FIELDn parameter specification and resubmit the job.

0425–444

MULTIPLE COLUMNS WERE SPECIFIED FOR FIELDn WHICH IS DEFINED WITH (BASE=TRIGGER). ONLY ONE COLUMN MAY BE SPECIFIED WHEN A FIELD IS DEFINED WITH (BASE=TRIGGER).

Explanation: FIELDn was specified with multiple columns and (BASE=TRIGGER). Only one column can be specified for a field that is also specified with (BASE=TRIGGER).

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the ACIF FIELDn parameter specification and resubmit the job.

0425–445

INDEXn WHICH IS DEFINED AS EITHER (TYPE=PAGERANGE) OR (TYPE=GROUPRANGE) INCLUDES FIELDn WHICH IS DEFINED AS (BASE=TRIGGER). THIS COMBINATION IS INVALID.

Explanation: INDEXn was specified as (TYPE=PAGERANGE) or (TYPE=GROUPRANGE) and with a FIELDn that was defined as (BASE=TRIGGER). This combination is not supported.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the ACIF parameters and resubmit the job.

0425–446

USE OF FIELDn BY INDEXn IS INVALID. ONLY ONE FIELD IS ALLOWED IN AN INDEX DEFINED AS (TYPE=PAGERANGE) OR (TYPE=GROUPRANGE).

Explanation: More than one field was specified for INDEXn, which is defined as either (TYPE=PAGERANGE) or (TYPE=GROUPRANGE). This is not valid.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the ACIF parameters and resubmit the job.

0425–447

THE LENGTH, length1, OF OFFSET PAIR pair FOR FIELDn DOES NOT EQUAL THE LENGTH, length2, SPECIFIED FOR FIELDn.

Explanation: The length of a begin-end pair, specified by the offset keyword of a field, does not match the length of the field. This is not valid; the lengths must be equal.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the ACIF parameters and resubmit the job.

0425–448

INDEXING WAS REQUESTED, BUT NO "TRIGGERn" NOR ANY "FIELD" BASED ON IT WAS SATISFIED WITHIN THE PAGE RANGE SPECIFIED BY THE INDEXSTARTBY PARAMETER.

Explanation: Indexing was requested, but the INDEXn satisfier was outside the range of pages specified in the INDEXSTARTBY parameter, which has a default value of 1. The INDEXSTARTBY condition is only satisfied by group triggers, not floating triggers.

Note: This message can also be issued if:
  • The input file is empty and the INDEXSTARTBY value is greater than zero.
  • The FIELDn parameter specifies a negative number but the trigger is found on the first record of the line data.
  • An asterisk (*) is specified for the row value with any group TRIGGERn parameter other than TRIGGER1.

System action: ACIF stops processing.

System programmer response: No response is necessary.

User response: Correct the INDEXSTARTBY parameter and resubmit the job. If you do not want ACIF to stop processing when it cannot find a group indexing field or when the input file is empty, you must set the parameter to INDEXSTARTBY=0 or specify EXTENSIONS=EMPTYOK.

0425–449

INDEX FIELDS REFERENCE OUTSIDE OF THE RECORD, FIELD# number INPUT RECORD# number.

Explanation: The FIELDn value specified on the INDEXn parameter references an area that is outside the length of the requested record.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameters and resubmit the job.

0425–450

A REQUIRED ACIF PARAMETER parametername WAS NOT FOUND IN THE PARAMETER FILE.

Explanation: A required ACIF parameter was not found in the parameter file.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Add the missing parameter to the parameter file and resubmit.

0425–451

FILE action ERROR DURING ddname PROCESSING. SVC 99 ERROR error INFORMATION CODE code.

Explanation: An error occurred during the allocation, concatenation, or outadd of AFP resource libraries.

System action: ACIF stops.

System programmer response: Use the return code and reason code to determine the cause of the error and information code; then, determine the appropriate response. See your operating system's authorized assembly language programs document for information about the SVC 99.

User response: Inform your system programmer that this error occurred.

0425–452

A trigger NUMBER OF number IS INVALID FOR parameternumber.

Explanation: The trigger or record number specified in the FIELDn or INDEXn parameter is not valid.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Triggers used in field definitions must be defined. Make sure that you have specified a TRIGGER parameter before using that trigger number on a FIELD parameter. After you correct the parameter, run ACIF again.

0425–453

THE parameternumber LENGTH OF length IS GREATER THAN THE ALLOWED MAXIMUM OF maxlength.

Explanation: The combined length of all of the FIELDn values on an INDEXn parameter is too long.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Check the FIELDn and INDEXn parameters to find where this happens. Correct the parameter and resubmit the job.

0425–454

A VALUE OF value IS INVALID FOR parameternumber.

Explanation: A FIELDn parameter value contains incorrect characters.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameter value and resubmit the job.

0425–455

FIELDn USED BY INDEXn WAS NOT DEFINED.

Explanation: An INDEXn parameter referred to a FIELDn that was not defined in the parameter file.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameters and resubmit the job.

0425–456

THE TRIGGER1 RELATIVE RECORD NUMBER IS NOT EQUAL TO ASTERISK.

Explanation: The record number associated with the TRIGGER1 parameter was not an asterisk.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameter and resubmit the job.

0425–457

TRIGGER1 WAS NOT DEFINED, BUT SECONDARY TRIGGERS ARE PRESENT.

Explanation: TRIGGER1 must be specified if secondary TRIGGERn parameters are present.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: If no indexing is required, delete all TRIGGERn parameters from the parameter file; otherwise, supply a TRIGGER1 parameter for this run of ACIF.

0425–458

A NON-LITERAL VALUE OF value HAS BEEN SUPPLIED FOR parameternumber.

Explanation: The supplied TRIGGERn value was not a literal.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameters and resubmit the job.

0425–459

INDEX NEEDED FOR THE GROUPNAME WAS NOT FOUND.

Explanation: The index used for the GROUPNAME contained a field that was based on a floating trigger; however, the trigger was not found. Therefore, there is no value for the GROUPNAME. INDEX1 is used for the GROUPNAME by default.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Use the GROUPNAME parameter to specify an index that does not contain a field based on a floating trigger.

0425–460

TRIGGERS SATISFIED, BUT INDEXES WERE INCOMPLETE AT END-OF-FILE.

Explanation: The TRIGGERn parameters specified in the parameter file were met, but the end of the file was reached before the INDEXn parameters were located.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameters and resubmit the job.

0425–461

TRIGGER SUPPLIED, BUT ALL INDEX VALUES WERE LITERALS.

Explanation: A value for TRIGGERn has been supplied, but all INDEXn values were literals.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameters and resubmit the job.

0425–462

A TRIGGER PARAMETER WAS SPECIFIED, BUT THE INPUT FILE IS ALREADY INDEXED.

Explanation: The parameter file included a TRIGGERn parameter, but the input file contains indexing structured fields. ACIF cannot index a file that is already indexed.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: If you want to create an index object file for the input file, remove all TRIGGERn parameters from the ACIF parameter file and resubmit the job.

0425–463

INDEXn USED BY THE GROUPNAME PARAMETER WAS NOT DEFINED OR WAS INVALID.

Explanation: The INDEXn specified by the GROUPNAME parameter was not defined or the index contained a field that was based on a floating trigger. When the GROUPNAME parameter is not used, INDEX1 is used by default.

System action: ACIF stops.

System programmer response: No response is necessary.

User response: Correct the parameters and resubmit the job.

0425–464

"token1" WAS SPECIFIED WHEN "token2" EXPECTED.

Explanation: The syntax of the parameter printed above this message was incorrect.

System action: ACIF continues processing the parameter file, but does not process the report file.

System programmer response: None.

User response: Correct the value of the parameter and rerun ACIF.

0425–465

INVALID TOKEN "token" RECEIVED.

Explanation: The token identified in the message was not expected in the parameter listed above the message.

System action: ACIF continues processing the parameter file, but does not process the report file.

System programmer response: None.

User response: Correct the value of the parameter and rerun ACIF.

0425–466

A SUB-PARAMETER OF "subparameter" IS INVALID FOR PARAMETER "parameter".

Explanation: The named subparameter is not supported on the parameter listed above the message.

System action: ACIF continues processing the parameter file, but does not process the report file.

System programmer response: None.

User response: Correct the value of the parameter and rerun ACIF.

0425–467

THE NUMBER "number" IS NOT SUPPORTED FOR parameter.

Explanation: An incorrect number was specified on a FIELDn, INDEXn, or TRIGGERn parameter keyword.

System action: ACIF continues processing the parameter file, but does not process the report file.

System programmer response: None.

User response: Correct the parameter keyword so that the number is within the allowed range for that parameter and rerun ACIF.

0425–468

THE INPUT BUFFER IS TOO SMALL FOR THE PARAMETER VALUE "value".

Explanation: The named value was too long for the ACIF internal input buffer.

System action: ACIF stops.

System programmer response: None.

User response: Use your local problem reporting system to report the error.

0425–469

THE LENGTH OF THE VALUE "value" EXCEEDS THE MAXIMUM ALLOWED LENGTH FOR THE PARAMETER parameter OR THE LENGTH IS ZERO.

Explanation: The length of the named value exceeds the maximum length or the length of the name field is zero.

System action: ACIF continues processing the parameter file, but does not process the report file.

System programmer response: None.

User response: Correct the value so that its length is within the maximum for that parameter and rerun ACIF.

0425–470

WHICH BEGINS AT OFFSET offset FOR A LENGTH OF length.

Explanation: This message is issued following a message that contains the cause of the error.

System action: ACIF continues processing the parameter file, but does not process the report file.

System programmer response: None.

User response: Correct the value so that its length is within the maximum for that parameter and rerun ACIF.

0425–471

THE NUMBER OF FIELD VALUES ON THE INDEX PARAMETER EXCEEDED THE MAXIMUM ALLOWED.

Explanation: There were too many FIELDn values specified for the INDEXn parameter printed above this message.

System action: ACIF continues processing the parameter file, but does not process the report file.

System programmer response: None.

User response: Remove the extra FIELDn values from the INDEXn parameter and rerun ACIF.

0425–472

THE NUMBER OF VALUES SPECIFIED FOR THE parameter PARAMETER EXCEEDED THE MAXIMUM ALLOWED.

Explanation: Too many values were specified for the named parameter.

System action: ACIF continues processing the parameter file, but does not process the report file.

System programmer response: None.

User response: Consult the ACIF User's Guide for the maximum number of values for this parameter, correct the parameter, and rerun ACIF.

0425–473

RECORDRANGE SUB-PARAMETER ALLOWED ONLY IF RECORD VALUE IS '*'.

Explanation: The RECORDRANGE subparameter is only valid on a TRIGGERn parameter if the record value was specified as '*'.

System action: ACIF stops.

System programmer response: None.

User response: Either specify an '*' for the record value or remove the RECORDRANGE from the TRIGGER parameter.

0425–474

END-OF-FILE ENCOUNTERED BEFORE CLOSING QUOTE FOUND FOR "value".

Explanation: The end of the parameter file was found before the closing quotation mark for a literal value.

System action: ACIF stops.

System programmer response: None.

User response: Ensure the literal value is enclosed in quotation marks and rerun ACIF.

0425–475

THE HEX STRING "hexstring" IS NOT VALID.

Explanation: The value specified was not a valid hex string.

System action: ACIF continues processing the parameter file, but does not process the report file.

System programmer response: None.

User response: Correct the hex string and rerun ACIF.

0425–476

THE LENGTH OF THE NUMERIC VALUE "value" IS INVALID.

Explanation: ACIF attempted to write a message that is not defined in the message catalog.

System action: ACIF processing continues depending upon the significance of undefined message.

System programmer response: None.

User response: Inform your service representative that ACIF attempted to write an undefined message, which needs to be corrected.

0425–478

UNABLE TO SAVE DATA OBJECT filename TO RESOURCE FILE.

Explanation: Data objects resources, such as color management resources (CMRs), or font resources are being saved, but the object shown in the message has the embed flag set off in the resource access table (RAT). Objects with an embed flag set off cannot be placed inline or saved in the output resource library.

System action: ACIF skips the specified data object and continues processing the page.

System programmer response: In the resource installer product, such as InfoPrint AFP Resource Installer, find the specified object in its library. Select embed for the object, and then rerun the resource installer to update the RAT. If embed was already selected for the object, make sure that the RAT has been updated in the directory where ACIF is searching for fonts or objects. If the data object is still not saved to the resource file, contact your service representative for assistance.

User response: This message is informational and is based on the embed flag setting in the RAT that is created when the data object is installed. If you need to save this object in the resource file, contact your system programmer to set the embed flag on.

0425–479

REQUESTED DATA OBJECT filename NOT FOUND, RETURN CODE nn.

Explanation: A data object was requested with a Map Data Resource (MDR) structured field in the input file or page definition, but the object could not be accessed by the resource access table (RAT).

System action: ACIF stops processing.

System programmer response: Make sure that both the object and the RAT are installed in the correct directory. If not, use a resource installer product, such as InfoPrint AFP Resource Installer, to install the data object in the correct directory and build the RAT entry. If the data object files and the RAT have been installed correctly, contact your service representative for assistance.

User response: The requested data object needs to be installed on the system in one of the directories specified with the USERPATH, FONTPATH, or OBJCPATH parameter. The return code indicates why the object was not found and gives the action the user should perform:

Code Description and Action
10 Attempt to assign storage failed.
20 No RAT was found in the paths specified with the USERPATH, FONTPATH, or OBJCPATH parameter. Make sure a correct set of paths is specified for these parameters. Contact your system programmer to verify that the object is installed on your system.
30 RAU handle is null. Contact your service representative.
40 Font is not found. There was no entry for the requested font in the RAT. Make sure you have specified the correct set of paths to search. If the correct paths are specified, contact your system programmer to install the font in the correct directory and update the RAT.
50 Conversion information is missing. The object might not be found if the MDR structured field specifies the object encoding by CPGID/GCSGID names that cannot be mapped to a CCSID, or if the object file name cannot be converted to ASCII or EBCDIC for access on your system. If the object name cannot be converted or mapped, the name is presented as a hexadecimal string. Contact your system programmer for assistance in analyzing this return code.
70 Unable to convert code page or character set to CCSID. Same action as return code 50.
90 RAU handle is missing. Contact your service representative.
100 Path name is missing on AddPath. Contact your service representative.
110 RAT contains incorrect entries. Contact your service representative.
120 ICONV open request has an error. Same action as return code 50.
130 ICONV conversion has an error. Same action as return code 50.
140 RAT type does not match the Find call. Contact your service representative.
150 RAT type is incorrect. Contact your service representative.
160 Requested color management resource (CMR) is not found in the RAT. Make sure you have specified the correct set of paths to search. If the correct paths are specified, contact your system programmer to install the CMR into the correct directory and update the RAT.
170 Requested data object is not found in the RAT. Make sure you have specified the correct set of paths to search. If the correct paths are specified, contact your system programmer to install the object into the correct directory and update the RAT.
180 CMR name is incorrect. Contact your service representative.
190 RAT contains incorrect entries. Contact your service representative.
200 Resource access table (RAT) not valid. For example, RAT uploaded as a text file instead of a binary file.
210 Font not found inline. An MDR setting requires that the requested data object font is inline in the input file resource group (RESTYPE=ALL or RESTYPE=FONTS). The MDR repeating group flag does not apply to any code page named on a Fully Qualified Name (FQN) triplet with an FQNType of X'85' that is used with the data object font (such as T1V10500). ACIF does not search external libraries when the MDR repeating group flag requires that the data object font is inline.

0425–480

LICENSE KEY NOT FOUND OR INVALID.

Explanation: The required key was not found, or there was a problem while data was collected about the key. ACIF cannot be run without a valid software license key.

System action: ACIF stops processing.

System programmer response: No response is necessary.

User response: Contact your service representative.

0425–481

INFOPRINT MANAGER LICENSING SERVER IS NOT RUNNING.

Explanation: The license verification server is not running or returned an unknown error return code. ACIF cannot be run without a valid software license key.

System action: ACIF stops processing.

System programmer response: No response is necessary.

User response: Contact your service representative.

0425–482

TRIAL VERSION OF INFOPRINT MANAGER HAS EXPIRED.

Explanation: The trial software license has expired. ACIF cannot be run without a valid software license key.

System action: ACIF stops processing.

System programmer response: No response is necessary.

User response: Order and install a license for InfoPrint Manager.

0425–483

LICENSE KEY NOT FOUND OR INVALID. RUNNING IN GRACE MODE UNTIL GRACE PERIOD ENDS.

Explanation: The AIX or Windows license verification server indicates that the license key is not valid. ACIF is running in the grace period mode.

System action: ACIF continues processing.

System programmer response: No response is necessary.

User response: Contact your service representative.

0425–484

INVALID REGULAR EXPRESSION regular expression, OFFSET offset, RETURN CODE return code.

Explanation: ACIF failed trying to compile the regular expression. The offset indicates the location within the regular expression of the error.

Return Codes:
x10301 - Syntax error in pattern
x10302 - Invalid state for requested operation
x10303 - Unrecognized escape sequence
x10304 - Incorrect unicode property
x10305 - Use of feature not yet implemented
x10306 - Incorrectly nested parentheses
x10307 - Decimal number too large
x10308 - Error in {min,max} interval
x10309 - In {min,max}, max is less than min
x1030F - Missing closing bracket
x10310 - In a character range [x-y], x is greater than y
x10312 - Maximum allowed match time exceeded

For other return codes contact Ricoh Support.

System action: ACIF stops processing.

System programmer response: Ensure that the ICU libraries are properly installed.

User response: Correct the regular expression that is in error and rerun ACIF.

0425–485

UREGEX_FIND FAILED, RETURN CODE return code.

Explanation: ACIF failed while using a regular expression to match text.

System action: See return codes for message 484.

System programmer response: Ensure that the ICU libraries are properly installed.

User response: Correct the regular expression and rerun ACIF.

0425–486

SEARCHABLE LENGTH OF length OF RECORD NUMBER number IS GREATER THAN MAXIMUM ALLOWED SIZE OF size.

Explanation: ACIF failed while using a regular expression trigger to match text. The maximum allowed length to search is 2048 bytes for regular expressions.

System action: ACIF stops processing.

System programmer response: None.

User response: Use a trigger column range.

0425–487

MASK AND REGEX CANNOT BOTH BE SPECIFIED FOR A FIELD.

Explanation: ACIF failed while processing a field parameter. The MASK and REGEX sub-keywords cannot both be specified on a field parameter.

System action: ACIF stops processing.

System programmer response: None.

User response: Correct the field parameter to use either MASK or REGEX sub-keywords and rerun ACIF.

0425–488

FIELD NOT FOUND, FIELD# number, INPUT RECORD# record.

Explanation: ACIF failed while trying to collect a field based on a group trigger, because the field did not match the regular expression, fields based on group triggers must be found.

System action: ACIF stops processing.

System programmer response: None.

User response: Correct the field location, change the regular expression, base the field on a floating trigger, or specify a default value for the field.

0425–489

MASK OR REGULAR EXPRESSION IS REQUIRED FOR FIELD# number.

Explanation: ACIF failed while trying to collect a field for an index which was defined as a GROUPRANGE or PAGERANGE. A field for a GROUPRANGE or PAGERANGE index must use a mask or regular expression.

System action: ACIF stops processing.

System programmer response: None.

User response: Add a mask or regular expression to the Field parameter and rerun ACIF.

0425–490

THE AS PRINTED VALUE FOR THE LINEOFFSET PARAMETER CAN ONLY BE USED WITH INPUT DATA THAT CONTAINS ANSI CARRIAGE CONTROLS.

Explanation: ACIF failed while trying to process the LINEOFFSET parameter. The ASPRINTED value for the LINEOFFSET parameter can only be used with input data that contains ANSI carriage controls. To indicate ANSI carriage controls, specify the ACIF parameters CC=YES and CCTYPE=A or CCTYPE=Z.

System action: ACIF stops processing.

System programmer response: None.

User response: Correct the CCTYPE parameter.

0425–491

ATTEMPT TO INDEX A NON-EXISTENT RECORD ASSOCIATED WITH INPUT RECORD# number IS NOT ALLOWED, FIELD# number.

Explanation: ACIF failed while trying to collect an index field. The relative record number in the FIELD parameter referenced a record that does not exist in the input file, but is only used for line spacing. When the ASPRINTED value

for the LINEOFFSET parameter is specified, the relative record numbers in the FIELD parameters must refer to real records in the input file.

System action: ACIF stops processing.

System programmer response: None.

User response: Correct the FIELD parameter.

0425–493

A VALUE OF YES FOR THE FORMFEED PARAMETER IS NOT ALLOWED WITH THE CONVERT= YES, CC=YES, OR TRC=YES PARAMETER.A VALUE OF YES FOR THE FORMFEED PARAMETER IS NOT ALLOWED WITH THE CONVERT= YES, CC=YES, OR TRC=YES PARAMETER.

Explanation: ACIF does not recognize the form feed character as the start of a new page when CONVERT=YES, CC=YES, or TRC=YES. When FORMFEED=YES, the CONVERT, CC, and TRC parameters must be set to NO.

System action: ACIF stops processing.

System programmer response: None.

User response: If you do not convert the input file to AFP set CONVERT=NO. If you convert the file to AFP, use the asciinpe input exit and CCTYPE=A instead of FORMFEED=YES.

0425–494

AN INLINE RESOURCE GROUP WAS FOUND OUT OF SEQUENCE IN THIS DATA SET AND IGNORED. IF THE RESOURCE NAMED IN A FOLLOWING MESSAGE IS IN THE SKIPPED RESOURCE GROUP, FIX THE DATA STREAM AND RESUBMIT THE JOB.

Explanation: An out of sequence inline resource group was encountered in the data stream and ignored. An inline resource group is supported only at the beginning of a data set before any pages. This message is issued because another message specifies that a resource was not found or is invalid. The missing resource might be in this ignored inline resource group.

System action: ACIF continues.

System programmer response: If a licensed program was used to create the structured fields for the object with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance to determine the source of the problem.

User response: If you created the structured field, correct the error and resubmit the print request. Refer to message 532 and ensure that only one resource group exists at the beginning of the AFP input file that ACIF is processing. See Mixed Object Document Content Architecture Reference and Advanced Function Presentation: Programming Guide and Line Data Reference for more information about the structured field. If you used a program to create the structured field, contact your system programmer.

0425–498

THE AFP INPUT FILES USE MORE resourcetype RESOURCES THAN ACIF CAN PROCESS. THE MAXIMUM NUMBER ALLOWED IS value.

Explanation: ACIF cannot process the resources specified in the message because the maximum number of resources is exceeded.

System action: ACIF stops processing the resources specified in the message.

System programmer response: None.

User response: Reduce the number of resources in the data stream to the maximum number allowed or less.

0425–499

INTERNAL ERROR IN MODULE module AT FUNCTION function.

Explanation: An internal error has occurred.

System action: ACIF stops.

System programmer response: None.

User response: Contact your service representative for assistance.

0425–532

A resource WITH A MEMBER NAME (membername) WAS NOT FOUND OR WAS INVALID - RETURN CODE returncode.

Explanation: The requested form definition, page definition, page segment, medium overlay, or setup file does not exist in any of the available paths. If the form definition member name is blank, the default is DUMMY.

ReturnCode Description
0 Successful
1 Permanent I/O error
2 Specified number of bytes is zero
3 Incorrect data buffer address
4 Address not word aligned
6 Incorrect FILE_CB@
7 Incorrect MODE parameter
8 Data record longer than LRECL or buffer
9 File is not supported type
10 Storage allocation/deallocation failed
11 Incorrect record number
12 End of file detected
13 Disk or PDS directory is full
14 RECFM not valid
15 Incorrect or unparseable data in a resource or data object file
20 Incorrect file ID
28 File not found
51 Length exceeds maximum
310 File format not valid
ReasonCode Description
1 Resource name missing
2 File system open error
3 File system close error
4 File system read error
6 Resource type error
7 File system write error
8 Indexer error
9 Message write error

System action: ACIF stops.

System programmer response: None.

User response: Correct the parameters and run ACIF again.

0425–900

MISSING DAT POINTER IN CCM.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–901

MISSING FORMDEF POINTER IN CCM.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–902

MISSING PAGEDEF POINTER IN CCM.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–903

MISSING OBJECT STACK POINTER IN CCM.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–904

MISSING CODE PAGE POINTER IN CCM.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–905

MISSING FONT METRIC POINTER IN CCM.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–906

UNEXPECTED OTHERWISE STATEMENT ENCOUNTERED.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–907

CCM CANNOT FIND REQUESTED MEDIUM MAP.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–908

CCM CANNOT FIND REQUESTED DATA MAP.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–909

CCM CANNOT FIND REQUESTED MEG.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–910

INPUT BIN LIST CHANGED DURING PROCESSING.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–911

DAT DID NOT SPECIFY ANY INPUT BIN INFORMATION.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–912

OVERLAY LOCAL ID HAS BEEN CHANGED IN LIST.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–913

STARTING COPY COUNT EXCEEDS TOTAL COPIES IN MM.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–914

CONDITIONAL PROCESSING INFORMATION PASSED TO CCM AT DOCUMENT INTERFACE, BUT PAGEDEF DOES NOT REQUEST CONDITIONAL PROCESSING.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–915

ACIF REQUESTED CODE PAGE DEALLOCATION AS WELL AS CODE PAGE PROCESSING.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–916

ACIF REQUESTED ACTIVATION OF AN OUTLINE FONT CHARACTER SET, BUT DOES NOT SUPPORT OUTLINE FONTS.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–917

ACIF REQUESTED ACTIVATION OF A FONT RESOURCE, BUT THE GLOBAL NAME WAS NOT PROVIDED OR HAD AN INCORRECT LENGTH.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–918

NO FREQUENT FONT TABLE OR FGID LOOK ASIDE TABLE WAS PROVIDED TO modulename.

Explanation: An internal error has occurred in ACIF.

System action: ACIF stops.

System programmer response: None.

User response: Inform your service representative that you have received this message indicating an internal error.

0425–919

THE CCM COMPONENT OF ACIF HAS USED UP ITS OBJECT STACK AREA IN modulename.

Explanation: The common conversion machine (CCM) component of ACIF has run out of its object stack area. This could be a data stream error or a logic error. A begin structured field must have a matching end structured field following it in the data stream. If this requirement is not met, the CCM can run out of its object stack area.

System action: ACIF stops.

System programmer response: None.

User response: Check the data stream to make sure each begin structured field has a matching end structured field following it. If this is not true, correct the data stream and resubmit the job to ACIF. If the data stream meets the begin structured field requirement, this message indicates an internal logic error. Inform your service representative that you have received this message indicating an internal error.

0425–921

NO RECORD LENGTH WAS PASSED TO CCM WHEN PROCESSING AN OBJECT CONTAINER RESOURCE.

Explanation: This abend is issued by module APRMSGEX. No record length was passed to common conversion maching (CCM) when processing an object container resource. This is a logic error.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: This ACIF abend reason code indicates a logic error. Contact your service representative for assistance regarding this error code.

User response: None.

0425–2003

DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: STRUCTURED FIELD structuredfield CONTAINED AN EXTENDED RESOURCE LOCAL IDENTIFIER VALUE THAT WAS USED IN A PREVIOUS STRUCTURED FIELD OF THE SAME TYPE.

Explanation: More than one structured field used the same Extended Resource Local Identifier value for different resources of the same type. The Extended Resource Local Identifier is specified by using the Extended Resource Local Identifier (X'22') triplet on the structured field. The structured field that attempted to use the same Extended Resource Local Identifier value is identified in the message.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2004

DATA IN A FORMDEF RESOURCE IS INVALID: MEDIA TYPE LOCAL IDENTIFIER IN MMC STRUCTURED FIELD, ID identifier WAS NOT FOUND IN THE STRUCTURED FIELD.

Explanation: The Media Type local ID in the Medium Modification Control (MMC) structured field was not present in the Map Media Type (MMT) structured field. The MMC and MMT structured fields are in the form definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–2005

DATA IN AN INPUT RECORD OR PAGEDEF RESOURCE IS NOT VALID: RECORD IDENTIFIER identifier COULD NOT BE FOUND WITHIN THE RCD STRUCTURED FIELDS.

Explanation: The record identifier specified in an input record could not be matched to a Record Descriptor (RCD) structured field in the current data map. The RCD structured field is in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2006

DATA IN A PAGEDEF RESOURCE IS NOT VALID: GRAPHICS GENERATION WAS REQUESTED ON RCD STRUCTURED FIELD structuredfield, BUT THE PRINTER DOES NOT SUPPORT GRAPHICS OBJECTS.

Explanation: A Record Descriptor (RCD) structured field in a page definition has requested PSF to generate a graphics object from the line data, but the printer does not support graphics objects.

System action: This message was sent in error. ACIF continues processing the print data set.

System programmer response: None.

User response: None.

0425–2007

DATA IN A PAGEDEF RESOURCE IS NOT VALID: THE FIELD RCD POINTER VALUE IN RCD STRUCTURED FIELD NUMBER number WILL CAUSE AN INFINITE LOOP.

Explanation: The FIELD RECORD DESCRIPTOR POINTER parameter in the Record Descriptor (RCD) structured field identified in this message caused an infinite-loop condition. The RCD structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2008

DATA IN A PAGEDEF RESOURCE IS NOT VALID: RCD OR XMD STRUCTURED FIELD NUMBER number SPECIFIES A VALUE THAT IS NOT VALID AS A POINTER TO A FIELD RCD OR XMD. THE VALUE rcdvalue EXCEEDS THE LNC STRUCTURED FIELD COUNT VALUE OF lncvalue.

Explanation: The Record Descriptor (RCD) or XML Descriptor (XMD) structured field identified in this message specifies a value as a pointer to a Field RCD or XMD. The value specified is not valid. The value is greater than the COUNT value in the Line Descriptor Count (LNC) structured field in the current data map. The LNC, RCD, and XMD structured fields are in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2009

DATA IN A PAGEDEF RESOURCE IS NOT VALID: RIGHT ALIGNMENT WAS REQUESTED ON RCD STRUCTURED FIELD structuredfield, BUT THE PRINTER DOES NOT SUPPORT RIGHT ALIGNMENT.

Explanation: A Record Descriptor (RCD) structured field in a page definition has requested that ACIF right align a field from the line data, but the printer does not support the controls necessary for ACIF to perform this function.

System action: This message was sent in error. ACIF continues processing the print data set.

System programmer response: None.

User response: None.

0425–2010

RECORD FORMATTING WAS REQUESTED BY THE PAGE DEFINITION BUT THAT FUNCTION IS NOT SUPPORTED BY THIS RELEASE OF ACIF.

Explanation: The record formatting function is not supported by this release of ACIF.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: Select a page definition that does not use the record formatting function.

User response: To use the record formatting function, submit this job to a version of ACIF that supports record formatting.

0425–2011

DATA IN A PAGEDEF RESOURCE IS NOT VALID: DATA MAP datamap1 AND DATA MAP datamap2 ARE FOR PROCESSING DIFFERENT TYPES OF DATA. ALL DATA MAPS IN THE PAGE DEFINITION MUST SPECIFY THE SAME DATA FORMATTING.

Explanation: A page definition can only be used for one type of data. A single page definition cannot be used to mix the processing of traditional line data, record-format line data, and XML data.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2012

DATA IN A PAGEDEF RESOURCE IS NOT VALID: A NON-ZERO RECORD IDENTIFIER PARAMETER VALUE value WAS SPECIFIED IN RCD STRUCTURED FIELD NUMBER number.

Explanation: For Record Descriptor (RCD) structured fields that are marked as either a field or a conditional processing RCD, the RECORD IDENTIFIER parameter value must be all zeros. The RCD structured fields are in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2013

DATA IN A PAGEDEF RESOURCE IS NOT VALID: THE SAME RECORD IDENTIFIER identifier WAS SPECIFIED IN RCD STRUCTURED FIELD NUMBERS number1 AND number2. ALL RECORD IDENTIFIERS MUST BE UNIQUE IN THE SAME DATA MAP.

Explanation: With the exception of the default Page Header Record Descriptor (RCD) structured field, the default Page Trailer RCD structured field, Field RCD structured fields, and Conditional Processing RCD structured fields, all other RCD structured fields in a data map must have a unique record identifier parameter value specified.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2014

DATA IN AN INPUT RECORD OR PAGEDEF RESOURCE IS NOT VALID: THE PAGE SIZE IS NOT LARGE ENOUGH TO PLACE THE FIRST RECORD OF THE PAGE BY USING RCD OR XMD STRUCTURED FIELD NUMBER number AND ITS ASSOCIATED FIELD RCD OR XMD STRUCTURED FIELDS.

Explanation: The Body Record Descriptor (RCD) or XML Descriptor (XMD) structured field selected for placing the first body record of the page does not fit within the area of the page defined by the bottom margin. If Field RCD or XMD structured fields are being used, one of the Field RCD or XMD structured fields might be positioning data beyond the bottom margin. This error prevents InfoPrint Manager or Ricoh ProcessDirector from being able to place the record and continuing.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2015

DATA IN A PAGEDEF RESOURCE IS NOT VALID: AN RCD STRUCTURED FIELD SPECIFIED A GRAPHICS DESCRIPTOR TRIPLET TO END ALL STARTED GRAPHICS DESCRIPTOR TRIPLETS THAT HAVE A MATCHING GRAPHIC PARAMETER VALUE value, BUT A MATCH COULD NOT BE FOUND.

Explanation: A graphics object can be started by one Record Descriptor (RCD) structured field and ended with another RCD structured field. When this is done, the Graphics Descriptor triplets that start and end a graphics object must have matching GRAPHID parameter values specified and the RCD structured fields must have matching orientations. ACIF could not find a match between the start and end Graphics Descriptor triplets by using the GRAPHID parameter from the end Graphics Descriptor triplet and the TEXT ORIENTATION parameter value from the RCD structured field.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2016

DATA IN A PAGEDEF RESOURCE IS NOT VALID: THE USE RECORD IDENTIFIER FLAG WAS SET BUT THE SUM OF THE DATA START POSITION AND THE DATA LENGTH PARAMETER VALUES IN RCD STRUCTURED FIELD NUMBER number SELECTS DATA BEYOND THE RECORD IDENTIFIER FIELD.

Explanation: For Record Descriptor (RCD) structured fields that are marked to use only the record identifier portion of an input record, only the record identifier can be accessed by the RCD. The DATA START parameter plus the DATA LENGTH parameter of this RCD accesses data beyond the 10-byte record identifier area of the input record.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2017

DATA IN A PAGEDEF RESOURCE IS NOT VALID: A FONT IS NEEDED FOR THE structuredfield STRUCTURED FIELD IN DATA MAP datamap BUT NO FONTS WERE MAPPED IN THE DATA MAP.

Explanation: Fonts needed for printing record-format line data or XML data must be selected in the data map. The CHARS JCL parameter cannot be used to select fonts. The data map identified in this message contained a Record Descriptor (RCD) or an XML Descriptor (XMD) structured field that requires a font, but no fonts were specified in the data map.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2018

DATA IN A PAGEDEF RESOURCE IS NOT VALID: RCD STRUCTURED FIELD structuredfield REQUESTED THAT THE PAGE NUMBER BE RESET, BUT THE PAGE NUMBER PARAMETER CONTAINS ZERO.

Explanation: The PAGE NUMBER parameter in a Record Descriptor (RCD) structured field cannot be zero when the RCD requests that ACIF reset the page number.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2019

ADATA IN A PAGEDEF RESOURCE IS NOT VALID: THE FONT SELECTED FOR PRINTING THE PAGE NUMBER ON RCD OR XMD STRUCTURED FIELD NUMBER number CANNOT BE A DOUBLE-BYTE FONT WHEN USING THE ASCII ENCODING SCHEME.

Explanation: ACIF cannot determine the correct code points to generate when a double-byte font is used to print the page number by using the ASCII encoding scheme. The structured field identified in this message selected a double-byte ASCII font for printing the page number. This is not allowed.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2020

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE OBJECT OID SPECIFIED IN A FULLY QUALIFIED NAME TRIPLET ON AN structuredfield STRUCTURED FIELD IS INCORRECT.

Explanation: An object OID being specified in a Fully Qualified Name triplet must not contain all zeros and must be less than 130 bytes in length.

System action: ACIF stops processing the input file and issues a message identifying the position of the structured field in the file or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2021

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE structuredfield STRUCTURED FIELD CONTAINS UNPAIRED FQN X'BE' AND FQN X'DE' TRIPLETS.

Explanation: If this is an Include Object (IOB) or Preprocess Presentation Object (PPO) structured field, the Fully Qualified Name (FQN) triplet with an FQNType of Data Object Internal Resource Reference (X'BE') must immediately follow an FQN triplet with an FQNType of Data Object External Resource Reference (X'DE'). If this is a Map Data Resource (MDR) structured field, a repeating group with an FQN triplet type X'BE' must also include an FQN triplet type X'DE'.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–2022

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: A SECONDARY RESOURCE IDENTIFIED ON STRUCTURED FIELD structuredfield IS NOT NAMED IN THE ACTIVE ENVIRONMENT GROUP.

Explanation: An Include Object (IOB), Line Descriptor (LND), Record Descriptor (RCD), or XML Descriptor (XMD) structured field calls for a secondary resource. This secondary resource must be named in a Map Data Resource (MDR) in the Active Environment Group (AEG) of the page, overlay, or data map containing the structured field. A color management resource (CMR) is a secondary resource that must be mapped in the AEG. If the CMR name is mapped but the scope or processing mode on the MDR does not match the IOB, LND, RCD, or XMD structured field, this message is issued.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If the error involves separator pages or the message data set, use the information provided in the User Response section to correct the error. If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields, contact your system programmer.

0425–2023

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE FORMAT SPECIFIED IN AN FQN TRIPLET IS NOT VALID. The STRUCTURED FIELD structuredfield is in error.

Explanation: The FQNFmt specified in a Fully Qualified Name (FQN) triplet on the structured field specified in the message is not valid.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields, contact your system programmer.

0425–2024

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: A FULLY QUALIFIED NAME TRIPLET MAPPED AN OBJECT THAT IS NOT ALLOWED IN AN MDR STRUCTURED FIELD IN AN OBJECT ENVIRONMENT GROUP.

Explanation: A Fully Qualified Name (FQN) triplet with an FQNType of Begin Resource Object Reference (X'84') or Other Object Data Reference (X'CE') is not allowed on a Map Data Resource (MDR) structured field in an Object Environment Group (OEG).

In addition, an FQN triplet with an FQNType of Data Object External Resource Reference (X'DE') can only map a data object font or a color management resource (CMR) in a bar code object, a graphics object, or a presentation text object with OEG.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2025

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: AN ERROR WAS FOUND IN A FULLY QUALIFIED NAME TRIPLET SPECIFIED IN A REPEATING GROUP ON AN structuredfield STRUCTURED FIELD.

Explanation: One of these errors was found:

  • More than one Fully Qualified Name (FQN) triplet with one of these FQNTypes was found in a repeating group on a Map Data Resource (MDR) structured field:
    • Begin Resource Object Reference (X'84')
    • Other Object Data Reference (X'CE')
    • Data Object External Resource Reference (X'DE')
    • Code Page Name Reference (X'85')
  • More than one FQN triplet with one of these FQNTypes was found in a repeating group on a Preprocess Presentation Object (PPO) structured field:
    • Begin Resource Object Reference (X'84')
    • Other Object Data Reference (X'CE')
  • An FQNType that is not valid was specified on an FQN triplet on an MDR.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2026

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE OBJECT CLASS SPECIFIED IN AN OBJECT CLASSIFICATION TRIPLET ON AN MDR STRUCTURED FIELD IS NOT VALID.

Explanation: The ObjClass specified in an Object Classification triplet on a Map Data Resource (MDR) structured field must be X'40' or X'41' if the Fully Qualified Name (FQN) triplet type in the repeating group is a Data Object External Resource Reference (X'DE'). The ObjClass specified must be X'01' if the FQN triplet type in the repeating group is an Other Object Data Reference (X'CE').

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2027

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: AN MDR STRUCTURED FIELD SPECIFIES THE SAME RESOURCE REFERENCE MORE THAN ONCE IN AN ENVIRONMENT GROUP.

Explanation: The same resource reference cannot be made in a Map Data Resource (MDR) structured field in an environment group.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2028

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE RESOURCE BEGINNING WITH THE structuredfield STRUCTURED FIELD CANNOT BE SENT TO THE PRINTER AS A HARD RESOURCE.

Explanation: The printer does not support receiving this resource.

System action: This message was sent in error. ACIF continues processing.

System programmer response: None.

User response: None.

0425–2029

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: OBJECT OID objectoid1 DOES NOT MATCH THE OBJECT OID objectoid2 SPECIFIED ON THE structuredfield STRUCTURED FIELD.

Explanation: The object OID specified on a structured field must match the object OID specified on the Map Data Resource (MDR) or Include Object (IOB) structured field that referenced it. A value of *** indicates an OID was not specified.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2030

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: A SECONDARY RESOURCE THAT IS NOT A CMR IS SPECIFIED ON AN IOB STRUCTURED FIELD THAT INCLUDES A BAR CODE, GRAPHICS, OR PRESENTATION TEXT WITH OEG OBJECT.

Explanation: A Fully Qualified Name (FQN) triplet of type Data Object External Resource Reference (X'DE') is specified in an Include Object (IOB) structured field that has a bar code, graphics, or presentation text with OEG object. Only color management resources (CMRs) are allowed as secondary resources for these objects.

System action: The secondary resource reference that is not a CMR is ignored and processing continues.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2032

DATA IN PAGEDEF RESOURCE pagedef IS NOT VALID: THE RESOURCE BEGINNING WITH THE structuredfield STRUCTURED FIELD CANNOT BE SENT TO THE PRINTER AS A HARD RESOURCE.

Explanation: The printer does not support receiving this resource.

System action: This message was received in error. ACIF continues processing.

System programmer response: None.

User response: None.

0425–2033

THE BAR CODE DATA OR BAR CODE DATA PLUS THE ADDITIONAL 2D BAR CODE PARAMETERS EXCEED THE OUTPUT COMMAND BUFFER.

Explanation: Either the bar code data itself or the bar code data plus the macro control block data specified for a 2D bar code exceeds the size of the output command buffer. The macro control block data is specified in your page definition as part of the BCXPARMS (additional bar code parameters).

System action: ACIF issues this message and continues processing.

System programmer response: None.

User response: Change the amount of data specified for your bar code or reduce the amount of data in the macro control block.

0425–2034

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE structuredfield STRUCTURED FIELD HAS TOO MANY identifier TRIPLETS.

Explanation: The triplet specified in the message was found multiple times in the indicated structured field. However, this triplet can only occur once.

System action: ACIF stops processing the print data set and issues a message that identifies the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, for information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–2035

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE INTERCHANGE SET IDENTIFIER identifier IN THE INTERCHANGE SET X'18' TRIPLET ON A structuredfield STRUCTURED FIELD IS NOT VALID.

Explanation: The interchange set identifier in X'18' triplet is not valid.

System action: ACIF stops processing the print data set and issues a message that identifies the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or the resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, for information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or the resource, contact your system programmer.

0425–2039

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: A DUPLICATE FINISHING OPERATION WAS FOUND IN THE mapname MEDIUM MAP.

Explanation: The same finishing operation was specified more than once in a medium map. This nesting of the same finishing operation is not allowed. The Media Finishing Control (MFC) structured field is in a form definition or an internal medium map in the print data set.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: None.

User response: If you created the structured fields for the form definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–2040

THE NUMBER OF MEDIA COLLECTION FINISHING NESTING LEVELS IS MORE THAN 4.

Explanation: A maximum of four levels of nesting is allowed for media collection finishing. The Medium Finishing Control (MFC) structured field can be contained in a form definition or internal medium map in a page.

System action: ACIF stops processing the data set.

System programmer response: None.

User response: If you created the form definition or internal medium map, you must remove one or more levels of media collection finishing operations. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. Resubmit the print request. If the total number of nesting levels is less than or equal to four, the error might be an ACIF logic error.

0425–2041

DATA IN AN INPUT RECORD OR PAGEDEF IS NOT VALID: INPUT DATA BEING USED FOR A VARIABLE RESOURCE NAME IN LND OR RCD STRUCTURED number IS DOUBLE BYTE DATA.

Explanation: A Resource Object Include triplet or an Extended Resource Local ID triplet on a Line Descriptor (LND) or Record Descriptor (RCD) structured field requests that the input data for the resource name is included. This input data cannot be double-byte data.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 and Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2042

DATA IN A PAGEDEF RESOURCE IS NOT VALID: AN XML PAGE DEFINITION REQUESTED THAT THE INPUT DATA BE USED FOR A RESOURCE NAME ON XMD STRUCTURED FIELD NUMBER number.

Explanation: An Object Reference Qualifier (ORQ) triplet has been specified on an XML Descriptor (XMD) structured field. This function is not supported when using an XML page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the resource, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 and Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the resource, contact your system programmer.

0425–2044

DATA IN A PAGEDEF RESOURCE IS NOT VALID: THE FIELD XMD POINTER VALUE IN XMD STRUCTURED FIELD NUMBER number WILL CAUSE AN INFINITE LOOP.

Explanation: The Field XML Descriptor Pointer value in the XML Descriptor (XMD) structured field identified in this message caused an infinite loop condition. The XMD structured field is contained in the page definition.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 and Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2045

THE ENCODING SCHEME SPECIFIED IN A PAGE DEFINITION USED TO PROCESS XML DATA IS NOT SUPPORTED BY ACIF.

Explanation: The encoding scheme specified is not supported by ACIF.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: You must use an encoding scheme that is supported by ACIF for XML data processing. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 and Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2046

XML DATA FORMATTING WAS REQUESTED BY THE PAGE DEFINITION BUT THAT FUNCTION IS NOT SUPPORTED BY THIS RELEASE OF ACIF.

Explanation: The XML data formatting function is not supported by this release of ACIF.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: None.

User response: To use the XML data formatting function, submit this job to a version of ACIF that supports XML data formatting.

0425–2047

DATA IN A PAGEDEF RESOURCE IS NOT VALID: DATA MAP datamapname1 AND DATA MAP datamapname2 HAVE DIFFERENT ENCODING SCHEMES SPECIFIED FOR THE USER DATA. ALL DATA MAPS IN THE PAGE DEFINITION MUST SPECIFY THE SAME ENCODING SCHEME.

Explanation: All the data maps in a page definition used to process XML data must use the same encoding scheme for the user data.

System action: ACIF stops processing the current data set and issues additional messages that identify the processing environment when the error was found.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 and Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2048

DATA IN AN INPUT RECORD IS NOT VALID: A DTD DECLARATION AT CHARACTER COUNT NUMBER number IS SPECIFIED OUTSIDE OF A DTD.

Explanation: A document type definition (DTD) declaration is only allowed inside a DTD. The character count number specified in this message is relative to the start of the record.

System action: ACIF stops processing the current data set and issues a message identifying the position of the error in the data stream.

System programmer response: If a licensed program was used to create the XML data with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the XML data, correct the error and resubmit the print request. See the XML specification, Extensible Markup Language (XML) 1.0, on the World Wide Web Consortium website. If the XML data does not have an error, the error might be an ACIF logic error. If you used a program to create the XML data, contact your system programmer.

0425–2049

DATA IN AN INPUT RECORD IS NOT VALID: THE XML COMMENT SYNTAX AT CHARACTER COUNT NUMBER number IS NOT VALID.

Explanation: After an XML comment has been started, you can only use two dashes in a row when ending a comment. The character count number specified in the message is relative to the start of the record.

System action: ACIF stops processing the current data set and issues a message identifying the position of the error in the data stream.

System programmer response: If a licensed program was used to create the XML data with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the XML data, correct the error and resubmit the print request. See the XML specification, Extensible Markup Language (XML) 1.0, on the World Wide Web Consortium website. If the XML data does not have an error, the error might be an ACIF logic error. If you used a program to create the XML data, contact your system programmer.

0425–2050

DATA IN AN INPUT RECORD IS NOT VALID: THE XML END TAG AT CHARACTER COUNT NUMBER number DOES NOT MATCH THE LAST START TAG.

Explanation: An XML end tag must exactly match its start tag. The character count number specified in this message is relative to the start of the record.

System action: ACIF stops processing the current data set and issues a message identifying the position of the error in the data stream.

System programmer response: If a licensed program was used to create the XML data with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the XML data, correct the error and resubmit the print request. See the XML specification, Extensible Markup Language (XML) 1.0, on the World Wide Web Consortium website. If the XML data does not have an error, the error might be an ACIF logic error. If you used a program to create the XML data, contact your system programmer.

0425–2051

DATA IN AN INPUT RECORD IS NOT VALID: THE END OF A DOCUMENT TYPE DECLARATION AT CHARACTER COUNT NUMBER number IS NOT THE CORRECT SYNTAX.

Explanation: The end of a document type declaration (DTD) did not have the correct syntax. The character count number specified in this message is relative to the start of the record.

System action: ACIF stops processing the current data set and issues a message identifying the position of the error in the data stream.

System programmer response: If a licensed program was used to create the XML data with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the XML data, correct the error and resubmit the print request. See the XML specification, Extensible Markup Language (XML) 1.0, on the World Wide Web Consortium website. If the XML data does not have an error, the error might be an ACIF logic error. If you used a program to create the XML data, contact your system programmer.

0425–2052

DATA IN AN INPUT RECORD IS NOT VALID: THE CHARACTER CODE AT CHARACTER COUNT NUMBER number IS NOT A VALID VALUE FOR A CHARACTER REFERENCE.

Explanation: A character code inside a character reference is not one of the allowed values. The character count number specified in this message is relative to the start of the record.

System action: ACIF stops processing the current data set and issues a message identifying the position of the error in the data stream.

System programmer response: If a licensed program was used to create the XML data with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the XML data, correct the error and resubmit the print request. See the XML specification, Extensible Markup Language (XML) 1.0, on the World Wide Web Consortium website. If the XML data does not have an error, the error might be an ACIF logic error. If you used a program to create the XML data, contact your system programmer.

0425–2053

DATA IN AN INPUT RECORD IS NOT VALID: THE ENTITY AT CHARACTER COUNT NUMBER number IS NOT DEFINED IN THE DOCUMENT TYPE DEFINITION.

Explanation: ACIF only allows internal general entity references, which must be defined in an internal document type definition (DTD). The character count number specified in this message is relative to the start of the record.

System action: ACIF stops processing the current data set and issues a message identifying the position of the error in the data stream.

System programmer response: If a licensed program was used to create the XML data with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the XML data, correct the error and resubmit the print request. See the XML specification, Extensible Markup Language (XML) 1.0, on the World Wide Web Consortium website. If the XML data does not have an error, the error might be an ACIF logic error. If you used a program to create the XML data, contact your system programmer.

0425–2054

DATA IN AN INPUT RECORD IS NOT VALID: THE CHARACTER IN A TAG NAME AT CHARACTER COUNT NUMBER number IS NOT VALID.

Explanation: A character in an XML tag name is not valid. The character count number specified in this message is relative to the start of the record.

System action: ACIF stops processing the current data set and issues a message identifying the position of the error in the data stream.

System programmer response: If a licensed program was used to create the XML data with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the XML data, correct the error and resubmit the print request. See the XML specification, Extensible Markup Language (XML) 1.0, on the World Wide Web Consortium website. If the XML data does not have an error, the error might be an ACIF logic error. If you used a program to create the XML data, contact your system programmer.

0425–2055

DATA IN A PAGEDEF RESOURCE IS NOT VALID: THE ENCODING SCHEME IDENTIFIER FOR THE USER DATA IS NOT SPECIFIED IN THE ENCODING SCHEME TRIPLET ON THE BDM STRUCTURED FIELD.

Explanation: The Encoding Scheme Identifier for User Data (ESidUD) is missing on the Encoding Scheme triplet (X'50') on a Begin Data Map (BDM) structured field. This information is required when processing an XML page definition.

System action: ACIF stops processing the current data set and issues additional messages that identify the processing environment when the error was found.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: You must provide the encoding scheme for the user data. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 and Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2056

DATA IN A PAGEDEF RESOURCE IS NOT VALID: THE SAME QUALIFIED TAG WAS SPECIFIED IN XMD STRUCTURED FIELD NUMBERS number1 AND number2. ALL QUALIFIED TAGS MUST BE UNIQUE IN THE SAME DATA MAP.

Explanation: All XML Descriptor (XMD) structured fields in a data map must have a unique qualified tag specified; with the exception of these types of XMD structured fields:

  • Default Page Header
  • Default Page Trailer
  • Field
  • Conditional Processing
  • Attribute

System action: ACIF stops processing the current data set and issues additional messages that identify the processing environment when the error was found.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 and Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2057

DATA IN A PAGEDEF RESOURCE IS NOT VALID: RELATIVE INLINE POSITIONING ON AN XMD STRUCTURED FIELD CAN ONLY BE USED TO PLACE TEXT DATA.

Explanation: A Resource Object Include, Extended Resource Local ID, Bar Code Symbol Descriptor, or Graphics Descriptor triplet is specified on an XML Descriptor (XMD) structured field that uses relative inline positioning. You must use absolute inline positioning when including a page segment, overlay, or object with an XMD structured field. You must also use absolute inline positioning when generating a bar code or graphics object with an XMD structured field.

System action: ACIF stops processing the current data set and issues additional messages that identify the processing environment when the error was found.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: You must change your inline positioning to an absolute value. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 and Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2072

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: AN INCORRECT COMBINATION OF TRIPLETS WAS SPECIFIED WHEN MAPPING A DATA OBJECT FONT IN AN MDR STRUCTURED FIELD.

Explanation: When mapping a data object font (DOF) in a Map Data Resource (MDR) structured field, you must have Fully Qualified Name (FQN) type X'DE', FQN type X'BE', and DOF Descriptor X'8B' triplets specified as well. In addition, the FQN type X'BE' triplet must specify a one-byte local ID.

System action: ACIF stops processing the current data set and issues additional messages that identify the processing environment when the error was found.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 and Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field has no error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2073

DATA IN AN INPUT RECORD IS NOT VALID: THE FULLY QUALIFIED TRIPLET TYPE AND THE OBJECT TYPE SPECIFIED IN A REPEATING GROUP ON A PREPROCESS PRESENTATION OBJECT STRUCTURED FIELD DO NOT AGREE.

Explanation: When a repeating group in a Preprocess Presentation Object (PPO) structured field is mapping an object container, you must use a Fully Qualified Name (FQN) triplet of type X'CE'. When the repeating group is mapping an IOCA object or overlay, you must use an FQN triplet of type X'84'.

System action: ACIF stops processing the current data set and issues additional messages that identify the processing environment when the error was found.

System programmer response: If a licensed program was used to create the structured fields for the print data set or resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. It is possible that the problem is the object type OID specified in the X'10' Object Classification triplet. It might specify that a TrueType or OpenType collection is being mapped when a font has really been mapped. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2074

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: AN MDR STRUCTURED FIELD IS MAPPING THE NAME OF A TRUETYPE OR OPENTYPE COLLECTION.

Explanation: When mapping a data object font (DOF), you can only specify the name of a TrueType or OpenType font. This font might actually reside in a collection, but the Map Data Resource (MDR) structured field needs the font name in the collection.

System action: ACIF stops processing the current data set and issues additional messages that identify the processing environment when the error was found.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. It is possible that the problem is the object type OID specified in the X'10' Object Classification triplet. It might specify that a TrueType or OpenType collection is being mapped when a font has really been mapped. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2075

TRCS ARE NOT ALLOWED WITH A PAGE THAT HAS FONTS MAPPED IN BOTH AN MCF AND AN MDR. THE DATA MAP BEING PROCESSED IS datamap.

Explanation: You can use table reference characters (TRCs) with fonts mapped in a Map Coded Font (MCF) structured field (FOCA fonts) or a Map Data Resource (MDR) structured field (TrueType and OpenType fonts). However, you cannot have a mixture of both types of fonts in a data map and use TRCs.

System action: ACIF stops processing the current data set and issues additional messages that identify the processing environment when the error was found.

System programmer response: If the error involves separator pages or the message data set, use the information provided in the User Response section to correct the error.

User response: Change your page definition to use either all FOCA fonts (mapped in an MCF) or all TrueType or OpenType fonts (mapped in an MDR).

0425–2076

PAGE BASED SOSI PROCESSING HAS BEEN REQUESTED BUT A SINGLE BYTE FONT WITH A FONT ID OF 1 AND A DOUBLE BYTE FONT WITH A FONT ID OF 2 HAVE NOT BEEN MAPPED. THE DATA MAP BEING PROCESSED IS datamap.

Explanation: When doing page-based SOSI processing, you are switching back and forth between the same two fonts. As a result, there must be two fonts mapped by using font IDs 1 and 2.

System action: ACIF stops processing the current data set and issues additional messages that identify the processing environment when the error was found.

System programmer response: If the error involves separator pages or the message data set, use the information provided in the User Response section to correct the error.

User response: Change your page definition to map a single-byte font with font ID 1 and a double byte font with font ID 2. See the documentation for the application that you use to generate page definitions for information about how to map fonts to specific font IDs.

0425–2077

DATA IN AN INPUT RECORD IS NOT VALID: AN INLINE TRUETYPE OR OPENTYPE COLLECTION DOES NOT HAVE ANY BASE FONTS SPECIFIED.

Explanation: The Begin Resource (BRS) structured field must have Fully Qualified Name triplet of type X'6E' for each base font contained in the collection.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2078

DATA IN AN INPUT RECORD IS NOT VALID: AN INLINE RESOURCE HAS AN INCORRECT SPECIFICATION OF BASE FONTS, LINKED FONTS, OR MAPPED CMRS.

Explanation: A Begin Resource (BRS or BR) structured field has an error. Base fonts (Fully Qualified Name triplets of type X'6E') can only be specified for TrueType or OpenType collections. Linked fonts (Fully Qualified Name triplets of type X'7E') can only be specified for a TrueType or OpenType font or for a base font of a TrueType or OpenType collection. Mapped CMRs (Fully Qualified Name triplets of type X'41') can only be specified for color management resources (CMRs).

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2079

THE INFORMATION NEEDED TO DESCRIBE A TRUETYPE OR OPENTYPE FONT OR COLLECTION name EXCEEDS THE BEGIN OBJECT CONTAINER STRUCTURED FIELD.

Explanation: The number of names and linked fonts for a TrueType or OpenType font or the number of base fonts and linked fonts for a TrueType or OpenType collection exceeds the Begin Object Container structured field.

System action: ACIF stops processing the object container.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: You cannot collect this TrueType or OpenType font or font collection.

0425–2080

INPUT DATA inputdata CANNOT BE CONVERTED TO AN ENCODING OF ccsid. RETURN CODE returncode AND REASON CODE reasoncode VALUES WERE RETURNED BY THE CONVERTER.

Explanation: ACIF must convert the input data to the specified encoding to continue processing. An error occurred during this conversion. If the input data is a resource name, the CCSID indicates that mixed single-byte or double-byte EBCDIC data is being converted to mixed single-byte or double-byte ASCII data for a Quick Response (QR) Code bar code. If the error occurs on data for a bar code, only the first 50 bytes of the data are shown in the message. The return codes and reason codes are returned by the system's conversion services (UCONV on AIX and Windows). See the system documentation for these conversion services for more information about the errors.

System action: ACIF stops processing the input file and issues a message identifying the position of the structured field in the file or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: Correct the error as described by the system documentation for the conversion service.

0425–2082

DATA IN AN INPUT RECORD IS NOT VALID. RESOURCE resourcename IS SPECIFIED ON A PREPROCESS PRESENTATION OBJECT (PPO) STRUCTURED FIELD BUT IS NOT MAPPED IN THE RESOURCE ENVIRONMENT GROUP.

Explanation: All resources specified on a PPO structured field must be mapped in the Resource Environment Group (REG). Overlays must be mapped with a Map Page Overlay (MPO) structured field. IOCA image and object containers must be mapped with a Map Data Resource (MDR) structured field.System action: ACIF stops processing the input file and issues a message identifying the position of the structured field in the file or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2083

DATA IN A PAGEDEF RESOURCE IS NOT VALID: DATA MAP data map name HAS RECORD FORMAT IDS THAT ARE NOT THE SAME LENGTH.

Explanation: All the record format IDs for a data map in a page definition must be the same length. Blanks can be used in the record format ID to make it the required length.

System action: ACIF stops processing the current data set and issues additional messages that identify the processing environment when the error was found.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your systems's diagnosis reference for assistance in determining the source of the problem. If the error involves separator pages or the message data set, use the information in the User Response section to correct the error.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Advanced Function Presentation: Programming Guide and Line Data Reference, S544-3884 for more information about the structured field. If the structured field is correct, the error might be an ACIF or printer logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2084

DATA IN AN INPUT RECORD IS NOT VALID: THE LENGTH OF DATA IN RECORD NUMBER record number DOES NOT MATCH THE LENGTH REQUIRED FOR THE USER DATA TYPE SPECIFIED IN THE PAGE DEFINITION.

Explanation: The possible causes of this error depend on the type of user data specified in the page definition:

  • If you have specified UTF16 data, the record length must be a multiple of 2.
  • If you have specified UTF8 data, the length of each character can vary from 1 to 4 bytes.
System action: ACIF stops processing the current data set and issues a message identifying the position of the error in the input data stream. ACIF issues additional messages that identify the processing environment when the error was found.

System programmer response: If a licensed program was used to create the data with the error, verify that the input to that program is valid.

User response: If you created the data, correct the data in the record to match the specified data type, and resubmit the print request. If the data has no error, the error might be an ACIF logic error. If you used a program to create the data, contact your system programmer.

0425–2088

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: STRUCTURED FIELD structuredfield HAS AN INCORRECT SCOPE VALUE ON A CMR DESCRIPTOR TRIPLET.

Explanation: The scope value is not correct on the Color Management Resource (CMR) Descriptor triplet, X'91', for the specified structured field.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields, contact your system programmer.

0425–2089

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE structuredfield STRUCTURED FIELD CONTAINS UNPAIRED FQN X'DE' AND CMR DESCRIPTOR TRIPLETS.

Explanation: When specifying a color management resource (CMR), the CMR Descriptor triplet (X'91') must immediately follow a Fully Qualified Name (FQN) triplet with an FQNType of Data Object External Resource Reference (X'DE').

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the file or resource.System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields, contact your system programmer.

0425–2090

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: STRUCTURED FIELD structuredfield HAS AN INCORRECT PROCESSING MODE VALUE ON A CMR DESCRIPTOR TRIPLET.

Explanation: The processing mode value is not correct on the Color Management Resource (CMR) Descriptor triplet, X'91', for the specified structured field. Only audit, instruction, or device link CMR modes are valid.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the file or resource.System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields, contact your system programmer.

0425–2093

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: A REPEATING GROUP IN AN MDR STRUCTURED FIELD CONTAINS AN INCOMPLETE SPECIFICATION FOR A CMR.

Explanation: A repeating group in a Map Data Resource (MDR) structured field for a color management resource (CMR) is missing a Fully Qualified Name (FQN) triplet (X'02') with an FQNType of Data Object External Resource Reference (X'DE'), a CMR Descriptor triplet (X'91'), or both.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the file or resource.System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields, contact your system programmer.

0425–2096

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: A COLOR MANAGEMENT RESOURCE (CMR) NAME HAS AN ERROR.

Explanation: A problem exists with the name of a color management resource (CMR) that has been specified in a Map Data Resource (MDR) or a Begin Resource (BRS or BR) structured field. The possible problems are:

  • A link (LK) CMR cannot be specified in an MDR.
  • A generic CMR must have a type of tone transfer curve (TTC) or halftone (HT).
  • A pass-through CMR must have a type of color conversion (CC).
  • The CMR name length must be 73 bytes in single-byte encoding or 146 bytes in double-byte encoding.
  • A device link (DL) CMR is device-specific and cannot be generic.

System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the file or resource.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields, contact your system programmer.

0425–2102

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: STRUCTURED FIELD structuredfield HAS AN INCORRECT OBJECT TYPE IN AN OBJECT OFFSET TRIPLET.

Explanation: The object type in an Object Offset triplet (X'5A') is not correct. The object type must be "document" if the selected object is a document type object and "page" if the selected object is a page or paginated object.

System action: ACIF stops processing the print job.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–2103

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE structuredfield STRUCTURED FIELD IN A PAGE DEFINITION IS MISSING A CMR DESCRIPTOR TRIPLET.

Explanation: When specifying a color management resource (CMR), a CMR Descriptor triplet (X'91') must immediately follow a Fully Qualified Name (FQN) triplet with an FQNType of Data Object External Resource Reference (X'DE').

System action: ACIF stops processing the data set.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2104

TOO MANY CMRs HAVE BEEN SPECIFIED.

Explanation: One of these conditions occurred:

  • Too many color management resources (CMRs) were specified in the data object resource access table (RAT) to fit on the Include Object (IOB) command or the Preprocess Presentation Object (PPO) command.
  • Too many CMRs were specified on a Begin Image (BIM) or Begin Object Container (BOC) structured field to write the OID from the data object RAT on the BIM or BOC.
System action: ACIF stops processing the data set.

System programmer response: If a licensed program was used to create the structured fields for the print data set or the resource with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: You must specify thousands of CMRs to create this condition. Contact the generator of your data stream to have the extraneous CMRs removed.

0425–2105

THE DATA STREAM IS MISSING STRUCTURED FIELD structuredfield.

Explanation: A Begin Named Group (BNG) structured field must have a matching End Named Group (ENG) structured field. However, an ENG structured field was not found for at least one BNG. Therefore, the indexing created for the data set might not be valid.

System action: ACIF builds the output document and index files as requested, but the output might not be what the user expects.

System programmer response: If a licensed program was used to create the data stream with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: Check the input data stream to ensure that each BNG structured field has a matching ENG structured field. If it does not meet this requirement, add the missing ENG structured fields.

0425–2108

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: A RESOURCE OTHER THAN A CMR HAS BEEN SPECIFIED IN AN MDR STRUCTURED FIELD FOR A FORM DEFINITION.

Explanation: Only color management resources (CMRs) can be specified in a Map Data Resource (MDR) structured field for a form definition.

System action: ACIF stops processing the print job.

System programmer response: If a licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

0425–2116

DATA IN A PAGEDEF RESOURCE IS NOT VALID. CONFLICTING SEQUENCE NUMBER TYPES HAVE BEEN SPECIFIED FOR A CONCATENATED BAR CODE ON A structuredfield STRUCTURED FIELD.

Explanation: All segments of a given concatenated bar code must specify the same type of sequence numbering. All segments must specify either sequence numbers or no sequence numbers. Concatenated bar code sequence numbers are part of the Concatenate Bar Code Data triplet (X'93'), which is specified on a Line Descriptor (LND), Record Descriptor (RCD), or XML Descriptor (XMD) structured field in the page definition.

System action: ACIF stops processing the print job.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–2120

DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE INITIAL TEXT CONDITIONS IN THE PTD STRUCTURED FIELD ARE INCORRECT.

Explanation: The Presentation Text Descriptor (PTD) structured field is in the Object Environment Group (OEG) of a PTOCA object. This object can be in a page, overlay, or a resource.

System action: ACIF stops processing the input file and issues another message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields for the object with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the print data set or resource, correct the error and resubmit the print request. See Presentation Text Object Content Architecture Reference, SC31-6803 for more information about the correct format of the referenced structured field. If the structured field is correct, the error might be an ACIF logic error. If you used a program to create the structured fields for the print data set or resource, contact your system programmer.

0425–2121

DATA WAS FOUND AFTER AN END PRINT FILE (EPF) STRUCTURED FIELD WHEN AN END OF FILE (EOF) WAS EXPECTED.

Explanation: When ACIF finds a Begin Print File (BPF) and End Print File (EPF) structured field pair, an End of File (EOF) should immediately follow the EPF. However, ACIF found data other than an EOF after the EPF.

System action: ACIF stops processing the print job.

System programmer response: If a licensed program was used to create the structured fields for the page definition with the error, verify that the input to that program is valid. If the input is valid, see your system's diagnosis reference for assistance in determining the source of the problem.

User response: If you created the structured fields for the page definition, correct the error and resubmit the print request. See Mixed Object Document Content Architecture Reference, AFPC-0004 for more information about the structured field. If the structured field does not have an error, the error might be an ACIF logic error. If you used a program to create the structured fields for the page definition, contact your system programmer.

0425–3506

DATA OBJECT RESOURCE TYPE type. OBJECT ID objectid, COULD NOT BE FOUND IN THE RESOURCE LIBRARY.

Explanation: The registration ID (object-type OID) for the specified data object resource cannot be read from the resource library. Only objects with valid data object resource names or resource locator names are supported by ACIF. The registration ID is specified in the Object Classification triplet on an Include Object (IOB), Begin Object Container (BOC), Begin Resource (BRS or BR), or Map Data Resource (MDR) structured field. If the objectid specified in this message is ***, ACIF either does not support the registration ID or does not have enough information to identify the objectid.System action: ACIF stops processing the print data set and issues a message identifying the position of the structured field in the data stream or resource.

System programmer response: If a licensed program was used to create the structured fields, verify that the input to that program is valid and the correct printer is being used.

User response: Modify the structured field that refers to the object to include a resource locator triplet.

0425–3507

RESIDENT COLOR PROFILE type, OBJECT ID objectid, COULD NOT BE FOUND IN THE RESOURCE LIBRARY.

Explanation: The resident color profile with object ID (object-type OID) could not be found because no resource locator name was specified. ACIF cannot access objects by OID name only.

System action: ACIF ignores the request for the resident color profile and, because the profile is not necessary, continues processing,

System programmer response: None.

User response: Modify the structured field that refers to the object to include a resource locator triplet.