A BEA Tuxedo client is a software module that collects a user request and forwards it to a server that offers the requested service. To create a Tuxedo client with ACUCOBOL-GT, you must relink the ACUCOBOL-GT runtime with the Tuxedo libraries. This section provides an overview of the steps necessary to create the Tuxedo client.
buildclient -C -v -wwhere:
C | Specifies COBOL compilation |
-v | Specifies that buildclient should work in verbose mode, displaying the compilation command on standard output |
-w | Specifies that the client is to be built using the workstation libraries; used only with the WSL |
Because the Tuxedo libraries are external C routines, link the libraries into the ACUCOBOL-GT runtime using the direct method of calling C routines described in.