Version 8.2.2 for Mainframes
 —  Parameter Reference  —

RDCEXIT - Define Natural Data Collector User Exits

This Natural profile parameter is used to define user exits for the Natural Data Collector of the SYSRDC utility and, optionally, a work area size for each exit.

Possible settings See RDCEXIT Parameter Syntax.
Default setting none  
Dynamic specification yes

Note:
If RDCEXIT is specified dynamically, the exits must be defined in the profile parameters CSTATIC or RCA (RCA can also be specified dynamically). Optionally, the size of the exit work area can be specified after the exit name.

Specification within session no  

Notes:

  1. Alternatively, you can use the equivalent Natural subparameter EXIT of profile parameter RDC or macro NTRDC.
  2. In the Natural parameter module NATPARM, the profile parameter RDCEXIT cannot be specified. Instead of RDCEXIT, use the equivalent macro NTRDC and its subparameter EXIT.
  3. If linked, the exit gets control from the Natural Data Collector at certain points within Natural. Specific session information is passed to the exits.
  4. For details, refer to User Exits for External Monitoring/Accounting in the SYSRDC Utility documentation.

RDCEXIT Parameter Syntax

RDCEXIT=(name,name,...)

Where name is the name of the user exit. In the Natural parameter module NATPARM, the specified exit names will automatically be appended to the list of specifications contained in the profile parameter CSTATIC.

There is no default value.

Or:

Optionally, the size of the exit work area can be specified after the exit name.

RDCEXIT=(name,size,name,size,...)

Possible size values: 400 - 32760.

The default size value is 400.

Example:

RDCEXIT=(MYEXIT,2000,RDCEX1)

Top of page