ARC6310E
{CONFLICT RESOLUTION DATA SET | LISTOFNAMES DATA SET} data-set-name CONTAINS PARSE ERROR ON LINE line-num, LINE='line-text'

Explanation

The system encountered a parse error while parsing the contents of the conflict resolution data set or the LISTOFNAMES data set. Either the data set name or conflict resolution action, or both, is invalid or not specified. The following is the format of an entry in the conflict resolution data set:
    entryname        conflict_resolution_action
The following is the format of an entry in the LISTOFNAMES data set:
entryname
Valid entry names are fully qualified 1-44 character data set names (member names are not allowed). Valid conflict resolution actions are RENAMESOURCE(level), RENAMETARGET(level), REPLACE, and BYPASS.
  • data-set-name is the name of the conflict resolution data set that contains the data set names and resolutions for conflict resolution or the name of the LISTOFNAMES data set.
  • line_num is the line number in the conflict resolution data set or LISTOFNAMES data set that contains a parse error.
  • line_text is the line in the conflict resolution data set or LISTOFNAMES data set that contains a parse error.

System action

DFSMShsm processing continues.

For the conflict resolution data set: ARECOVER processing continues and ends following verification processing. The conflict resolution data set is ignored during the verification process.

For the LISTOFNAMES data set: ARECOVER processing fails.

Operator response

None.

System programmer response

None.

Programmer response

Correct the parse error indicated in the conflict resolution data set or LISTOFNAMES data set and reissue the ARECOVER command.

If the conflict resolution data set is modified during aggregate recovery processing (because conflicts were resolved, or new conflicts were found; see the ARECOVER activity log for message ARC6308I), the erroneous entry is not rewritten in the modified conflict resolution data set.

Source

DFSMShsm