Previous Topic Next topic Print topic


Creating CICS or IMS Screen-based Operations

For CICS or IMS screen service interfaces, operations can specify any of the following:

Active and previous screens can be a screen derived from a map included in your project, or one of the following special screens:

You can also opt to automatically create default mappings between interface fields and all of the fields on the active screen.

In general, you want to create an initial operation to start your application. This operation consists of only a name and the transaction ID that starts the application. We recommend you use an operation name that clearly identifies this operation, such as Start.

Note: Service interfaces written for IMS conversational applications must include an operation that enables the service to gracefully exit the application and ensure that the application’s state is properly maintained and that its SPA is properly cleared. While this type of operation is not required for other types of service interfaces, it is good practice to include one.
Previous Topic Next topic Print topic