Selects a manifest generation option when the application runs on Windows Vista under User Account Control (UAC). 
                  	  
               
            
 
            	 
             
               		
               Restriction:  This directive is supported for .NET COBOL only. 
                  
               
 
               	 
              
            	 
            
               Syntax:
 
               		 
               		>>-----.--ILMANIFEST--"filename"--.---><
       +-NOILMANIFEST-------------+
 
               	   
            	 
            
               Parameters:
 
               		 
               		
                
                  		   
                  			 
                  -  
                     				filename 
                     			 
                  
- The name of a manifest file with extension 
                     				.manifest. 
                     			 
                  
  
            	 
            
               Properties:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | Default: | ILMANIFEST | 
 
                           				
                            
                              				  
                              | IDE equivalent: | Click 
                                 					 Project > 
                                 					 Properties >Application and under Resources, select the 
                                 					 Manifest. | 
 
                           			 
                         
                        		  
                     
                    
                  		
                 
               	 
              
            	 
             
            
           
         
         
Comments:
The default option is to use ILMANIFEST without a file name to support the typical manner in which an application operates on Windows Vista. This will embed security information in the application’s executable file, specifying that requestedExecutionLevel be AsInvoker.
Use NOILMANIFEST for compatibility with earlier applications. Use ILMANFEST”filename” if you want to specify your own application manifest.