CAQ Messages › CAQD529E
CAQD529E
AN ERROR WAS DETECTED WHILE DETERMINING WHICH ELEMENTS TO USE TO BUILD THE ELEMENT LIST FOR THE CA-Datamacs/IICA-Datamacs/II CALL PARAMETERS.
Explanation:
- If individual elements were specified, none were matched to the 1 to 32 byte occurrence element name defined in the Datadictionary for the database name and status/version specified on the DATACOM statement. -or- the total length of the individual elements specified, does not equal the table width.(max-record-size)
- If the DATAVIEW option of the copy table statement was chosen, the DATAVIEW name or status/version is incorrect.
- If the ALL ELEMENT option on the copy table statement was chosen, the total length of all the elements does not equal the table width. (max-record-size)
- If the AUTO MAPPING option was specified, either a single element having all the fields related to it could not be found, or the total length of all the elements defined to the table does not equal the table width.
- No option specified, defaults to AUTO MAPPING.
User Response:
- Review the copy table statement syntax.
- Review the chapter on 'copying record descriptions' from Datadictionary .
- Correct any spelling errors, being sure to use the 1 to 32 byte occurrence name.
- Choose a different database status/version on the DATACOM statement.
- Choose a different DATAVIEW status/version on the copy table statement.
- Switch to specifying the individual elements, or a DATAVIEW, if originally specifying either the 'all elements' or 'auto mapping' options.
- Consult with your DBA as to which elements to use.
- After making the necessary corrections, rerun the job.