The minimum size an array can be for it to be generated as a separate structure. Each array with an OCCURS clause set to
                        a size equal to or larger than the minimum set here is generated as a separate structure for dynamic allocation. While you
                        can manually enter any numeric value from 
                        					 0 (zero) to 
                        					 32767 inclusive, you can also select from the following options on the drop-down list: 
                        					 
                         
                           		 
                           		  
                           - No separate structures (0) 
                              		  
                           
- All variable arrays are generated inline within the main structure. Default. 
                              		  
                           
- All arrays, including optional fields (1) 
                              		  
                           
- All variable arrays are generated as separate structures for dynamic allocation. 
                              		  
                           
- All arrays, excluding optional fields (2) 
                              		  
                           
- All variable arrays, except those that occur at most once, are generated as separate structures for dynamic allocation. Arrays
                              that occur at most once are generated into the main structure. 
                              		  
                           
- Only unbounded arrays (32767) 
                              		  
                           
- Only unbounded arrays are generated as separate structures for dynamic allocation. 
                              		  
                           
- Associated instance group 
                              		  
                           
-  
                              			 
                               
                                 				 
                                 				  
                                 - Name 
                                    				  
                                 
- The name of the 
                                    					 enterprise server instance associated with the project. 
                                    				  
                                 
- Start 
                                    				  
                                 
- Starts the 
                                    					 enterprise server instance shown in the 
                                    					 Name field. 
                                    				  
                                 
- Restart 
                                    				  
                                 
- If its status is 
                                    					 started, restarts the 
                                    					 enterprise server instance shown in the 
                                    					 Name field. 
                                    				  
                                 
- Status 
                                    				  
                                 
- Shows the state of the 
                                    					 enterprise server instance - 
                                    					 started or 
                                    					 stopped. 
                                    				  
                                 
- CICS Support 
                                    				  
                                 
- Shows the status of CICS support for the 
                                    					 enterprise server instance - 
                                    					 enabled or 
                                    					 disabled. 
                                    				  
                                 
- CICS web service 
                                    				  
                                 
- Shows the status of the Web service - 
                                    					 enabled or 
                                    					 disabled. 
                                    				  
                                 
- message area 
                                    				  
                                 
- Shows validation messages pertaining to the status and configuration of the associated 
                                    					 enterprise server instance. 
                                    					 
                                    Note: A full list of messages can be found in the Eclipse 
                                       						Console window once the 
                                       						enterprise server instance is started. 
                                       					 
                                     
 
- Validation result group 
                              		  
                           
-  
                              			 
                               
                                 				 
                                 				  
                                 - Name/Message list 
                                    				  
                                 
- Shows the result of the validation, including informational messages 
                                    					  and warning messages and warning messages . .
- Copy All 
                                    				  
                                 
- Copies all messages to the clipboard. 
                                    				  
                                 
- Copy Selection 
                                    				  
                                 
- Copies selected messages to the clipboard. 
                                    				  
                                 
 
Note: For complete information about how 
                           		Enterprise Developer generates COBOL variable-length array structures for CICS Web services from WSDL and JSON, see 
                           		Handling Variable Arrays in WSDL and JSON - CICS COBOL.