To create a native COBOL project to hold the JCL demonstration program: 
               	 
            
 
            	 
             
               		
               - Create a directory named 
                  		  c:\tutorials on your local machine. 
                  		  
                  This path has to match the path specified for the $JCLPROJ variable that you configured on the enterprise server in an earlier
                     step. 
                     		  
                   
- In Visual Studio, click 
                  		  , then in the 
                  		  New Project dialog box, select 
                  		  . 
                  		
               
- In the 
                  		  Name field, type 
                  		  jcl. 
                  		
               
- Ensure that 
                  		  Create directory for solution is unchecked. 
                  		
               
- Specify your working folder in the 
                  		  Location field. This is the directory that you defined in step 1 above. 
                  		
               
- Click 
                  		  OK. 
                  		  
                  This creates a 
                     			 jcl folder in your working folder that holds your solution and project.