Trace selected variables. Whereas % SET WATCH traces individual variables, % SET TRACE traces all variables. 
                  	  
               
            
            
               Restriction:  This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms. 
                  	 
               
              
            	 
            
               Syntax:
 
               		 
               		% SET WATCH [variable variable ...]|[NONE]
 
               	   
            	 
            
               Aliases:
 
               		 
               		% Set Watch [variable variable ...]|[None]
% set watch [variable variable ...]|[none]
 
               	   
            	 
            
               Parameters:
 
               		 
               		 
               		
               
                   
                     			 
                      
                        				
                         
                           				  
                           |  
                              					 variable 
                              				  
                            |  
                           				  
                           One or more variable names to display in the log; separate each variable with a space. A variable must be defined before it
                              can be watched. 
                              				  
                            |  
                           				
                        
 
                        				
                         
                           				  
                           |  OFF 
                              				  
                            |  
                           				  
                           Turn off % SET WATCH. You can also deactivate the trace by coding % SET NOWATCH. 
                              				  
                            |  
                           				
                        
 
                        			 
                      
                     		  
                  
                 
               	 
              
            	 
             
            	 
            
               Examples:
 
               		 
               		% SET WATCH &ABC &DEF
% SET WATCH NONE
 
               	   
            
           
         
         
         
Comments: