The value of a numeric item (defined as numeric by its PICTURE, see the topic The PICTURE Clause) can be represented in the computer's storage in either binary or decimal form depending on the USAGE clause of the declaration (see the topic The USAGE Clause). These numeric formats are:
 
                     		   BINARY,
 BINARY, 
                        		   
                     		
                  
 
                     		  

 COMPUTATIONAL-4 or COMP-4
 COMPUTATIONAL-4 or COMP-4 
                        		   
                     		
                  



 COMPUTATIONAL-3, COMP-3 or
 COMPUTATIONAL-3, COMP-3 or 
                     		 
                  		
                   
                     		   PACKED-DECIMAL
 PACKED-DECIMAL 
                        		   
                     		
                  


 COMPUTATIONAL-5, COMP-5,
 COMPUTATIONAL-5, COMP-5, 
                  	 
                COMPUTATIONAL-X or COMP-X
 COMPUTATIONAL-X or COMP-X 
                  	 
               

 COMPUTATIONAL-1, COMPUTATIONAL-2
 COMPUTATIONAL-1, COMPUTATIONAL-2
                  
 
                     		   FLOAT-SHORT or FLOAT-LONG
  FLOAT-SHORT or FLOAT-LONG 
                        		   
                     		
                  

 POINTER
 POINTER 
                  	 
               
 POINTER-32
 POINTER-32
                  	 
               
 PROCEDURE-POINTER
 PROCEDURE-POINTER 
                  	 
                An alphanumeric function is always represented in the standard data format. Its size is determined by the definition of the
               function.
 An alphanumeric function is always represented in the standard data format. Its size is determined by the definition of the
               function.
               
            
The representation of integer and numeric functions is as follows:
Integer and numeric functions can be used only in arithmetic expressions, and represent the value resulting from the evaluation of the function without the restriction on composite of operands and/or receiving data items.
When a computer provides more than one means of representing data, the standard data format must be used for data items
 
               	  other than integer and numeric functions,
 other than integer and numeric functions, 
                  	  
               
            
if not otherwise specified by the data description.