JMN0007I-U
Explanation
Recompile after resolving the problems causing the errors when "System error '$s1' occurred on '$s2'." is displayed in addition to this message.
JMN0010I-S
Parameter Explanation
@1@ : OBJECT
Explanation
Recompile after resolving the problems causing the errors when " System error '$s1' occurred on '$s2'. " is displayed in addition to this message.
JMN0013I-S
Explanation
Recompile after resolving the problems causing the errors when "System error '$s1' occurred on '$s2'." is displayed in addition to this message.
JMN0015I-U
Explanation
Recompile after resolving the problems causing the errors when " System error '$s1' occurred on '$s2'. " is displayed in addition to this message.
Parameter Explanation
@1@ : PRINT, DEBUG, SAI
JMN0016I-U
Explanation
There is not enough memory to compile. Check the compiler environment again. Troubleshooting tips:
When multiple applications are run at the same time, shut them down and recompile them, or
Increase virtual memory, or
Install more memory
JMN0020I-U
JMN0021I-E
Parameter Explanation
@1@ : incorrect characters
Example
[C0021.cob] 000001 @OPTIONS INVALID 000002 IDENTIFICATION DIVISION. 000003 PROGRAM-ID. C0021. 000004 ENVIRONMENT DIVISION. 000005 DATA DIVISION. 000006 WORKING-STORAGE SECTION. 000007 PROCEDURE DIVISION. 000008 P-START. 000009 STOP RUN.
JMN0021I-E The character0 'INVALID' is invalid as a compile option name or delimiter. Skips to next delimiter.
JMN0022I-E
JMN0023I-E
Parameter Explanation
@1@ : compiler option name
JMN0024I-E
Parameter Explanation
@1@ : compiler option name
JMN0025I-E
Parameter Explanation
@1@ : compiler option name
Example
[C0026.cob] 000001 @OPTIONS INITVALUE(XX) 000002 IDENTIFICATION DIVISION. 000003 PROGRAM-ID. C0025. 000004 ENVIRONMENT DIVISION. 000005 DATA DIVISION. 000006 WORKING-STORAGE SECTION. 000007 PROCEDURE DIVISION. 000008 P-START. 000009 STOP RUN.
JMN0025I-E The format of a subparameter in compile option 'INITVALUE' is invalid. Compile option 'INITVALUE' ignored.
JMN0026I-E
Parameter Explanation
@1@ : compiler option name
Example
[C0026.cob] 000001 @OPTIONS LINECOUNT(1000) 000002 IDENTIFICATION DIVISION. 000003 PROGRAM-ID. C0026. 000004 ENVIRONMENT DIVISION. 000005 DATA DIVISION. 000006 WORKING-STORAGE SECTION. 000007 PROCEDURE DIVISION. 000008 P-START. 000009 STOP RUN.
JMN0026I-E The length of a subparameter in compile option 'LINECOUNT' is invalid. Compile option 'LINECOUNT' ignored.
JMN0027I-E
Parameter Explanation
@1@ : compiler option name
Example
[C0027.cob] 000001 @OPTIONS MAIN(WMAIN) 000002 IDENTIFICATION DIVISION. 000003 PROGRAM-ID. C0027. 000004 ENVIRONMENT DIVISION. 000005 DATA DIVISION. 000006 WORKING-STORAGE SECTION. 000007 PROCEDURE DIVISION. 000008 P-START. 000009 STOP RUN.
JMN0027I-E The keyword of a subparameter in compile option 'MAIN' is invalid. Compile option ' MAIN' ignored.
JMN0028I-E
Parameter Explanation
@1@ : compiler option name
Example
[C0028.cob] 000001 @OPTIONS LINESIZE(1000) 000002 IDENTIFICATION DIVISION. 000003 PROGRAM-ID. C0028. 000004 ENVIRONMENT DIVISION. 000005 DATA DIVISION. 000006 WORKING-STORAGE SECTION . 000007 PROCEDURE DIVISION. 000008 P-START. 000009 STOP RUN.
JMN0028I-E The value of a subparameter in compile option 'LINESIZE' is invalid. Compile option 'LINESIZE' is ignored.
JMN0029I-E
Parameter Explanation
@1@ : compiler option name
Example
[C0029.cob] 000001 @OPTIONS LANGLVL(85 000002 IDENTIFICATION DIVISION. 000003 PROGRAM-ID. C0029. 000004 ENVIRONMENT DIVISION. 000005 DATA DIVISION. 000006 WORKING-STORAGE SECTION. 000007 PROCEDURE DIVISION. 000008 P-START. 000009 STOP RUN.
JMN0029I-E A right parenthesis is missing in a subparameter of compile option 'LANGLVL', or the subparameter is too long. Compile option 'LANGLVL' is ignored.
JMN0030I-E
Parameter Explanation
@1@ : compiler option name
JMN0031I-W
Parameter Explanation
@1@ : compiler option name
@2@ : The assumed compiler option name. (Specifying compile option @1@ causes related option @2@ to be set automatically.)
Example
[C0031.cob] 000001 @OPTIONS CONF(68),LANGLVL(68) 000002 IDENTIFICATION DIVISION. 000003 PROGRAM-ID. C0031. 000004 ENVIRONMENT DIVISION. 000005 DATA DIVISION. 000006 WORKING-STORAGE SECTION. 000007 PROCEDURE DIVISION. 000008 P-START.
JMN0031I-W Since compile option 'LANGLVL(68)' is specified, 'NOCONF' is assumed.
JMN0032I-I
Parameter Explanation
@1@ : compiler option name
JMN0033I-W
Parameter Explanation
@1@ : compiler option name
@2@ : The assumed compiler option name. (Specifying compile option @1@ causes related option @2@ to be set automatically.)
Example
[C0033.cob] 000001 @OPTIONS CONF(OBS) 000002 IDENTIFICATION DIVISION. 000003 CLASS-ID. C0033. 000004 OBJECT. 000005 DATA DIVISION. 000006 PROCEDURE DIVISION. 000007 METHOD-ID. M1. 000008 END METHOD M1. 000009 END OBJECT. 000010 END CLASS C0033.
C0033.cob 0: JMN0033I-W Compile option'CONF(OBS)' can only be specified in a program definition. Compile option CONF is assumed.
JMN0034I-S
Parameter Explanation
@1@ : compiler option name
Example
[C0034.cob] 000001 @OPTIONS LANGLVL(74) 000002 IDENTIFICATION DIVISION. 000003 CLASS-ID. C0034. 000004 OBJECT. 000005 DATA DIVISION. 000006 PROCEDURE DIVISION. 000007 METHOD-ID. M1. 000008 END METHOD M1. 000009 END OBJECT. 000010 END CLASS C0034.
C0034.cob 0: JMN0034I-S Compile option 'LANGLVL(74)' can only be specified in a program definition. Compile option 'LANGLVL(74)' is ignored.
Explanation
Refer to "Compiler Options That Can Be Specified in the Program Definition (Source Code) Only" in Appendix A of the "NetCOBOL User's Guide".
JMN0035I-S
Explanation
Refer to "Compiler Options for Method Prototype Definitions and Separated Method Definitions" in Appendix A of the "NetCOBOL User's Guide".
JMN0036I-S
Parameter Explanation
@1@ : compiler option name
JMN0037I-E
Parameter Explanation
@1@ : compiler option name
Example
[C0037.cob] 000001 @OPTIONS CREATE(REP) 000002 IDENTIFICATION DIVISION. 000003 PROGRAM-ID. C0035. 000004 ENVIRONMENT DIVISION. 000005 DATA DIVISION. 000006 WORKING-STORAGE SECTION. 000007 PROCEDURE DIVISION. 000008 P-START. 000009 STOP RUN.
C0037.cob 0: JMN0037I-E Compile option 'CREATE(REP)' can only be specified in a class definition. Compile option 'CREATE(REP)' is ignored.
Explanation
CREATE(REP) can only be specified in a class definition.
JMN0058I-W
Parameter Explanation
@1@ : compiler option name
@2@ : compiler option name
JMN0061I-E
Parameter Explanation
@1@ : compiler option name
@2@ : @OPTIONS
Example
[C0061.cob] 000001 @OPTIONS SCS(ACP) 000002 IDENTIFICATION DIVISION. 000003 PROGRAM-ID. C0061. 000004 ENVIRONMENT DIVISION. 000005 DATA DIVISION. 000006 WORKING-STORAGE SECTION. 000007 PROCEDURE DIVISION. 000008 P-START. 000009 STOP RUN.
JMN0061I-E Compiler option 'SCS' cannot be specified for the @OPTIONS compiler directive statement. Compiler option 'SCS' is ignored.
Explanation
Refer to "Compiler Options" in Appendix A of the "NetCOBOL User's Guide" for the options that can be specified in a compiler directive statement.
JMN0063I-W
Parameter Explanation
@1@ : compiler option name
JMN0064I-W
Parameter Explanation
@1@ : compiler option name
@2@ : compiler option name
JMN0065I-W
Parameter Explanation
@1@ : compiler option name
JMN0071I-W
Parameter Explanation
@1@ : compiler option name
JMN0072I-W
Parameter Explanation
@1@ : compiler option name
@2@ : The assumed compiler option name. (Specifying compile option @1@ causes related option @2@ to be set automatically.)
JMN0077I-I
Parameter Explanation
@1@ : compiler option name
JMN0092I-U
JMN0093I-U
JMN0094I-U
JMN0096I-U
JMN0097I-U
JMN0100I-U
Parameter Explanation
@1@ : error detected substep name
@2@ : error detected module name
@3@ : detail code
@4@ : line number
Explanation
If other messages are displayed, resolve those issues and then recompile.
If above steps do not resolve the problem, a compiler failure could be the cause. Please open a support incident to obtain assistance from a supplier.
JMN0102I-U
Parameter Explanation
@1@ : error detected substep name
@2@ : error detected module name
@3@ : detail code
@4@ : line number
Explanation
Compiler failure. Please open a support incident to obtain assistance from a supplier.
JMN0103I-U
Parameter Explanation
@1@ : error detected in the substep name
Explanation
There are not enough memories to process type library. Please check the compiler environment again. Here are some troubleshooting follow.
When multiple applications are run at the same time, shut down and recompile them, or
increase virtual memory, or
installed more memory
JMN0124I-U
Parameter Explanation
@1@ : error detected in the substep name
@2@ : line number
Explanation
These error messages are generated when the source program or copybook is created in Unicode (UTF-8). The cause and response are given below.
Compilation option SCS(UTF8) was not specified.
Specify compilation option SCS(UTF8).
When the length of one line exceeds the maximum length that is decided by the reference format.
The maximum length of a line is 251 bytes for variable-length format and free format, and 80 bytes for fixed-length format. This is the physical length, not display length.
When this error message is displayed during compilation, lines may be truncated due to the limitations mentioned above. Divide up the line and use a line continuation character.
JMN0125I-U
JMN0126I-S
Parameter Explanation
@1@: compile option name
@2@: compile option name
JMN0127I-E
Parameter Explanation
@1@ : compiler option name
@2@ : compiler option name
JMN0129I-I
Parameter Explanation
@1@ : compile option name
@2@ : derived compile option name
Explanation
This message is given when compile option ENCODE (UTF8, UTF16) or ENCODE (UTF8, UTF32) is defined explicitly or implicitly. Specify the NSP compile option after checking the handling of spaces related to national items. For details refer to the following.
"NSP (handling of spaces related to national data item)" in Appendix A of the "NetCOBOL User's Guide"
JMN0130I-E
Parameter Explanation
@1@ : compiler option name
JMN0998I-U