Previous Topic: IDCMAUXP15 - pseudo-function is not defined to allow a NULL value, a RUN-time error will occur if the sending expression results in a NULL valueNext Topic: IDCMAUXP17 - $RC should be an integer field or literal, decimal positions will be truncated


IDCMAUXP16 - SET $REC-SEGMENT only valid within FOR NEW statement for VSAM ESDS DVW

Reason:

SET $REC-SEGMENT was found outside a FOR NEW statement for a ESDS VSAM DATAVIEW. VSAM does not support changing the record length of an existing record for ESDS files. The statement is ignored.

Action:

Move the statement inside the FOR NEW or remove it.