DFS2525W FAST PATH TRANSACTION tranname IS NOT CREATED IN A NON-FP SYSTEM system
Explanation
The transaction tranname is defined as Fast Path exclusive or Fast Path potential, but this IMS did not have Fast Path enabled (FP=N). Transaction tranname is not created. The Fast Path database dbname is defined in an IMS system that does not have Fast Path enabled (FP=N). Database dbname is not created.System action
Normal execution continues. The transaction tranname was not created.
Programmer response
For databases, no action is required unless access to the Fast Path database is wanted. The IMS system must be cold started with Fast Path enabled, with FP=Y defined as an execute parameter.
For transactions,
no action is required, unless you want to use a Fast Path transaction.
To use the transaction, you must cold start the IMS system with Fast Path enabled (FP=Y defined
as an execute parameter). If automatic export is enabled and an export
of the systems resource definitions has been done, the Fast Path resource
definitions are not in the RDDS. To restore the Fast Path resources,
you can do one of the following:
- Cold start IMS with FP=Y specified as an execute parameter and AUTOIMPORT=MODBLKS specified in the DYNAMIC_RESOURCES section of the DFSDFxxx PROCLIB member. Fast Path resources defined in the MODBLKS data set are created during cold start. Resources that were created dynamically and are not in the MODBLKS data set are lost.
- Cold start IMS with FP=Y specified as an execute parameter and AUTOIMPORT=RDDS specified in the DYNAMIC_RESOURCES section of the DFSDFxxx PROCLIB member. Issue CREATE commands to create the Fast Path resources that are needed.