Compaq ACMS for OpenVMS
Writing Applications


Previous Contents Index


Appendix E
Request Interface Kit Components

When you install the Request Interface, the installation procedure creates the system logical ACMS$RI_EXAMPLES, which is a subdirectory of the ACMS$EXAMPLES directory. It also creates a new CDD dictionary,
ACMS$RI_CDD, under the ACMS$DIR dictionary.

This appendix lists the files included with the Request Interface software. Table E-1 gives the name and location of the components that are on the kit.

Table E-1 Request Interface Kit Components
Component Name Location
ACMS Request Interface agent source modules ACMS$RI_AGENT.B32 ACMS$RI_EXAMPLES
ACMS Request Interface AGENT and DEBUG object module library ACMS$RI.OLB SYS$LIBRARY
ACMS-supplied RI agent image
(ACMS$RI_AGENT)
ACMS$RI_AGENT.EXE SYS$SYSTEM
ACMS Request Interface MENU (FMS menu) source modules used by
ACMS$RI_AGENT
ACMS$RI_FMS_MENU.BAS ACMS$RI_EXAMPLES
ACMS Request Interface MENU object module library ACMS$RI_FMS_MENU.OLB SYS$LIBRARY
ACMS Request Interface menu form definitions for the menu interface of
ACMS$RI_AGENT
MENU_MAIN_FORM.FRM ACMS$RI_EXAMPLES
ACMS Request Interface FMS menu form MENU_HELP_FORM.FRM ACMS$RI_EXAMPLES
ACMS Request Interface FMS menu form library FMS_MENU_LIBRARY.FLB ACMS$RI_EXAMPLES

For more information on these components, continue on to the next sections of this appendix.

E.1 Application Independent Modules

The application independent modules are as follows:

E.2 RI Sample Application

This section describes the components of the ACMS Request Interface SMG and QIO sample application source modules. In general, the RI sample application uses SMG and QIO user request procedures (URPs) to do terminal I/O. There are two task group definitions: one uses .RLB request libraries, and the other uses an EXE shareable image file in the REQUEST LIBRARY IS clause. All these components are located in the ACMS$RI_EXAMPLES directory.

E.2.1 RI Sample Application Source Modules

This section lists the sample applicaton source modules for the RI sample application.

E.2.2 RI Sample Application Run-Time Files

This section lists the run-time files for the RI sample application.


Previous Next Contents Index