COBOL Messages
%1 %2 %3 not valid when THREAD(*SERIALIZE) option is specified.
30
Cause . . . . . : You have used
one of the following which is not allowed when the THREAD(*SERIALIZE) option
is specified.
- ALTER statement
- DEBUG-ITEM special register
- GO TO statement without a procedure name
- INITIAL phrase in PROGRAM-ID paragraph
- RERUN
- STOP literal statement
- STOP RUN statement
- USE FOR DEBUGGING statement
- WITH DEBUGGING MODE clause
Recovery . . . : Do not use any of the above
language elements when THREAD(SERIALIZE) is specified.
[ Top of Page | Previous Page | Next Page | Table of Contents ]