Create a service program (MHP)
Format
PROGRAM-ID. program-name. |
Description
The MHP service program executes a service and returns the execution results. When the MCF receives a message, the MHP having the service program that corresponds to the application name is started.
Create the MHP service program in the above format as required. The service name corresponds to the program ID of the service program. Specify this correspondence in the user service definition of the process that executes the service program.
Specify the correspondence of the service name and the application name in the MCF application definition.
Data area specification
None
Notes on service program processing
Status code
There is no status code. The return of -1 from the service program would not mean a request for rollback.