 
  
         
          
 
               
            

 or object or pointer
 or object or pointer
                        


 or national
  or national 
                           		  
                        
.

 For each DATA-POINTER, OBJECT-REFERENCE or PROGRAM-POINTER phrase specified as the category-name in the REPLACING phrase,
                     identifier-2 must be specified.
 For each DATA-POINTER, OBJECT-REFERENCE or PROGRAM-POINTER phrase specified as the category-name in the REPLACING phrase,
                     identifier-2 must be specified. 
                     	 
                  
 For each of the categories data-pointer, object-reference and program-pointer specified in the REPLACING phrase, a SET statement
                        with identifer-2 as the sending operand and an item of the specified category as the receiving operand must be valid. (See
                        the topic 
                        		  The SET Statement.)
 For each of the categories data-pointer, object-reference and program-pointer specified in the REPLACING phrase, a SET statement
                        with identifer-2 as the sending operand and an item of the specified category as the receiving operand must be valid. (See
                        the topic 
                        		  The SET Statement.) 
                        		 
                     		
                     
 For each of the categories other than data-pointer, object-reference or program-pointer stated in the REPLACING phrase, a
                        MOVE statement with identifier-2 or literal-1 as the sending item and an item of the specified category as the receiving operand
                        must be valid. (See the topic 
                        		  The MOVE Statement.)
 For each of the categories other than data-pointer, object-reference or program-pointer stated in the REPLACING phrase, a
                        MOVE statement with identifier-2 or literal-1 as the sending item and an item of the specified category as the receiving operand
                        must be valid. (See the topic 
                        		  The MOVE Statement.) 
                        		
                     
 For each of the categories, a MOVE statement with identifier-2 or literal-1 as the sending item and an item of the specified
                        category as the receiving operand must be valid.
 For each of the categories, a MOVE statement with identifier-2 or literal-1 as the sending item and an item of the specified
                        category as the receiving operand must be valid. 
                        		
                     


 If the REPLACING phrase is not specified, the sending operand is determined according to the general rules of the INITIALIZE
                        statement.
 If the REPLACING phrase is not specified, the sending operand is determined according to the general rules of the INITIALIZE
                        statement. 
                        		
                     

 A floating-point data item or literal can be used anywhere a numeric identifier or literal can be specified.
 A floating-point data item or literal can be used anywhere a numeric identifier or literal can be specified. 
                     	 
                  
 DATA-POINTER
 DATA-POINTER 
                           		  
                        

 DBCS
 DBCS 
                           		  
                        

 NATIONAL
 NATIONAL 
                           		  
                        

 NATIONAL-EDITED
 NATIONAL-EDITED 
                           		  
                        
 OBJECT-REFERENCE
 OBJECT-REFERENCE 
                           		  
                        
 PROGRAM-POINTER
 PROGRAM-POINTER 
                           		  
                        

 If ALL is specified in the VALUE phrase it is as if all of the categories listed in category-name were specified.
 If ALL is specified in the VALUE phrase it is as if all of the categories listed in category-name were specified. 
                        		
                     
If the category of a receiving-operand is data-pointer, object-reference, or program-pointer, the implicit statement is: SET receiving-operand TO sending-operand
Otherwise, the implicit statement is: MOVE sending-operand TO receiving-operand.


 Any identifiers that are not valid receiving operands of a MOVE statement
 Any identifiers that are not valid receiving operands of a MOVE statement 
                                 				  
                                 
 - except data items of category data-pointer, object-reference or program-pointer when dialect specified is MF15 or ISO2002
 - except data items of category data-pointer, object-reference or program-pointer when dialect specified is MF15 or ISO2002
                                 

 If the category of the receiving-operand is data-pointer or program-pointer, the sending-operand is the predefined address
                                 NULL. This requires the INITPTR compiler directive to be set.
 If the category of the receiving-operand is data-pointer or program-pointer, the sending-operand is the predefined address
                                 NULL. This requires the INITPTR compiler directive to be set. 
                                 				
                              
 If the category of the receiving-operand is object-reference, the sending-operand is the predefined object reference NULL.
                                 This requires the INITPTR compiler directive to be set.
 If the category of the receiving-operand is object-reference, the sending-operand is the predefined object reference NULL.
                                 This requires the INITPTR compiler directive to be set. 
                                 				
                              | Receiving operand | Figurative constant | 
|---|---|
| Alphabetic | Figurative constant alphanumeric SPACES | 
| Alphanumeric | Figurative constant alphanumeric SPACES | 
| Alphanumeric-edited | Figurative constant alphanumeric SPACES | 
| Data-pointer | Predefined address NULL | 
| National | Figurative constant national SPACES | 
| National-edited | Figurative constant national SPACES | 
| Numeric | Figurative constant ZEROES | 
| Numeric-edited | Figurative constant ZEROES | 
| Object-reference | Predefined object reference NULL | 
| Program-pointer | Predefined address NULL |