The following commands build and execute 
		  example06.int. 
		
 
		
 
			  
			  
			  
				 
				  |  Line 
					  |  Statement 
					  | 
 
			  
				 
				  |  1 
					  | cobol example06.cbl xmlgen(ws) noobj; | 
 
				 
				  |  2 
					  | mkdir stamp | 
 
				 
				  |  3 
					  | start /w run example06 | 
 
			 
 
		  
This is very similar to example 1 except that mkdir is used to create the stamp subdirectory used by this example prior to executing the program.