When the JCL application has been migrated from the mainframe to the PC, you maintain and develop the application as follows:
               
               	 
            
 
            	 
             
               		
               - Create a project comprising all the parts of the application, such as the COBOL source JCL files. This also involves specifying
                  the appropriate project and build properties. 
                  		
               
  
               		
               - Compile the COBOL programs. 
                  		
               
  
               		
               - Configure an enterprise server to run the JCL application. This involves, among other things, setting up search paths to locate
                  your application files, the system catalog and so on. 
                  		
               
  
               		
               - Run the application in 
                  		  Enterprise Server and check that it is working correctly. Use the facilities for monitoring JCL applications within 
                  		  Enterprise Server, as necessary. 
                  		
               
  
               		
               - Debug the application using 
                  		  Enterprise Developer. 
                  		
               
  
               		 
               		
               - To publish the application to UNIX: 
                  		  
                  
 
                     			 
                     - Copy the source files to your UNIX machine. 
                        			 
                     
  
                     			 
                     - Compile the programs using the Cob utility. 
                        			 
                     
  
                     			 
                     - Test and debug the application using our Server Express product. 
                        			 
                     
  
                     		  
                  
 
                  		
                 
               	 
            
 
            	 
            File and database support is the same as for CICS applications.