Generates Java bytecode. 
                  	  
               
            
 
            	 
             
               		
               Restriction:  This directive is supported for JVM COBOL only. 
                  
               
 
               	 
              
            	 
            
               Syntax:
 
               		 
               		>>-.--JVMGEN-.-----.--.---><
   |         +-SUB-+  |
   +----NOJVMGEN------+  
 
               	   
            	 
            
               Parameters:
 
               		 
               		
                
                  		   
                  			 
                  - SUB 
                     			 
                  
- Indicates that a library is being compiled which doesn't require a main program entry point 
                     			 
                  
  
            	 
            
               Properties:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | Default: | NOJVMGEN | 
 
                           				
                            
                              				  
                              | IDE equivalent: | None. This directive is always used from the IDE. | 
 
                           			 
                         
                        		  
                     
                    
                  		
                 
               	 
              
            	 
             
            
           
         
         
Comments:
Instructs the compiler to generate Java bytecode. If a program doesn't require a main program entry point, use the SUB parameter.
This directive is not allowed in the $SET statement. You must specify JVMGEN on the command line.
If a .cbldat file is also generated during compilation, it must be deployed with the application or located on the classpath.