Common Content for Data Engineering 
			
			- Common Content for Data Engineering 10.5
- All Products
 
           
      	
            
	
      [number_of_input_rows *( Sum (column_size) + 16]
|  Data Type 
				 |  Column Size 
				 | 
|---|---|
|  Binary 
				 | Precision + 8. 
				    Round to nearest multiple of 8.
				   | 
|  Date/Time 
				 |  29 
				 | 
|  Decimal, high precision off (all precision) 
				 |  16 
				 | 
|  Decimal, high precision on (precision <=18) 
				 |  24 
				 | 
|  Decimal, high precision on (precision >18, <=28) 
				 | 32 
				 | 
|  Decimal, high precision on (precision >28) 
				 |  16 
				 | 
|  Decimal, high precision on (negative scale) 
				 |  16 
				 | 
|  Double 
				 |  16 
				 | 
|  Real 
				 |  16 
				 | 
|  Integer 
				 |  16 
				 | 
|  String, Text 
				 |  Unicode mode: 2*(precision + 5) 
				    ASCII mode: precision + 9 
				   |