BJTU284E ROW row_number: FIELD field_name MUST CONTAIN ONLY ALPHANUMERIC(A-Z,0-9), NATIONAL(@,#,$) AND WILDCARD (?,*) SYMBOLS. FIRST SYMBOL MUST BE NON-NUMERIC OR BLANK.

Explanation

The specified field_name field of the row row_number contains characters other than alphanumeric, national and wildcard or the first character of the field is digit.

System action

The row is not modified or inserted. The program ends with RC=12.

User response

Remove invalid characters from the field_name field and specify a value that does not start with a digit.