(a) type=[authorization-identifier.]abstract-data-type-name
Specifies the authorization identifier and name of the abstract data type.
- Rules
- If the authorization identifier is omitted, the authorization identifier of the user who defined the abstract data type (normally MASTER) is assumed.
- If the authorization identifier or abstract data type name contains a lowercase letter or a space, enclose it in double quotation marks (").
(b) func=function-name (argument-type[,argument-type...])
Specifies the name and argument type of the constructor function. For details about the name and argument type of a constructor function, see the applicable plug-in manual.
- function-name
- Specify the name of the constructor function.
- argument-type
- Specify the data type of the argument of the constructor function. For details about the format of argument data type, see Section 8.9.13 unld_func statement (specification of constructor parameter reverse creation function). You cannot specify the name of an abstract data type.