APK104S 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 shaded text with a shading percentage of zero is created.

If this message is preceded by message APK420S, the error is caused by a missing resource object.

System action

ACIF stops processing the print data set.

System programmer response

If an IBM® 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK105I 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 APK108I or message APK109I.

The record number that is 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 does 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 that is described in the accompanying messages.

System programmer response

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

User response

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

APK106I 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 an End Print File (EPF) structured field must match the BPF token or the first 2 bytes of the token name must be X'FFFF'.

System action

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

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK108I 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 that is described in the accompanying messages.

System programmer response

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

User response

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

APK109I 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 that is identified in the accompanying message was either a resource that is processed from an external library or an inline resource. Error message APK108I 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 that is 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 that is described in the accompanying messages.

System programmer response

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

User response

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

APK110S 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 that is 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 be 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK112S 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 that follows 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 an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK113S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK114S DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: RDW 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 4 bytes in the record length and a 1-byte control character. However, the record length that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 that is 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.

APK116S 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 that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK117S 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 that is 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 field that is not valid contain too many bytes of data.

In some cases, the length of a structured field is specified in a parameter 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 that is specified in the structured-field introducer. See Mixed Object Document Content Architecture Reference or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK118W 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 that identifies the position of the structured field in the input data stream or containing resource. ACIF issues additional messages that identify the processing environment when the error was found.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK120S 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 that is found in structuredfield2. Either the value that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

None.

User response

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

APK130S 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 that is 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 an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK133I THE AMOUNT OF DATA SPECIFIED FOR SECONDARY RESOURCES FOR AN OBJECT CONTAINER EXCEEDS THE SIZE OF THE OUTPUT COMMAND BUFFER. REDUCE THE NUMBER OF SECONDARY RESOURCES OR THE LENGTH OF THEIR NAMES.

Explanation

The object environment group (OEG) of the object container specifies too many secondary resources; or the combination of the number of secondary resources and the length of their names exceeds the size of the output command buffer.

32,742 bytes are available for the command that ACIF needs to create. Each secondary resource map data resource (MDR) structured field with FQN type X'BE' uses 3 bytes plus the length of the name specified by the FQN type X'BE' triplet. Ensure the total length of the data is less than 32,743 bytes.

System action

ACIF cannot process the current page. ACIF tries to find the end of the current page and resume processing on the next page. If unable to find the end of the page, ACIF stops processing the data set.

If this error occurs in a Resource Environment Group (REG), ACIF stops processing the REG and continues processing the data set.

ACIF issues a message that identifies the position of the structured field in the input data stream or resource. ACIF issues more messages that identify the processing environment in which the error occurred.

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 object container, correct the error and resubmit the print request. If you used a program to create the structured fields for the object container, contact your system programmer. If the structured field has no error, the error might be an ACIF logic error.

APK135I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK138S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK139S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK140S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK141S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK143S 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 is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 are 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 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.

APK145S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK146S 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 that are allowed in one set of modifications is exceeded. The MMC structured field is contained in the form definition.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK147S 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 that are allowed in one set of modifications is exceeded. The MMC structured field is contained in the form definition.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK152S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK154S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK155S 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 that is contained in the form definition.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 that are 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 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.

APK156S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK157S 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 that is 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 that identifies 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 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 specified.

APK158I 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 that precedes 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 you start 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.

APK159S 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 an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK162S 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 that is used to locate a data map in the page definition. The name must match the value that is 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 that identifies 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 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 specified.

APK163I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK166S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK167S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK169S 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 that is needed to read an object.

System action

ACIF stops processing the print data set.

System programmer response

The value of the REGION parameter that is used for the ACIF job must be increased.

User response

Inform your system programmer that this error occurred.

APK170S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK171S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK172S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK178S 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 that are 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK179S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK181S 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 that are 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK188S 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

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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.

User response

Request that the job be printed on a printer that supports the specification of input source in the Laos Copy Control (LCC) command. If you created the structured fields for the form definition, correct the MMC structured field and resubmit the print request. See the Mixed Object Document Content Architecture Reference for more information about the structured field. If the MMC has no errors, the error may be an ACIF or printer logic error. If you used a program to create the structured fields for the form definition, contact your system programmer.

APK190S 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 that is 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 that identifies the position of the structured field in the file or resource.

System programmer response

If an IBM 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 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.

APK191S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK210S 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 that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK212S 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 that is identified in this message.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

None.

User response

Correct the process that is used to create the image object. If you used an IBM licensed program to create the image object with the error, use local problem-reporting procedures to report this message.

APK214I DATA IN A FORMDEF RESOURCE IS NOT VALID: CONSTANT FORMS CONTROL, SPECIFIED IN MEDIUM MAP map_name, IS NOT ALLOWED WITH ENHANCED N_UP. THE CONSTANT FORMS CONTROL IS IGNORED.

Explanation

Both enhanced N_UP and Constant Forms Control were requested in the form definition, but Constant Forms Control is not allowed when enhanced N_UP is being used. Function similar to Constant Forms Control might be specified in the PgFlgs and PMCid parameters of the Page Position (PGP) Format 2 structured field. To request enhanced N_UP, specify explicit page placement in the PGP structured field and specify N_UP in the Medium Modification Control (MMC0 structured field. The Constant Forms Control is in the MMC structured field. The MMC and PGP structured fields are in the form definition.

System action

The Constant Forms Control is ignored, and processing continues. ACIF may issue more messages that identify the processing environment in which the error occurred.

System programmer response

If an IBM licensed program was used to create the structured fields for the form definition with the error, verify that the input to that program was valid.

User response

If you created the structured fields for the form definition, correct the error and resubmit the job. For more information about the structured field, see Mixed Object Document Content Architecture Reference and Advanced Function Presentation: Programming Guide and Line Data Reference. If you used a program to create the structured fields for the form definition, consult your system programmer.

APK217S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK221S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK223I 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 that 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 that identifies 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.

APK244I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK245I 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.
  • 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.
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 that contains line data. For an image object in a page segment, the page sizes that are used by ACIF are 2040 for X and 2640 for Y. The IOC and ICP structured fields are contained in a MO:DCA-P file, overlay, or page segment, or are embedded in a file that contains 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 an IBM 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 whether 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 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.

APK250S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK251S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK253S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK254S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK258I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK259I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

None.

User response

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

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

Explanation

ACIF 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 structured fields wrapping the data).

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

Delete the unsupported object type from the separator page data set for this printer.

User response

To print the object type indicated in the message, submit the print job to a printer that supports the object type. For more information about what object types are supported by your printer, refer to your printer documentation.

APK261S 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 that is 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 that identifies 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 that is 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 that is containing the error, contact your system programmer.

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

Explanation

The rotation value that is specified in the named structured field was not valid.

System action

ACIF stops processing the print data set. ACIF issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK263S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK264S DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: A RESOURCE MAPPED BY AN 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 that contains the Object Environment Group.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 an MCF structured field is 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK267S 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 that causes 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK268S 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 ACIF was processing a graphics object within a page or overlay.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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.

APK269S DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

None.

User response

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

APK270S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK271S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK272S 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 is also 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK273S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK274S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK275S 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 that uses a medium map that specifies 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK278S 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 might be contained in a bar code object, graphics object, image object, presentation text object with OEG, or object container object. Alternatively, it might 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 that is used to create the object. If you used an IBM licensed program to create the object with the error, use the local problem-reporting procedures to report this message.

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

Explanation

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

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

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

Explanation

The registered object type OID does not match the object class specified on the X'10' Object Classification triplet located on the identified structured field. Object containers and their registered object type identifiers are only supported with certain object classes. For more information about the structured field and triplet, see Mixed Object Document Content Architecture Reference.

System action

The resource is skipped and processing of the data set continues.

System programmer response

If an IBM 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 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.

APK291I 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 processing of the data set continues.

System programmer response

If an IBM 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 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.

APK299I 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 nonzero orientation or with L-units other than 1440 per inch.

System action

ACIF stops processing the print data set.

System programmer response

If an IBM 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.

APK300I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK301S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK307S 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 has a value of B'1', indicating that the data that is processed in this LND structured field is reused and processed. The NEXT LINE DESCRIPTOR IF REUSING DATA parameter must 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK309S 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 that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK310S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK312S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK314S 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 that is contained in the CCP structured field is zero, or the number of repeating groups does not match the number that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK315S 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 must 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK316S 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 must 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK317S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK319I DATA IN A PAGEDEF RESOURCE IS IN 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 2 bytes.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK320S 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 that is used to locate a CCP, if the CCP structured fields are chained. The identifier must match a value that is specified in the CCP IDENTIFIER parameter of another CCP within the same page definition. The identifier that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK321S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK322S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK323S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK324S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK326S 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 that is used to locate a data map in the page definition. The name must match the value that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK327S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK329S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK330I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK334S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK335S 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 that is used to locate a medium map in the form definition. The name must match the value that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK337I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK339I 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 that is 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 that is specified in the LND, RCD, or XMD structured field that is identified in this message does not match the value that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK340I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK342I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK343I 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 that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK344S 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 that are 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK346W 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 was not 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 that contains 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 an IBM 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 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.

APK350S DATA IN A PAGEDEF RESOURCE IS INVALID: IN LND OR RCD 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 that is identified in this message, the Shift-Out Coded Font Identifier was nonzero. The Generate Font Change flag must be set to indicate that the Primary Coded Font Local Identifier is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK352I 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 requested ACIF to generate a bar code object from the line data, but the printer does not support bar code objects.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

Report this message to IBM® Support. This is an application error.

User response

Since ACIF acts like a full function printer, this message should not occur.

APK353S 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 done. This field is to be compared with the Comparison String that is specified in the Conditional Processing Control (CCP) structured field. The length that is specified in the DATA LENGTH parameter in the LND structured field does not match the length that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK356S 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 that identifies 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK359I 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 are processed. ACIF does not support inline medium maps between pages. The data set might be 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.

APK364I 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, which is referenced by the Medium Copy Count (MCC) structured field repeating groups, specifies 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 that identifies 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 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.

APK366I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK367I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK368S 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 that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK369S DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: 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 that is 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 that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK380S 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.

System action

ACIF stops processing the input file and issues a message that identifies 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 that is specified on the IOB or MDR structured field.

APK381S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK384S 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 that are 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 an IBM 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 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.

APK385S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK386I 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 Include Object (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 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 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 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM licensed program was used to place the IOB, PPO, Begin Document (BDT), or Begin Print File (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 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.

APK387S DATA IN AN INPUT RECORD IS NOT VALID: 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 specified object type 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 specified object type 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 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.

APK388S 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 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.

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

Explanation

An incorrect value is 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 an IBM 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 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.

APK390S 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 that is identified in this message. The triplet is specified on the structured field that is identified in this message.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 or Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK392I DATA IN A FORMDEF RESOURCE IS INVALID: 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 that is specified for the scope.

System action

The MFC is ignored and processing continues. ACIF might issue more messages that identify the processing environment in which the error occurred.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK393I 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

ACIF continues processing, selecting paper from an alternative bin. The inserter pages will be blank sheets from the alternative bin.

System programmer response

No response is necessary.

User response

If the output is not acceptable, submit the print request to a printer that has the specified bin available, or ensure that the bin is enabled on the original printer before resubmitting the print request.

APK395I 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 more 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.

APK396I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK397I 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, which are 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 that identifies 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 that is 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 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.

APK398I 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 that is 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 an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK400S 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.

APK401S 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.

APK402S 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.

APK403S THE REQUESTED RESOURCE number IS UNKNOWN.

Explanation

A resource I/O is 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.

APK404S 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.

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

Explanation

The value that is 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.

APK406S PARAMETER "parameter" HAS TOO MANY DATA SETS SPECIFIED.

Explanation

More than eight data sets are 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.

APK407S 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.

APK408S 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.

APK409I 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.

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

Explanation

An unsuccessful attempt was 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 while it is 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 that is 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 that you specified on the TRIGGER parameter.

APK411S 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.

System action

ACIF stops.

System programmer response

No response is necessary.

User response

Use the information that is 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.

APK412I MODULE modulename HAS RETURNED WITH RETURN CODE returncode.

Explanation

A nonzero return code is returned from the called module. This message indicates that an abnormal occurrence took 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.

APK413S 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 took 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.
9
File is not supported type.
10
Storage allocation/deallocation failed.
12
End of file detected.
13
Disk or PDS directory is full.
14
RECFM not valid.
28
File not found.
310
File format not valid.

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.

APK414I THE FOLLOWING PARAMETERS WILL BE USED FOR THIS RUN:

Explanation

This message is issued before APK415I 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.

APK415I parameter value

Explanation

For this run, the parameter that is listed is used with the associated value.

System action

None.

System programmer response

No response is necessary.

User response

No response is necessary.

APK417I 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.

APK418S 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 up the job into a smaller number of documents.

APK419S USER exittype EXIT programname RETURNED CODE returncode.

Explanation

An input, output, or resource user exit program returned a nonzero 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.

APK420S 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.

System action

ACIF stops.

System programmer response

No response is necessary.

User response

Use the information that is 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.

APK421S 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.

System action

ACIF stops.

System programmer response

No response is necessary.

User response

Use the information that is 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.

APK422S 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.

System action

ACIF stops.

System programmer response

No response is necessary.

User response

Use the information that is 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.

APK423S 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.

System action

ACIF stops.

System programmer response

No response is necessary.

User response

Use the information that is 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.

APK424I 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.

APK425S USER type EXIT "program" WAS NOT LOADED.

Explanation

The user exit program that is named on the exit's DD parameter was not loaded. Either it does not exist or system API calls in the exit were not resolved at run time.

System action

ACIF stops.

System programmer response

No response is necessary.

User response

Correct your exit program and rerun ACIF.

APK426S 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.

APK427I 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 that are listed are used instead.

System action

ACIF continues.

System programmer response

No response is necessary.

User response

No response is necessary.

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

Explanation

The resource that is 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.

APK431I 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.

APK432I INCORRECT VALUE SPECIFIED FOR TRIGGER COLUMN RANGE.

Explanation

When a column range is specified in the TRIGGER parameter, the column values must be in the range 1 - 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.

APK433W THE SYSTEM MESSAGE PRINTED BELOW WAS ISSUED WHILE LOADING A USER EXIT ROUTINE. MESSAGE 425 WILL FOLLOW THIS MESSAGE IF THE USER EXIT ROUTINE FAILED TO LOAD. system_error_text

Explanation

The system error text printed at the end of this message was issued while loading a user exit routine. Message 425 will follow this message if the user exit routine failed to load.

System action

ACIF continues.

System programmer response

Verify that the user exit routine is correctly compiled and linked and that RACF permissions allow the user to run the user exit routine.

User response

Verify that the correct user exit routine was selected.

APK435W 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.

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

Explanation

ACIF processing 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.

APK437S (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.

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

Explanation

The value that is specified for the first parameter conflicts with the value that is specified for the second parameter.

System action

ACIF stops.

System programmer response

No response is necessary.

User response

Correct the parameters and rerun ACIF.

APK440I ACIF AT aparnumber HAS COMPLETED NORMALLY WITH RETURN CODE returncode.

Explanation

ACIF at the maintenance level that is indicated by the APAR number 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.

APK441I ACIF AT aparnumber HAS COMPLETED ABNORMALLY WITH RETURN CODE returncode.

Explanation

ACIF at the maintenance level that is indicated by the APAR number 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. If TRACE=YES is specified on z/OS and Generalized Trace Facility (GTF) is running, you might receive a return code 4 with no other messages, which you can ignore.

APK442S ACIF HAS BEEN INVOKED WITHOUT ANY PARAMETERS.

Explanation

ACIF needs a minimum number of parameters to function.

System action

ACIF stops.

System programmer response

No response is necessary.

User response

Specify the INPUTDD, FORMDEF, CC, and PAGEDEF parameters.

APK443S 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 ACIF FIELDn parameter specification and resubmit the job.

APK444S 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.

APK445S 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.

APK446S 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.

APK447S 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, which is 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.

APK448S 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 that is 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.

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

Explanation

The FIELDn value that is 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.

APK450S 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.

APK451S 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.

APK452S A trigger NUMBER OF number IS INVALID FOR parameternumber.

Explanation

The trigger or record number that is 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 specified a TRIGGER parameter before you use that trigger number on a FIELD parameter. After you correct the parameter, run ACIF again.

APK453S 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.

APK454S 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.

APK455S 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.

APK456S THE TRIGGER1 RELATIVE RECORD NUMBER IS NOT EQUAL TO ASTERISK.

Explanation

The record number that is 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.

APK457S TRIGGER1 WAS NOT DEFINED, BUT SECONDARY TRIGGERS ARE PRESENT.

Explanation

TRIGGER1 must be specified when 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.

APK458S 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.

APK459S INDEX NEEDED FOR THE GROUPNAME WAS NOT FOUND.

Explanation

The index that is used for the GROUPNAME contained a field that was based on a floating trigger; however, the trigger was not found. Therefore, the GROUPNAME does not have a value. 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.

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

Explanation

The TRIGGERn parameters that are 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.

APK461S TRIGGER SUPPLIED, BUT ALL INDEX VALUES WERE LITERALS.

Explanation

A value for TRIGGERn was 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.

APK462S 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.

APK463S 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.

APK464S "token1" WAS SPECIFIED WHEN "token2" EXPECTED.

Explanation

The syntax of the parameter that is 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.

APK465S INVALID TOKEN "token" RECEIVED.

Explanation

The token that is identified in the message was not expected in the parameter that is listed before 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.

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

Explanation

The named subparameter is not supported on the parameter that is listed in 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.

APK467S 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.

APK468S 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.

APK469S 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 either exceeds the maximum length or 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 greater than zero and within the maximum for that parameter, and then rerun ACIF.

APK470S 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.

APK471S THE NUMBER OF FIELD VALUES ON THE INDEX PARAMETER EXCEEDED THE MAXIMUM ALLOWED.

Explanation

Too many FIELDn values were specified for the INDEXn parameter that is 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.

APK472S 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.

APK473S 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.

APK474S 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 that the literal value is enclosed in quotation marks and rerun ACIF.

APK475S 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.

APK476S 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.

APK478I 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 that is 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, 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 is 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.

APK479S REQUESTED DATA OBJECT filename NOT FOUND, RETURN CODE returncode.

Explanation

A data object was requested with a Map Data Resource (MDR) structured field in the input file or page definition, but the object cannot 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 to install the data object in the correct directory and build the RAT entry. If the data object files and the RAT are 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 that is specified with the USERPATH, FONTPATH, or OBJCPATH parameter. The return code indicates why the object was not found and gives the action that the user can do:

Code
Description and Action
10
Attempt to assign storage failed.
20
No RAT was found in the paths that are specified with the USERPATH, FONTPATH, or OBJCPATH parameter. Make sure that 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. No entry was present for the requested font in the RAT. Make sure that you 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 that you 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 that you 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.

APK484S INVALID REGULAR EXPRESSION regularexpression, OFFSET offset, RETURN CODE returncode.

Explanation

ACIF failed while it was compiling the regular expression. The offset indicates the location of the error in the regular expression.
Code
Description
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 your service representative.

System action

ACIF stops processing.

System programmer response

None.

User response

Correct the regular expression that is in error and rerun ACIF.

APK485S UREGEX_FIND FAILED, RETURN CODE returncode.

Explanation

ACIF failed while it was using a regular expression to match text.

System action

See return codes for message APK484S.

System programmer response

None.

User response

Correct the regular expression and rerun ACIF.

APK486S SEARCHABLE LENGTH OF length OF RECORD NUMBER number IS GREATER THAN MAXIMUM ALLOWED SIZE OF size.

Explanation

ACIF failed while it was 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.

APK487S MASK AND REGEX CANNOT BOTH BE SPECIFIED FOR A FIELD.

Explanation

ACIF failed while processing a field parameter. The MASK and REGEX subkeywords 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 subkeywords and rerun ACIF.

APK488S FIELD NOT FOUND, FIELD# number, INPUT RECORD# number.

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.

APK489S 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.

APK490S THE ASPRINTED 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.

APK491S 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.

APK492I SYSTEM FUNCTION DEREGISTER SERVICE (IFAEDDRG) FAILED, RETURN CODE returncode.

Explanation

A call to IFAEDDRG was unsuccessful. The return codes are:
Code
Description
8
Environmental error: The deregister service is not available on this system.
12
User error: The product that is identified by the Prodtoken parameter was not registered.
16
User error: The service was not called in task mode.
20
User error: The service was called in cross-memory mode but required PASN=HASN=SASN.
24
User error: A caller that is running in problem state tried to deregister a product that is registered by an authorized caller (a program that is running in supervisor state or under a system key).
36
User error: The service was called while holding a system lock.
40
User error: The service was called while establishing a functional recover routine (FRR).

System action

ACIF processing continues.

System programmer response

None.

User response

Inform your service representative that you received this error.

APK494I 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 prior to any pages. This message is issued when 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

None.

User response

Refer to message APK532S and ensure that there is only one resource group at the beginning of the input AFP file. Correct the AFP input file and rerun the job.

APK498S THE AFP INPUT FILES USE MORE resource RESOURCES THAN ACIF CAN PROCESS. THE MAXIMUM NUMBER ALLOWED IS number.

Explanation

ACIF cannot process the resources that are specified in the message because the maximum number of resources is exceeded.

System action

ACIF stops processing the resources that are 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.

APK499I INTERNAL ERROR IN MODULE module AT FUNCTION function.

Explanation

An internal error occurred.

System action

ACIF stops.

System programmer response

None.

User response

Contact your service representative for assistance.

APK511W ACIF PARAMETER SETTINGS REQUIRE CARRIAGE CONTROL CHARACTERS AT THE BEGINNING OF EACH INPUT LINE. A 'SKIP' CARRIAGE CONTROL CHARACTER WAS AUTOMATICALLY INSERTED. THE FIRST INSTANCE OCCURRED AT LINEDATA INPUT LINE line_number.

Explanation

The parameter value CC=YES requires that the input line data must not have blank lines. The line data must have a valid carriage control character at the beginning of every line of the input file.

System action

When CCTYPE specifies ANSI carriage control, ACIF inserts a print-and-skip carriage control character at the beginning of every blank line that ACIF reads from the input file. When CCTYPE specifies MACHINE carriage control, ACIF inserts a skip carriage control character at the beginning of every blank line that ACIF reads from the input file. ACIF inserts a carriage control for every blank line that it encounters, but reports only the first occurrence.

System programmer response

None.

User response

Correct the input line data to ensure that every line contains a carriage control, or change the CC parameter setting to NO.

APK512W ACIF PARAMETER SETTINGS REQUIRE TABLE REFERENCE CHARACTERS AT THE BEGINNING OF EACH INPUT LINE. A 'SELECT FONT 0' TABLE REFERENCE CHARACTER WAS AUTOMATICALLY INSERTED. THE FIRST INSTANCE OCCURRED AT LINEDATA INPUT LINE line_number.

Explanation

The parameter value TRC=YES requires that the input line data must not have blank lines. The line data must have a valid table reference character at the beginning of every line of the input file. If CC=YES is also specified, a table reference character must be the second byte of each input line.

System action

ACIF inserts a select-font-0 table reference character at the beginning of every line that ACIF reads from the input file that is blank or contains only one character (byte). If CC=YES is also selected, ACIF inserts a table reference character for every line that does not have a table reference character, but reports only the first occurrence.

System programmer response

None.

User response

Correct the input line data to ensure that every line contains a table reference character, or change the TRC parameter setting to NO.

APK532S A resource WITH 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.

Return
Code
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.
Reason
Code
Description
1
Resource name is 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.

APK811E ACIF PARAMETER SETTINGS REQUIRE CARRIAGE CONTROL CHARACTERS AT THE BEGINNING OF EACH INPUT LINE. A LINE DATA RECORD WITHOUT TABLE REFERENCE CHARACTERS WAS ENCOUNTERED. THE FIRST INSTANCE OCCURRED AT LINE DATA INPUT LINE line_number.

Explanation

The parameter value CC=YES with strict adherence to the Advanced Function Presentation: Programming Guide and Line Data Reference requires that the input line data must not have blank lines. The line data must have a valid carriage control character at the beginning of every line of the input file.

System action

When CCTYPE specifies ANSI carriage control, ACIF inserts a print-and-skip carriage control character at the beginning of every blank line that ACIF reads from the input file. When CCTYPE specifies MACHINE carriage control, ACIF inserts a skip carriage control character at the beginning of every blank line that ACIF reads from the input file. ACIF inserts a carriage control for every blank line that it encounters, but reports only the first occurrence. ACIF reports a failing return code and may stop processing the current input line data file.

System programmer response

None.

User response

Correct the input line data to ensure that every line contains a carriage control, or change the CC parameter setting to NO.

APK812E ACIF PARAMETER SETTINGS REQUIRE TABLE REFERENCE CHARACTERS AT THE BEGINNING OF EACH INPUT LINE. A LINE DATA RECORD WITHOUT TABLE REFERENCE CHARACTERS WAS ENCOUNTERED. THE FIRST INSTANCE OCCURRED AT LINE DATA INPUT LINE line_number.

Explanation

The parameter value TRC=YES requires that the input line data must not have blank lines. The line data must have a valid table reference character at the beginning of every line of the input file. If CC=YES is also specified, a table reference character must be the second byte of each input line.

System action

ACIF inserts a select-font-0 table reference character at the beginning of every line that ACIF reads from the input file that is blank or contains only one character (byte). If CC=YES is also selected, ACIF inserts a table reference character for every line that does not have a table reference character, but reports only the first occurrence. ACIF reports a failing return code and may stop processing the current input line data file.

System programmer response

None.

User response

Correct the input line data to ensure that every line contains a table reference character, or change the TRC parameter setting to NO.

APK813S INCOMPATIBLE SETTINGS SELECTED FOR CC AND TRC PARAMETERS.

Explanation

The parameter values STRICT or LOOSE, if specified, must match.

System action

ACIF stops processing the print data set.

System programmer response

None.

User response

Change the CC parameter setting, the TRC parameter setting, or both.

APK900S MISSING DAT POINTER IN CCM.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK901S MISSING FORMDEF POINTER IN CCM.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK902S MISSING PAGEDEF POINTER IN CCM.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK903S MISSING OBJECT STACK POINTER IN CCM.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK904S MISSING CODE PAGE POINTER IN CCM.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK905S MISSING FONT METRIC POINTER IN CCM.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK906S UNEXPECTED OTHERWISE STATEMENT ENCOUNTERED.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK907S CCM CANNOT FIND REQUESTED MEDIUM MAP.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK908S CCM CANNOT FIND REQUESTED DATA MAP.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK909S CCM CANNOT FIND REQUESTED MEG.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK910S INPUT BIN LIST CHANGED DURING PROCESSING.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK911S DAT DID NOT SPECIFY ANY INPUT BIN INFORMATION.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK912S OVERLAY LOCAL ID HAS BEEN CHANGED IN LIST.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK913S STARTING COPY COUNT EXCEEDS TOTAL COPIES IN MM.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK914S CONDITIONAL PROCESSING INFORMATION PASSED TO CCM AT DOCUMENT INTERFACE, BUT PAGEDEF DOES NOT REQUEST CONDITIONAL PROCESSING.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK915S ACIF REQUESTED CODE PAGE DEALLOCATION AS WELL AS CODE PAGE PROCESSING.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK916S ACIF REQUESTED ACTIVATION OF AN OUTLINE FONT CHARACTER SET, BUT DOES NOT SUPPORT OUTLINE FONTS.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK917S ACIF REQUESTED ACTIVATION OF A FONT RESOURCE, BUT THE GLOBAL NAME WAS NOT PROVIDED OR HAD AN INCORRECT LENGTH.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK918S NO FREQUENT FONT TABLE OR FGID LOOK ASIDE TABLE WAS PROVIDED TO modulename.

Explanation

An internal error occurred in ACIF.

System action

ACIF stops.

System programmer response

None.

User response

Inform your service representative that you received this message that indicates an internal error.

APK919S THE CCM COMPONENT OF ACIF HAS USED UP ITS OBJECT STACK AREA IN modulename.

Explanation

The common conversion machine (CCM) component of ACIF ran out of its object stack area. This might be a data stream error or a logic error. A begin structured field must have a matching end structured field that follows 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 that follows 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 received this message that indicates an internal error.

APK921S 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 an object container resource was processed. This is a logic error.

System action

ACIF stops processing the print data set and issues a message that identifies 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 with this error code.

User response

None.

APK2003S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2004S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK2005S 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 that is specified in an input record cannot 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2007S 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 that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2008I 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 that is identified in this message specifies a value as a pointer to a Field RCD or XMD. The value that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2010S 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 that identifies 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.

APK2011I 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 be used for only 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2012S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2013S 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

Except for 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 specify a unique record identifier parameter value.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2014I 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 that is selected for placing the first body record of the page does not fit within the area of the page that is 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 PSF from being able to place the record and continuing.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2015S 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 cannot 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2016S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2017S 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 that are 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2018S 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2019I 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 that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2020I 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.

System action

ACIF stops processing the input file and issues a message that identifies 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 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.

APK2021I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK2022I 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 that identifies 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 that is provided in the User Response section to correct the error. If an IBM 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 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.

APK2023I DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE FORMAT SPECIFIED IN A FULLY QUALIFIED NAME TRIPLET ON AN structuredfield STRUCTURED FIELD IS NOT VALID.

Explanation

The FQNFmt specified in a Fully Qualified Name (FQN) triplet on the structured field that is specified in the message is not valid.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK2024I 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 map only 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK2025I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK2026I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK2027I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK2030I 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 an IBM 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 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.

APK2033I 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 that is 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 that is specified for your bar code or reduce the amount of data in the macro control block.

APK2034S DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE stucturedfield STRUCTURED FIELD HAS TOO MANY identifier TRIPLETS.

Explanation

The triplet that is specified in the message was found multiple times in the indicated structured field. However, this triplet can occur only 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 an IBM 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 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.

APK2035S 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 an IBM 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 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.

APK2038I DATA IN AN INPUT RECORD OR RESOURCE IS NOT VALID: THE OBJECT ENVIRONMENT GROUP FOR AN IOCA IMAGE OBJECT MAPS A DATA OBJECT FONT.

Explanation

An IOCA image object maps a data object font in its object environment group as a secondary resource. This mapping is not valid AFP architecture. Remove the data object font from the object environment group of the IOCA image. Data object fonts can be specified as secondary resources only for the following resource types:
  • Bar Code Object Content Architecture (BCOCA) resources
  • Graphic Object Content Architecture (GOCA) resources
  • Presentation Text Object Content Architecture (PTOCA objects with Object Environment Groups (OEGs))
  • Object Container resources of the following types:
    • PDF Single-Page or Multi-page File (with or without transparency)
    • AFPC SVG Subset

The IOCA image object might be contained in a MO:DCA document, an overlay, a data set containing line data, a page segment, or a MO:DCA object. A page segment is included by using either an Include Page Segment (IPS) structured field or an Include Object (IOB) structured field. A MO:DCA object is included by using the IOB structured field.

System action

ACIF cannot process the current page. ACIF tries to find the end of the current page and resume processing on the next page. If unable to find the end of the page, ACIF stops processing the data set.

If this error occurs in a Resource Environment Group (REG), ACIF stops processing the REG and continues processing the data set.

ACIF issues a message that identifies the position of the structured field in the input data stream or resource. ACIF issues more messages that identify the processing environment in which the error occurred.

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 IOCA image object, correct the error and resubmit the print request. If you used a program to create the structured fields for the IOCA image object, contact your system programmer. If the structured field has no error, the error might be an ACIF logic error.

APK2039I 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 that identifies 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2040I 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 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.

APK2041I 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 EBCDIC, UTF16, OR UTF8 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Advanced Function Presentation: Programming Guide and Line Data Reference 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.

APK2042I 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 is specified on an XML Descriptor (XMD) structured field. This function is not supported when an XML page definition is used.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Mixed Object Document Content Architecture Reference 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.

APK2044I 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 that is 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Mixed Object Document Content Architecture Reference 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.

APK2045I THE ENCODING SCHEME SPECIFIED IN A PAGE DEFINITION USED TO PROCESS XML DATA IS NOT SUPPORTED BY ACIF.

Explanation

The encoding scheme that is specified is not supported by ACIF.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 and Mixed Object Document Content Architecture Reference 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.

APK2046I 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 that identifies 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.

APK2047I 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 that is 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 an IBM 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 and Mixed Object Document Content Architecture Reference 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.

APK2048I 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 that is 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 that identifies the position of the error in the data stream.

System programmer response

If an IBM 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.

APK2049I 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 is started, you can use only two dashes in a row when you are ending a comment. The character count number that is 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 that identifies the position of the error in the data stream.

System programmer response

If an IBM 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.

APK2050I 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 that is 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 that identifies the position of the error in the data stream.

System programmer response

If an IBM 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.

APK2051I 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 that is 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 that identifies the position of the error in the data stream.

System programmer response

If an IBM 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.

APK2052I 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 that is 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 that identifies the position of the error in the data stream.

System programmer response

If an IBM 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.

APK2053I 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 allows only internal general entity references, which must be defined in an internal document type definition (DTD). The character count number that is 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 that identifies the position of the error in the data stream.

System programmer response

If an IBM 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.

APK2054I 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 that is 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 that identifies the position of the error in the data stream.

System programmer response

If an IBM 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.

APK2055I 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 an XML page definition is processed.

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 an IBM 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 and Mixed Object Document Content Architecture Reference 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.

APK2056I 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 specify a unique qualified tag, except for 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 an IBM 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 and Mixed Object Document Content Architecture Reference 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.

APK2057I 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 you are including a page segment, overlay, or object with an XMD structured field. You must also use absolute inline positioning when you are 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 an IBM 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 and Mixed Object Document Content Architecture Reference 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.

APK2073I 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 an IBM 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 is really mapped. See Mixed Object Document Content Architecture Reference 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.

APK2074I 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 you are mapping a data object font (DOF), you can specify only the name of a TrueType or OpenType font. This font might be 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 an IBM 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 is really mapped. See Mixed Object Document Content Architecture Reference 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.

APK2075S 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 that are 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 that is 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).

APK2076I 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 you are doing page-based SOSI processing, you are switching back and forth between the same two fonts. As a result, two fonts must be 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 that is 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.

APK2077I 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 that is contained in the collection.

System action

ACIF stops processing the print data set and issues a message that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK2078I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK2079I 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 an IBM 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.

APK2080I 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 (ICONV). 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 that identifies the position of the structured field in the file or resource.

System programmer response

If an IBM 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.

APK2082I 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 that are 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 that identifies 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 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.

APK2083I 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 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.

APK2084I 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 that is specified in the page definition:
  • If you specified UTF16 data, the record length must be a multiple of 2.
  • If you specified UTF8 data, the length of each character can vary 1 - 4 bytes.

System action

ACIF stops processing the current data set and issues a message that identifies 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.

APK2088I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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 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.

APK2089I 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 you are 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 that identifies the position of the structured field in the file or resource.

System programmer response

If an IBM 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 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.

APK2090I 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 that identifies the position of the structured field in the file or resource.

System programmer response

If an IBM 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 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.

APK2093I 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 that identifies the position of the structured field in the file or resource.

System programmer response

If an IBM 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 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.

APK2096I 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 is 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 that identifies 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 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.

APK2102S 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 an IBM 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 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.

APK2103I 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 you are 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 an IBM 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 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.

APK2104I THERE IS TOO MUCH DATA FROM STRUCTURED FIELD COMBINED WITH DATA FROM THE RAT TO FIT IN THE OUTPUT COMMAND BUFFER.

Explanation

The data received from a single input structured field, combined with the additional data obtained from the resource access table (RAT), exceeds the maximum architected length of an AFP structured field.

  • 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 to the BIM or BOC.
  • Too many triplet extender triplets (X'FF') were specified on the structured field.

System action

ACIF stops processing the current page, attempts to find the end of the current page, and then tries to resume processing on the next page. If ACIF cannot find the end of the page, it stops processing the input file. If this error occurs in a resource, 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, refer to your system's diagnosis reference for assistance in determining the source of the problem.

User response

You must specify thousands of CMRs or triplet extenders along with an extremely long structured field to create this condition. Contact the generator of your data stream to remove any extraneous CMRs or triplet extenders or both.

APK2105W 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 that is 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 an IBM 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.

APK2108I 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 an IBM 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 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.

APK2116S 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 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.

APK2120I 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 that identifies 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 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.

APK2121I 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) must 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 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.

APK3506I 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 that identifies the position of the structured field in the data stream or resource.

System programmer response

If an IBM 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.

APK3507I 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) cannot 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.

APK5550S THE exitname USER EXIT RECORD TEXT RETURNED TO ACIF EXCEEDS THE MAXIMUM LENGTH OF recordlength. THE ERROR OCCURRED WHILE PROCESSING INPUT RECORD recordnumber.

Explanation

The length of the record exceeds the maximum length for an input record.

System action

ACIF stops processing the input file.

System programmer response

None.

User response

Correct the error in the exit program and rerun ACIF.

APK5551S THE exitname USER EXIT MODIFIED THE ADDRESS OF THE PRINT FILE ATTRIBUTE DATA STRUCTURE. PROCESSING CANNOT CONTINUE. THE ERROR OCCURRED WHILE PROCESSING INPUT RECORD recordnumber.

Explanation

The address of the print file attribute data structure that was passed to the input exit was modified.

System action

ACIF stops processing the input file.

System programmer response

None.

User response

Correct the error in the exit program to not modify the print file attribute data structure, and rerun ACIF.

APK5552W THE exitname USER EXIT MODIFIED THE OVERLAY LIBRARY DDNAME, THE FONT LIBRARY DDNAME, OR THE PAGE SEGMENT LIBRARY DDNAME. PROCESSING CANNOT CONTINUE. THE ERROR OCCURRED WHILE PROCESSING INPUT RECORD recordnumber.

Explanation

The user exit modified a library DDNAME that cannot be modified. Overlay library DDNAME, font library DDNAME, and page segment library DDNAMEs cannot be modified.

System action

ACIF stops processing the input file.

System programmer response

None.

User response

Correct the error in the exit program to not modify DDNAME.

APK5553I THE exitname USER EXIT MODIFIED THE ADDRESS OF THE ACIF RECORD TEXT BUFFER. THE SUBSTITUTION OCCURRED WHILE PROCESSING INPUT RECORD recordnumber.

Explanation

The address of the record text buffer was modified by the input exit.

System action

ACIF copies the data from the new buffer and continues processing the input file.

System programmer response

None.

User response

Correct the user exit to not modify the record text buffer.

APK5554W THE exitname USER EXIT MODIFIED THE ADDRESS OF THE USER WORK AREA RATHER THAN USING THE WORK AREA PROVIDED BY ACIF. THE SUBSTITUTION OCCURRED WHILE PROCESSING INPUT RECORD SUBSTITUTION OCCURRED WHILE PROCESSING INPUT RECORD recordnumber.

Explanation

The address of the user work area was modified by the user exit, while the user exit should use the work area provided by ACIF.

System action

ACIF continues processing the input file.

System programmer response

None.

User response

Correct the user exit to not modify the address of the user work area.

APK5555I THE exitname USER EXIT MODIFIED THE INPUT CCSID OR THE OUTPUT CCSID. THE SUBSTITUTION OCCURRED WHILE PROCESSING INPUT RECORD recordnumber.

Explanation

The user exit modified the CCSID for the input or output file.

System action

ACIF continues processing the input file.

System programmer response

None.

User response

Correct the user exit to not modify the input or output CCSID.

APK5556S THE exitname USER EXIT RETURNED AN INVALID REQUEST VALUE. THE USER EXIT WAS PROCESSING INPUT RECORD recordnumber.

Explanation

The user exit returned an invalid value for the REQUEST field. Valid values for an input exit are x'00', x'01' or x'02'. Valid values for an index or output exit are x'00' or x'01'

System action

ACIF stops processing the input file.

System programmer response

None.

User response

Correct the user exit to set the REQUEST field to a valid value.

APK5561S THE exitname USER EXIT MODIFIED THE ADDRESS OF THE PRINT FILE ATTRIBUTE DATA STRUCTURE. PROCESSING CANNOT CONTINUE. THE ERROR OCCURRED WHILE PROCESSING RESOURCE resourcename.

Explanation

The address of the print file attribute data structure that was passed to the resource exit was modified.

System action

ACIF stops processing the input file.

System programmer response

None.

User response

Correct the error in the exit program to not modify the print file attribute data structure, and rerun ACIF.

APK5564W THE exitname USER EXIT MODIFIED THE ADDRESS OF THE USER WORK AREA RATHER THAN USING THE WORK AREA PROVIDED BY ACIF. THE SUBSTITUTION OCCURRED WHILE PROCESSING RESOURCE resourcename.

Explanation

The address of the user work area was modified by the user exit, while the user exit should use the work area provided by ACIF.

System action

ACIF continues processing the input file.

System programmer response

None.

User response

Correct the user exit to not modify the address of the user work area.

APK5566S THE exitname USER EXIT RETURNED AN INVALID REQUEST VALUE. THE USER EXIT WAS PROCESSING RESOURCE resourcename.

Explanation

The user exit returned an invalid value for the REQUEST field. Valid values for a resource exit are x'00' or x'01'.

System action

ACIF stops processing the input file.

System programmer response

None.

User response

Correct the user exit to set the REQUEST field to a valid value.

APK5567W THE exitname USER EXIT MODIFIED THE RESOURCE NAME WHILE PROCESSING A RESOURCE NAMED resourcename. THE MODIFIED RESOURCE NAME WILL NOT BE USED.

Explanation

The user exit modified the resource name.

System action

The modified resource name will not be used and the original name will be used for the resource. ACIF continues processing the input file.

System programmer response

None.

User response

Correct the user exit to not modify the resource name.