Previous Topic: IDCMCDEP47 - "VALUE" must be numeric, alphanumeric literal or NULLNext Topic: IDCMCDEP49 - Parameter must not have initial value


IDCMCDEP48 - GROUP must not have initial value

Reason:

The Value/Comment/Dep on/Copy column for a group must be blank or contain a COPY DATAVIEW command, a DEPENDING ON clause, or a comment.

Action:

Change the Value/Comment/Dep on/Copy column to blanks. Alternately, change the structure of the field so that it is not a group: for example, if FLDX is a group specified with an initial value:

1  FLDX                            'ABC9'
 2 PRODUCT-CODE      X   3
 2 SUBSIDIARY-CODE   U Z 1 Then redefine FLDX in the structure as an elementary field to specify the value:
1  FLDX              X   4          'ABC9'
1  FLDX-GRP                         REDEF
 2 PRODUCT-CODE      X   3
 2 SUBSIDIARY-CODE   U Z 1