Previous Topic: IDCMAUXP06 - At least one XXXX keyword operand is requiredNext Topic: IDCMAUXP09 - Operand OP-1 length is not equal to NNN, truncation or padding will occur


IDCMAUXP08 - dvw-name is not a type access method dataview

Reason:

The specified dataview does not use the access method type (DATABASE or SEQUENTIAL) required by the ASSIGN DATAVIEW TO or DBID clause. For example:

ASSIGN DATAVIEW name TO ... requires a SEQUENTIAL dataview.

ASSIGN DATAVIEW name DBID ... requires a DATABASE dataview.

Action:

Use the correct dataview type with the ASSIGN clause.