cancelAfterTransfer

When you generate a COBOL program for z/OS®, the cancelAfterTransfer build descriptor option indicates whether an EGL-generated program is removed from memory when both of the following occur:

Values

YES
Places a COBOL CANCEL in the transferring program.
NO (the default value)
Does not place a COBOL CANCEL in the transferring program.

Feedback