< Previous

Creating an Optim interoperability service

In this exercise, you will create an Optim™ interoperability service from a request in an Optim interoperability model. An Optim interoperability service is based on the data source and processing information in an Optim interoperability request. The service allows you to execute an Optim interoperability request from the Optim Manager environment.

To create an Optim interoperability service:

  1. In the Data Project Explorer view, right-click the Services folder and click New > z/OS Service > z/OS Extract. The New Extract Service wizard opens.
  2. On the Enter Extract Service Properties page, type CustExt in Extract service name. Click Next.
  3. On the Select an Optim Data Source page, select the data source that contains your Optim sample data. Click Next.
  4. On the Select a Logical Data Model page, select OPTIMUSER.ldm. Click Next.
  5. On the Select a Data Access Plan page, select Source Plan. Click Next.
  6. On the Enter Access Definition Properties page, type Optim.User.Customers in Access definition, and enter the ID for the data source in Creator ID. Click Next.
  7. On the Enter Extract Properties and Options page, type Customer.xf in Extract file and accept the default options. Click Next.
    New Extract Service wizard
  8. On the Select Objects to Extract page, accept the defaults. Click Next.
  9. On the Enter Group Selection Options page, accept the defaults. Click Finish.

The new Optim interoperability service, CustomersExtract, will appear under the Services folder. The service will extract data defined in the source OPTIMUSER logical data model and store it in the Customer.xf extract file. The service will use the Source Plan data access plan to determine which data to select from the OPTIMUSER logical data model.

CustomersMask interoperability service

< Previous