Use these steps to create the datastore databases that correspond to the data sources you previously created. You can then upload existing data files to the datastore.
set MFDBFH_CONFIG=<location-and-name-of-file>
If you do not set this variable, the file is assumed to be located in the current directory.
dbfhdeploy data create URL/<datastore-name>
<datastore-name> must correspond to the datastore name you specified when creating the data source for your database. For example, VSAM would be the <datastore-name> in the following database: MicroFocus$SEE$Files$VSAM. For the URL details, see The dbfhdeploy Command Line Utility.
The datastore database is created, along with a number of default tables and stored procedures.
dbfhdeploy data add <filename> URL/<file-ref>[?folder=<folder-name>]
If <folder-name> does not already exist, it is created.
dbfhdeploy list URL[?folder=<folder-name>]
A list of files is displayed.
If any of the files in your datastore are transactional, you must also configure an XA resource within the enterprise server region that points to the datastore; see Create an XA Resource. If none of your files are transactional, you can skip that step and proceed to configuring your CICS or batch (JCL) applications to use the file(s) in the datastore, and if resource locking is to be managed by an enterprise server region, configuring region and cross-region databases.