Lets the user provide assurances to the compiler about how linkage items will be used, to aid optimization. 
               
            
 
            	 
            
               Syntax:
 
               		 
               		>>-.---.---LINKALIAS-"type"---><
   +-/-+ 
 
               	   
            	 
            
               Parameters:
 
               		 
               		
               One of:
                  		  
                  
                     			 
                     				
                     - all
                        				
                     
- No assurances.
                        				
                     
- paramdisjoint
                        				
                     
- Parameters are assumed to be disjoint.
                        				
                     
- none
                        				
                     
- Linkage items will not be used to reference local-, thread-local- or working-storage, and incoming parameters are disjoint
                        				
                     
  
            	 
            
               Properties:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | Default: | LINKALIAS"ALL" | 
 
                           				
                            
                              				  
                              | Phase: | Generate | 
 
                           				
                            
                              				  
                              | $SET: | Initial |