Entering content frame

Procedure documentation Creating the DBMCLI Locate the document in its SAP Library structure

Use

To create the executable program DBMCLI, use the link description dbmcli.lnk. It is located in the $OWN/sys/desc/dbmcli.lnk directory (see Directory Structure of the Development Environment).

Procedure

To process the dbmcli.lnk link description using VMAKE and therefore to create the DBMCLI program, enter the following command:

imf dbmcli

You can leave out the type (lnk)  of link description as the name of the file (dbmcli) is unique.

For more information about the imf script, see ims.pl, imq.pl, imf.pl: Starting the MAKE process.

Result

The DBMCLI program is created. The link description defines where the DBMCLI program is stored:

·        Microsoft Windows: $OWN\usr\pgm

·        UNIX: The row ->$INSTROOT/bin/dbmcli results in the program being defined in the $OWN/usr/bin directory.

We recommend that you perform a function check after creating the DBMCLI program.

 

 

 

Leaving content frame