This document guides you through the new installation of a CallAPI for MPE.
A CallAPI for MPE is supplied with AE. This interface can be used to execute calls in AE from your own programs, which can be written in programming languages such as C, C++, or COBOL. In addition, the utility UCXBMP6C can be used for command line calls or in executable files.
The files of the MPE CallAPI are supplied in compressed form: UCXBMP6C.tar.gz
The tar file is located in the directory IMAGE:CALLAPI\MPE.
1. | Transferring the supplied files and setting up the system environment |
---|
sh
gzip -d UCXBMP6C.tar.gz or gunzip UCXBMP6C.tar.gz
tar xvf UCXBMP6C.tar.gz
When unpacked, the files are automatically created in the directories bin, src and cmd if they do not yet exist. The packed file can be deleted afterwards.
exit
See also:
CallAPI for MPE