OpenTP1 Version 7 Programming Reference COBOL Language

[Contents][Index][Back][Next]

1.2.1 Procedure for creating application programs

Organization of this subsection
(1) Procedure for creating an SUP
(2) Procedure for creating an SPP
(3) Procedure for creating an MHP
(4) Procedure for creating a UAP that handles offline work

(1) Procedure for creating an SUP

The figure below shows the procedure for creating an SUP.

Figure 1-1 Procedure for creating SUPs

[Figure]

(2) Procedure for creating an SPP

The SPP creation procedure depends on whether the SPP uses a stub or uses dynamic loading of service functions.

(a) Creating an SPP by using a stub

The figure below shows the procedure for creating an SPP by using a stub.

Figure 1-2 Procedure for creating an SPP by using a stub

[Figure]

(b) Creating an SPP that dynamically loads service functions

The figure below shows the procedure for creating an SPP that dynamically loads service functions.

Figure 1-3 Procedure for creating an SPP that dynamically loads service functions

[Figure]

(3) Procedure for creating an MHP

The MHP creation procedure depends on whether the MHP uses a stub or uses dynamic loading of service functions.

(a) Procedure for creating an MHP (when using a stub)

The figure below shows the procedure for creating an MHP that uses a stub.

Figure 1-4 Procedure for creating an MHP (when using a stub)

[Figure]

(b) Procedure for creating an MHP (when using dynamic loading of service functions)

The figure below shows the procedure for creating an MHP that uses dynamic loading of service functions.

Figure 1-5 Procedure for creating an MHP (when using dynamic loading of service functions)

[Figure]

(4) Procedure for creating a UAP that handles offline work

The figure below shows the procedure for creating a UAP that handles offline work.

Figure 1-6 Procedure for creating UAPs that handle offline work

[Figure]