Parameter | Specify . . . | Possible Values | Default |
---|---|---|---|
CDXnn | the collation descriptor exit and the user routine to be used with it. | see text | none |
Used in conjunction with the universal encoding subsystem (UES), the format of the collation descriptor user exit parameter is
CDXnn=exit-name
where
nn | is the number of the collation descriptor exit, a two-digit decimal integer in the range 01-08 inclusive. |
exit-name | is the name of the user routine that gets control at the collation descriptor exit; the name can be up to 8 characters long. |
Only one program may be specified for each collation descriptor exit. Up to 8 collation descriptor exits may be specified (in any order). See the User Exits documentation for more information.
Run the Adabas nucleus using collation descriptor exits 1 and 2. Give control to the user routine "UCOLDE1" at collation descriptor exit 1; give control to the user routine "UCOLDE2" at collation descriptor exit 2.
ADARUN PROG=ADANUC,CDX01=UCOLDE1,CDX02=UCOLDE2