FOR2073I
MTF subtask subtask-number abnormally terminated during execution of parallel subroutine subroutine-name. The user completion code was user-completion-code, and the reason code was reason-code. VS FORTRAN Version 2 Error Number: AFB922I-2

Explanation

The parallel subroutine subroutine-name in MTF subtask subtask-number ended unexpectedly because of the abnormal termination indicated by the user completion code completion-code and reason code reason-code. If the parallel subroutine wrote any output on the message file before terminating, that output is in the message file for the subtask. This message file is the one referenced by the file definition (DD statement or ALLOCATE command) with the ddname FTERRsss, where sss is the three-digit representation of subtask-number.

The abnormal termination was requested by executing an assembler language ABEND macro instruction or by calling one of the CEE3ABD, SYSABN, or SYSABD callable services, among others. The exact meaning of the user completion code completion-code and reason code reason-code depends on the application that requested the abnormal termination. Some form of information about the meaning of these codes should be available to users of that application.

System action

The condition FOR2073 is signaled in the main task program during termination of the application.

Qualifying Data: None

Permissible Resume Actions: None

Programmer response

Correct the problem indicated by the user completion code completion-code and reason code reason-code.

Symbolic Feedback Code

FOR2073