This Natural profile parameter specifies the character to be used as
                  		  the command delimiter for the STACK parameter and for
                  		  command input under the Natural Development Server (product code: NDV) in a
                  		  Natural Single Point of Development environment.
               
| Possible settings | any special character | Character to be used as the command delimiter. | 
|---|---|---|
| Default setting | ; (semicolon)
                         |  
                        				  
                        |
| Dynamic specification | yes | |
| Specification within session | no | 
Notes:
STACK parameter or the data passed as command input
                     			 under the Natural Development Server is not interpreted as intended, the
                     			 STACKD parameter value should be set to a character that
                     			 is not contained in the data passed if the data contains the default value of
                     			 the stack delimiter character (see example below). The
                     			 STACKD parameter should be changed to a character other
                     			 than the default character if the ID parameter has been set to
                     			 the semicolon. For downward compatibility reasons, this restriction does not
                     			 apply to STACKD=; (the default setting).
                  ID=',', because the comma (,) separates individual
                     			 parameters.
                  STACKD='/',ID=';' STACK=(DUMP IOB;+100/FIN)
To avoid that the semicolon after DUMP IOB is interpreted
                  		  as a command delimiter, STACKD is set to
                  		  '/'.