PowerExchange for CDC and Mainframe 
			
			- PowerExchange for CDC and Mainframe 10.5.5
 - All Products
 
           
      	
            
	
      Option 
				  | Description 
				  | 
|---|---|
Array 
				  | Defines the field as an array. 
				  | 
Fixed 
				  | Defines the field as a fixed array. 
				  | 
Variable 
				  | Defines the field as a variable array. 
				  | 
Array Size 
				  | The number of elements in the array. 
				   Valid values are from 1 to 32768. 
				   For a record definition imported through a COBOL copybook, this value corresponds to the x value specified in the OCCURS x clause that defines the array. 
				    | 
Count Field 
				  | For a variable array, the name of the field that determines the actual number of elements in this instance of the array field. 
				   For a record definition imported through a COBOL copybook, this value corresponds to the 
					  field-y  value specified in the 
					 OCCURS x DEPENDING ON field-y  clause that defines the array. 
				   | 
ITEM OCCURS 3 DEPENDING ON ITEMCT PIC X(15).
Option 
				  | Value 
				  | 
|---|---|
Array 
				  | This option is selected. 
				  | 
Fixed 
				  | This option is cleared. 
				  | 
Variable 
				  | This option is selected. 
				  | 
Array Size 
				  | 3 
				  | 
Count Field 
				  | ITEMCT 
				  |