The @CFDEDFT macro generates a default value or series of values for a database record field defined through a Field Definition Entry. Single valued fields have a single default value. This value can be generated inline in the FDE or in a remote area. Multivalued field default lists must be generated remotely. The syntax for the @CFDEDFT macro is:
@CFDEDFT OPS,TYPE=,FLAGS=,MULTVAL=NO,MAXLEN=
Specifies one or more values appropriate for the field as defined by TYPE. Multiple values are permitted only when MULTVAL=YES and only if the list is generated out‑of‑line with respect to the FDE. If omitted, an appropriate 'zero value' is generated.
Specifies a standard Field Definition Entry data type specification (for example, binary). This operand is required.
This value is coded on the @CFDE macro defining this field.
Specifies whether a list of defaults is provided supporting a multivalued FDE. The default is MULTVAL=NO.
For internal use only. Do not use.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|