Complete the steps required to create an 
		Enterprise Developer project, import the MFDEMO IMS application into the project, set the project properties, and perform additional required steps to enable the application to run in 
		Enterprise Server. 
	 
 
 
	 Create the project
 
		 
		 
		  - Start 
			 Enterprise Developer and select the default workspace, which is 
			 c:\Users\username\workspace where 
			 username is your operating system login ID. 
		  
- In Eclipse, be sure that the Team Developer perspective is the active Eclipse perspective, and that your 
			 Enterprise Development Projects are loaded in the Team Developer Tree View. See 
			 To load projects into the Team Developer perspective for more information. 
		  
-  Right-click 
			 Enterprise Development Projects; then select 
			 New COBOL Project > Mainframe COBOL Project. 
			 This starts the COBOL Project wizard. 
			  
- Type 
			 IMSTutorial in the 
			 Project Name field. 
			 The default location for storing new projects is the workspace you selected when you started 
				Enterprise Developer. 
			  
- Click 
			 Finish. 
			 The IMSTutorial project is created and appears in the Team Developer Tree view. 
			  
Add Folders
 
		 
		For this tutorial, you need to add two folders to your project; one for generated files, and one for system files used by 
		  Enterprise Server. 
		
 
		 
		  - In the Team Developer Tree View, right-click the IMSTutorial project; then click 
			 New > Folder > Folder. 
		  
- In the 
			 Folder name field, type 
			 loadlib; then click 
			 Finish. 
		  
- Using the same method, add a folder named 
			 system. 
		  
Disable Build Automatically
 
		 
		If Eclipse is set to build your projects automatically, you need to disable this option before making project configuration changes. 
		
 
		 
		  - From the Main Menu in 
			 Enterprise Developer, click 
			 Project. 
		  
- Do one of the following: 
			  
				- If the 
				  Build Automatically menu option does not have a check mark to its left, it is already turned off. No further action is required. 
				
- If the 
				  Build Automatically menu option does have a check mark to its left, click the option to turn it off. 
				
 
Set Project Properties
 
		 
		 
				  - In the Team Developer Tree View, right-click the 
					 IMSTutorial project; then select 
					 Properties 
				  
- Expand 
					 Micro Focus > Build Configurations; then click 
					 COBOL. 
				  
- Set the following; then click 
					 Apply: 
					  
						- In the 
						  Output path field, replace 
						  NewConfiguration.bin with 
						  loadlib. 
						
- Set 
						  Platform target to 
						  32 bit. 
						  Note: If you are on a 64-bit platform and intend to do this tutorial using the 64-bit demonstration files, set 
							  Platform target to 
							  64 bit instead. 
						   
 
 
- In the left pane, expand 
					 Project Settings; then click 
					 COBOL 
				  
- Set the following; then click 
					 Apply: 
					  
						- Character set to 
						  ASCII 
						
- Language dialect to 
						  Enterprise COBOL for z/OS 
						
- Source Format to 
						  Fixed 
						
- Check 
						  Compile for debugging 
						
 
- In the left pane, click 
					 Project Settings > IMS settings. 
				  
- Type 
					 loadlib into the 
					 Generated Files field. 
				  
- In the 
					 IMS Databases field, type the full path to the 
					 loadlib folder, or use 
					 Browse to select it. If using the default workspace, this consists of the path to your workspace location followed by 
					 \IMSTuturial\loadlib. 
					 Note: The 
						 Generated Files setting is relative to the current project, but the 
						 IMS Databases setting must be an absolute path. 
					  
 
- Click 
					 Apply. 
				  
- Expand 
					 Project Settings > IMS; then click 
					 DBD Settings 
				  
- Check 
					 Generate Map for DBD; then click 
					 Apply. 
				  
- Expand 
					 Project Settings > IMS; then click 
					 MFS Settings 
				  
- Type 
					 loadlib into the 
					 MFS Output field; then click 
					 Apply. 
				  
- Click 
					 OK to save the changes in the project properties. 
				  
Import demonstration application files
 
		 
		 
		  -  In the Team Developer Tree View, select your project; then click 
			 File > Import > General > File System. 
		  
- Click 
			 Next. 
		  
- Browse to the 
			 %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Mainframe\IMS\Classic\IVP or 
			 IVP64 (for 64-bit) directory (default location). 
		  
-  Select the following files to add; then click 
			 Finish. 
			  
				-  DEMO001T.CBL 
				
- DEMO001T.PSB 
				
- DEMO03DD.DBD 
				
- DEMO03DD.DBU 
				
-  DEMO90.MFS 
				
- DEMO91.MFS 
				
- DEMO92.MFS 
				
- RGHTJUST.CBL 
				
- TRANCODE.TXT 
				
 This creates copies of the files in the project directory. 
			  By default, Eclipse is configured to build the project automatically; adding the files triggers a build. Build output files are created in the 
				loadlib folder, and include:
			   
					 - DBDGEN2.DAT 
					 
- DBDGEN2F.DAT 
					 
- PSBGEN3.DAT 
					 
- DEMO001T.ACB 
					 
- DEMO03DD.ACB 
					 
  
			 - The MFS files generation creates some 
				.mid, 
				.mod, 
				.dif and 
				.dof files. These files contain system configuration data. You should move them only if you know how to configure your enterprise server. 
			 
-  Building the DBD and the PSB files produces respectively 
				dbdgen2.dat, 
				dbdgen2f.dat, 
				psbgen3.dat as well as some 
				.acb files. 
			 
 
Build the project
 
		 
		 
		  - In the Team Developer Tree View, select the 
			 IMSTutorial project; then from the main menu, click 
			 Project > Build Project. 
			 Note: At this point in the tutorial, you can re-enable the 
				 Build Automatically feature. 
			  
 
-  Check your project directory to see the different executables and other files produced by the build such as those in the project's 
			 loadlib directory. For example: 
			  
					 - DBDGEN2.DAT 
					 
- DBDGEN2F.DAT 
					 
- PSBGEN3.DAT 
					 
- DEMO001T.ACB 
					 
- DEMO03DD.ACB 
					 
  
			 - The MFS files generation creates some 
				.mid, 
				.mod, 
				.dif and 
				.dof files. These files contain system configuration data. You should move them only if you know how to configure your enterprise server. 
			 
-  Building the DBD and the PSB files produces respectively 
				dbdgen2.dat, 
				dbdgen2f.dat, 
				psbgen3.dat as well as some 
				.acb files.