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.
RDCEXIT can only be specified dynamically. In
                  		  the Natural
                     		  parameter module, you need to use the equivalent macro
                  		  NTRDC and
                  		  its subparameter EXIT instead.
               
| Possible settings | See RDCEXIT Parameter Syntax. | |
|---|---|---|
| Default setting | none | |
| Dynamic specification | yes | |
| Specification within session | no | |
Notes:
EXIT of profile
                     			 parameter RDC or
                     			 macro NTRDC.
                  | RDCEXIT=(name,name,...) | 
Where:
 name is the name of the user
                  		  exit. In the Natural parameter module, 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.
               
RDCEXIT=(MYEXIT,2000,RDCEX1)