Create a project for your service interface, and add files to the project.
- From the
Enterprise Developer Main Menu, click
File >
New >
COBOL Project.
- In the
Project name field, type
ProgramEJB.
- Check
Use default location; then click
Finish.
The COBOL Explorer now shows the
ProgramEJB project.
- From the COBOL Explorer, right-click the
ProgramEJB project and select
Import > Import from the context menu.
- Expand
General and click File System.
- Click the
Browse button that corresponds to the
From directory field, and browse to the
%PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Interface Mapping Toolkit\ServiceInterfaces\BookDemo directory.
- On the list of files, check the following:
-
book.cbl
-
book-rec.cpy
-
bookfile.dat
-
bookfile.idx
- Click
Finish.
Enterprise Developer adds the files and builds the project automatically.