imsFastPath

The imsFastPath build descriptor option specifies whether the program can run as an IMS™ fast-path program. The option is effective only if used for the first program in the run unit.

Values

YES
The program's use of IMS functions is limited to what is permitted in a fast-path program.

This choice restricts the amount and type of diagnostic data that is provided when an error occurs in the generated program. Also, if the run unit does not end successfully, Rational® COBOL Runtime for zSeries issues a 1602 abend.

NO (the default value)
The program cannot run as an IMS fast-path program. If the run unit does not end successfully, Rational COBOL Runtime for zSeries issues an IMS rollback (ROLL) request.

Feedback