Message Types [ HP RPG/iX Reference Manual ] MPE/iX 5.0 Documentation
HP RPG/iX Reference Manual
Message Types
There are three types of compiler messages: informational, warning, and
terminal error messages. They are identified by a letter code appended
to the error number. For example, the message number 1026W is a warning
message because it has the letter code W (warning) appended to the
message number.
Message Type Description
I (Informational) Reminds you that, although coding may be
valid, it may not produce intended results.
For example, informational messages notify
you when you omit File Description
Specifications.
W (Warning) Indicates a possible problem; a reasonable
alternative (default) exists and is chosen.
T (Terminal error) Prevents successful compilation - no object
program is produced. In most cases, the
compiler assumes a default and continues
processing. This allows the entire program
to be scanned for errors.
---------------------------------------------------------------------------------------
0001W MESSAGE EXPECTS $ CONTINUATION, RECORD IGNORED
CAUSE You did not enter a complete compiler subsystem command on this
record.
ACTION The compiler ignores this record. If necessary, correct the record.
---------------------------------------------------------------------------------------
0002T MESSAGE SEQUENCE NUMBER ERROR
CAUSE You did not enter the records making up the source program in the
proper sequence (as indicated by the Sequence Number Field, columns
1-5).
ACTION Arrange the source program properly and recompile.
---------------------------------------------------------------------------------------
0003T MESSAGE NON-EXISTENT SPEC TYPE
CAUSE You specified an entry in the Form Type Field (column 6) that
indicates a type of specification that no longer exists.
ACTION Enter the correct type and recompile the program.
---------------------------------------------------------------------------------------
0004T MESSAGE SPEC TYPE OUT OF ORDER
CAUSE You submitted a source program with at least one specification record
out of proper sequence (according to type). For example, a program
File Description Specification before the Header Specification would
result in this error.
ACTION Rearrange and recompile the source program.
---------------------------------------------------------------------------------------
0011T MESSAGE MORE THAN 500 ERRORS AND WARNINGS FOUND, END COMPILE
CAUSE There are too many errors in the program.
ACTION Correct the program and recompile.
---------------------------------------------------------------------------------------
0012T MESSAGE NO SOURCE FILE NAMED. COMPILATION TERMINATED.
CAUSE No source file was named in the :RPGXL, :RPGXLLK, or RPGXLGO command,
or no file equation was used to equate RPGTEXT to a source file in
the :RUN RPGXL command.
ACTION Include a source file name in the command.
---------------------------------------------------------------------------------------
0013T MESSAGE $NULL NOT ALLOWED FOR SOURCE FILE.
CAUSE RPGXL does not accept source code input from this system file.
ACTION Place all source code into a named file or read it from $STDIN.
---------------------------------------------------------------------------------------
0014T MESSAGE EMPTY SOURCE FILE.
CAUSE No records were found in the named source file.
ACTION Be sure the source file contains at least one record to process.
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
0030W MESSAGE UNABLE TO CREATE RPGCOPY PROCESS. NO PREPROCESSING DONE
CAUSE RPGCOPY.PUB.SYS could not be run by the compiler.
ACTION Ensure that a current version of RPGCOPY exists in the PUB group of
the SYS account and recompile.
---------------------------------------------------------------------------------------
0040T MESSAGE CANNOT CLOSE SOURCE FILE FOR $COPY PROCESSING
CAUSE Compiler error.
ACTION Contact HP Support Engineering.
---------------------------------------------------------------------------------------
0041T MESSAGE CANNOT RE-OPEN SOURCE FILE AFTER $COPY PROCESSING.
CAUSE Possible compiler error.
ACTION Contact HP Support Engineering.
---------------------------------------------------------------------------------------
0042T MESSAGE CANNOT FIND JCW 'RPGINCLUDE' FOR $COPY PROCESSING
CAUSE Compiler error.
ACTION Contact HP Support Engineering.
---------------------------------------------------------------------------------------
0049T MESSAGE COPYLIB FILE CANNOT HAVE BLOCKING FACTOR > 50
CAUSE A file specified in a $INCLUDE line has a file blocking factor
greater than 50.
ACTION Rebuild the $INCLUDE file with a blocking factor no greater than 50.
---------------------------------------------------------------------------------------
0050T MESSAGE ERROR OPENING COMPILER COPYLIB FILE
CAUSE A file specified in a $INCLUDE line could not be opened.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0051T MESSAGE ERROR OPENING COMPILER 'RPGLIST' FILE
CAUSE File system error occurred when opening the RPGLIST file.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0052T MESSAGE ERROR OPENING COMPILER 'RPGTEXT' FILE
CAUSE File system error occurred when opening the RPGTEXT file.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0053T MESSAGE ERROR OPENING COMPILER 'RPGSOM' FILE
CAUSE File system error occurred when opening RPGSOM.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
0058T MESSAGE ERROR OPENING COMPILER 'RPGTAB' FILE
CAUSE File system error occurred when opening the RPGTAB file.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0060T MESSAGE END OF FILE FOR COMPILER COPYLIB FILE
CAUSE Compiler error.
ACTION Contact HP Support Engineering.
---------------------------------------------------------------------------------------
0061T MESSAGE END OF FILE FOR COMPILER 'RPGLIST' FILE
CAUSE RPGLIST is too small to hold all output records.
ACTION Build an RPGLIST file with more than 5000 records and recompile.
---------------------------------------------------------------------------------------
0063T MESSAGE END OF FILE FOR COMPILER 'RPGSOM' FILE
CAUSE RPGSOM is too small to hold all output records.
ACTION Build an RPGSOM file with more than 400 records and recompile.
---------------------------------------------------------------------------------------
0070T MESSAGE ERROR ACCESSING COMPILER COPYLIB FILE
CAUSE File system error occurred during the use of a file specification on
a $INCLUDE line.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0071T MESSAGE ERROR ACCESSING COMPILER 'RPGLIST' FILE
CAUSE File system error occurred during the use of the RPGLIST file.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0072T MESSAGE ERROR ACCESSING COMPILER 'RPGTEXT' FILE
CAUSE File system error occurred during the use of the RPGTEXT file.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0073T MESSAGE ERROR ACCESSING COMPILER 'RPGSOM' FILE
CAUSE File system error occurred during the use of the RPGSOM file.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
0078T MESSAGE ERROR ACCESSING COMPILER 'RPGTAB' FILE
CAUSE File system error occurred during the use of the RPGTAB file.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0080T MESSAGE ERROR CLOSING COMPILER COPYLIB FILE
CAUSE File system error occurred when closing a file specified on the
$INCLUDE line.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0081T MESSAGE ERROR CLOSING COMPILER 'RPGLIST' FILE
CAUSE File system error occurred when closing the RPGLIST file.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0082T MESSAGE ERROR CLOSING COMPILER 'RPGTEXT' FILE
CAUSE File system error occurred when closing the RPGTEXT file.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0083T MESSAGE ERROR CLOSING 'RPGSOM' FILE
CAUSE File system error occurred when closing the RPGSOM file.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
0088T MESSAGE ERROR CLOSING COMPILER 'RPGTAB'
CAUSE File system error occurred when closing RPGTAB.
ACTION Refer to the File Information Display for the actual file system
error that occurred and take appropriate action.
---------------------------------------------------------------------------------------
1001W MESSAGE MORE THAN ONE HEADER SPEC, SPECIFICATION DROPPED
CAUSE You included more than one Header Specification in your source
program.
ACTION The compiler ignores any Header Specification after the first one.
Remove the extra specifications.
---------------------------------------------------------------------------------------
1002W MESSAGE INVALID ERROR DUMP FILENAME IN COLUMNS 7-14, ASSUME BLANK
CAUSE You entered an invalid file name in the Error Dump Filename Field
(columns 7-14).
ACTION The compiler ignores your entry and assumes you left these columns
blank.
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
1003W MESSAGE COLUMN 15 (DEBUG OPTION) NOT BLANK OR 1, ASSUME 1.
CAUSE You specified a character other than 1 in the Debug Field (column
15).
ACTION The compiler ignores your entry and assumes you entered a 1,
specifying execution of DEBUG operations. If you do not want DEBUG
operations, correct this record.
---------------------------------------------------------------------------------------
1004W MESSAGE COLUMNS 18-19 NOT BLANK, ASSUME BLANK.
CAUSE You entered data in columns 18-19 (not used in RPG).
ACTION The compiler ignores your entry and assumes you left these columns
blank.
---------------------------------------------------------------------------------------
1005W MESSAGE COLUMN 21 (INVERTED PRINT) NOT BLANK, I, J, OR D, ASSUME BLANK.
CAUSE You entered a character other than an I, J, or D in the Inverted
Print Field (column 21).
ACTION The compiler ignores your entry and assumes you left it blank,
specifying Domestic Format. If you do not want Domestic Format,
change this entry to I, J, or blank.
---------------------------------------------------------------------------------------
1006W MESSAGE COLUMNS 23-24 NOT BLANK, ASSUME BLANK.
CAUSE You entered data in columns 23-24 (not used by RPG).
ACTION The compiler ignores your entry and assumes you left these columns
blank.
---------------------------------------------------------------------------------------
1007W MESSAGE COLUMN 26 (ALTERNATE COLLATING SEQUENCE) NOT BLANK, S, OR O, ASSUME
BLANK.
CAUSE You specified a character other than an S or O in the Alternate
Collating Sequence Field (column 26).
ACTION The compiler ignores your entry and assumes you left the field blank,
specifying no alternate sequence. If you wish an alternate collating
sequence, change the entry to S or O.
---------------------------------------------------------------------------------------
1008W MESSAGE COLUMNS 29-33 NOT BLANK, ASSUME BLANK.
CAUSE You entered data in columns 29-33 (not used by RPG).
ACTION The compiler ignores your entry and assumes you left these columns
blank.
---------------------------------------------------------------------------------------
1009W MESSAGE COLUMN 34 (BINARY SEARCH OPTION) NOT BLANK OR B, ASSUME B.
CAUSE You specified a character other than B in the Table/Array Look-Up
Field (column 34).
ACTION The compiler ignores your entry and assumes you entered a B for a
binary look-up. If you do not wish a binary look-up, change this
entry to blank.
---------------------------------------------------------------------------------------
1010W MESSAGE COLUMNS 35-38 NOT BLANK, ASSUME BLANK.
CAUSE You entered data in columns 35-38 (not used by RPG).
ACTION The compiler ignores your entry and assumes you left these columns
blank.
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
1011W MESSAGE COLUMN 40 (SIGN CHECK) NOT BLANK, B, S, I, O, OR N, ASSUME BLANK.
CAUSE You entered a character other than a blank or B, S, I, O, or N in the
Sign Process Field (column 40).
ACTION The compiler ignores your entry and assumes you left the field blank,
specifying sign-forcing on output. If you want other sign-forcing or
no sign-forcing, specify S, I, O, or N.
---------------------------------------------------------------------------------------
1012W MESSAGE COLUMN 41 (1P FORMS POSITIONING) NOT BLANK OR 1, ASSUME 1.
CAUSE You entered a character other than a 1 in the Form Positioning Field
(column 41).
ACTION The compiler ignores your entry and assumes you entered a 1,
specifying form position verification. If you do not wish form
positioning, correct the entry.
---------------------------------------------------------------------------------------
1013W MESSAGE COLUMN 42 INDICATOR (INITIALIZATION) NOT BLANK OR S, ASSUME S.
CAUSE You entered a character other than S in the Indicator Setting Field
(column 42).
ACTION The compiler ignores your entry and assumes you entered an S, turning
ON 1P, L0, and all field indicators. Correct the entry, if
necessary.
---------------------------------------------------------------------------------------
1014W MESSAGE COLUMN 43 (FILE TRANSLATION) NOT BLANK, F, OR O, ASSUME BLANK.
CAUSE You entered a character other than an F or O in the File Translation
Field (column 43).
ACTION The compiler ignores your entry and assumes you left the field blank,
specifying no translation. If you wish file translation, correct the
entry to F or O.
---------------------------------------------------------------------------------------
1015W MESSAGE COLUMN 45 NOT BLANK, ASSUME BLANK.
CAUSE You entered data in column 45 (not used by RPG).
ACTION The compiler ignores your entry and assumes you left this column
blank.
---------------------------------------------------------------------------------------
1016W MESSAGE COLUMN 47 (SKIP TO CHANNEL 1 SUPPRESS) NOT BLANK OR S, ASSUME S.
CAUSE You entered a character other than an S, in the Skip-Suppress Field
(column 47).
ACTION The compiler ignores your entry and assumes you entered an S,
specifying skip suppress. If you do not wish skip suppress, change
the entry to blank.
---------------------------------------------------------------------------------------
1017W MESSAGE COLUMN 48 (DSPLY OPTIONS) NOT BLANK B, D, N, OR S, ASSUME BLANK.
CAUSE You specified an incorrect entry for column 48.
ACTION The compiler assumes that the entry was blank.
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
1018W MESSAGE COLUMN 52 (CROSS REFERENCE) NOT BLANK OR X, ASSUME X.
CAUSE You entered a character other than X in the Cross-Reference Listing
Field (column 52).
ACTION The compiler ignores your entry and assumes you entered an X, for
printing a Cross-Reference listing. If you do not want a
Cross-Reference listing, enter a blank in column 52.
---------------------------------------------------------------------------------------
1019W MESSAGE COLUMN 53 (CARRIAGE CONTROL TYPE) NOT BLANK OR L, ASSUME L.
CAUSE You entered a character other than L in the Carriage Control Type
Field (column 53).
ACTION The compiler ignores your entry and assumes you entered an L, so that
skip requests refer to line numbers. If your skip requests refer to
channel numbers, leave this column blank.
---------------------------------------------------------------------------------------
1020W MESSAGE COLUMN 54 (TEXT SEQUENCE CHECK) NOT BLANK OR N, ASSUME BLANK. (SEQ
CHECK NOT SUPPORTED)
CAUSE You entered a character other than a blank or an N in the Textfile
Sequence Check Field (column 54).
ACTION The compiler ignores your entry and assumes you left the field blank
for no sequence checking.
---------------------------------------------------------------------------------------
1021W MESSAGE COLUMN 55 (RUN TIME ERROR CONTROL) NOT BLANK, N, OR S, ASSUME S.
CAUSE You entered a character, other than an N or S in the Error Log Field
(column 55).
ACTION The compiler ignores your entry and assumes you entered an S, for
transmitting error messages to the operator and providing a dump.
---------------------------------------------------------------------------------------
1022W MESSAGE COLUMN 56 (RUN TIME ERROR OPTION) NOT BLANK OR 1-5, ASSUME 5.
CAUSE You entered a character other than 1-5, in the Error Response Field
(column 56).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
1023W MESSAGE COLUMN 57 (RUN TIME ERROR OPTION) NOT BLANK OR 1-5, ASSUME 5.
CAUSE You entered a character other than 1-5, in the Error Response Field
(column 57).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
1024W MESSAGE COLUMN 58 (RUN TIME ERROR OPTION) NOT BLANK OR 1-5. ASSUME 5.
CAUSE You entered a character other than 1-5, in the Error Response Field
(column 58).
ACTION The compiler ignores the entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
1025W MESSAGE COLUMN 59 (RUN TIME ERROR OPTION) NOT BLANK, 0 OR 2-5. ASSUME 5.
CAUSE You entered a character other than 0 or 2-5 in the Error Response
Field (column 59).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
1026W MESSAGE COLUMN 60 (RUN TIME ERROR OPTION) NOT BLANK, 0 OR 2-5. ASSUME 5.
CAUSE You entered a character other than 0 or 2-5, in the Error Response
Field (column 60).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
1027W MESSAGE COLUMN 61 (RUN TIME ERROR OPTION) NOT BLANK, 0 OR 2-5. ASSUME 5.
CAUSE You entered a character other than 0 or 2-5, in the Error Response
Field (column 61).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
1028W MESSAGE COLUMN 62 (RUN TIME ERROR OPTION) NOT BLANK OR 0-5, ASSUME 5.
CAUSE You entered a character other than 0-5, in the Error Response Field
(column 62).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
1029W MESSAGE COLUMN 63 (RUN TIME ERROR OPTION) NOT BLANK OR 0-5, ASSUME 5.
CAUSE You entered a character other than 0-5, in the Error Response Field
(column 63).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
1030W MESSAGE COLUMN 64 (RUN TIME ERROR OPTION) NOT BLANK OR 0-5. ASSUME 5.
CAUSE You entered a character other than 0-5, in the Error Response Field
(column 64).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
1031W MESSAGE COLUMN 65 (RUN TIME ERROR OPTION) NOT BLANK, 0, OR 2-5. ASSUME 5.
CAUSE You entered a character other than 0 or 2-5, in the Error Response
Field (column 65).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
1032W MESSAGE COLUMN 66 (RUN TIME ERROR OPTION) NOT BLANK, 0, OR 2-5. ASSUME 5.
CAUSE You entered a character other than 0 or 2-5, in the Error Response
Field (column 66).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump, and
ending the program.
---------------------------------------------------------------------------------------
1033W MESSAGE COLUMN 67 (RUN TIME ERROR OPTION) NOT BLANK, 0, OR 2-5, ASSUME 5.
CAUSE You entered a character other than 0 or 2-5, in the Error Response
Field (column 67).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
1034W MESSAGE COLUMN 68 (RUN TIME ERROR OPTION) NOT BLANK, 0, OR 2-5, ASSUME 5.
CAUSE You entered a character, other than 0 or 2-5, in the Error Response
Field (column 68).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
1035W MESSAGE COLUMN 69 (RUN TIME ERROR OPTION) NOT BLANK, 0, OR 2-5, ASSUME 5.
CAUSE You entered a character, other than 0 or 2-5, in the Error Response
Field (column 69).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
1036W MESSAGE COLUMN 70 (RUN TIME ERROR OPTION) NOT BLANK, 0, OR 2-5, ASSUME 5.
CAUSE You entered a character, other than 0 or 2-5, in the Error Response
Field (column 70).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and ending
the program.
---------------------------------------------------------------------------------------
1037W MESSAGE COLUMN 71 (RUN TIME ERROR OPTION) NOT BLANK OR 0-5, ASSUME 5.
CAUSE You entered a character other than 0 or 2-5 in the Error Response
Field (column 71).
ACTION The compiler ignores your entry and assumes you entered a 5, for
redirecting or suppressing error messages, printing a dump and the
ending program.
---------------------------------------------------------------------------------------
1038W MESSAGE COLUMNS 75-80 (PROGRAM NAME) INVALID, ASSUME RPGOBJ.
CAUSE The program name does not begin with an alphabetic character (A-Z),
the remaining characters are not alphanumeric, (A-Z, 0-9), or they
contain embedded blanks.
ACTION The compiler ignores your entry and assumes you assigned the name
RPGOBJ. Correct the entry if necessary.
---------------------------------------------------------------------------------------
1039W MESSAGE NO HEADER SPEC FOR RPG PROGRAM, ASSUME BLANK HEADER SPEC.
CAUSE You left the Header Specification out of your RPG program.
ACTION The compiler assumes a blank Header Specification. Correct the
specification if necessary.
---------------------------------------------------------------------------------------
1040W MESSAGE COLUMNS 56-70 NOT BLANK WHEN COLUMN 55 CONTAINS S, ASSUME BLANK.
CAUSE You entered data in the Error Response Field (columns 56-70) when the
Error Log Field (column 55) contains an S.
ACTION The compiler ignores your entry and assumes you left columns 56-70
blank.
---------------------------------------------------------------------------------------
1041W MESSAGE COLUMNS 72-74 NOT BLANK, ASSUME BLANK.
CAUSE You entered data in columns 72-74 (not used by RPG).
ACTION The compiler ignores your entry and assumes you left these columns
blank.
---------------------------------------------------------------------------------------
1042W MESSAGE COLUMN 16 (U-SWITCH SOURCE) NOT BLANK, J, OR F, ASSUME BLANK.
CAUSE You specified an incorrect entry for column 16.
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
1043W MESSAGE COLUMN 17 (UPDATE SOURCE) NOT BLANK OR F, ASSUME BLANK.
CAUSE You specified an incorrect entry for column 17.
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
1044W MESSAGE COLUMN 27 NOT BLANK, ASSUME BLANK.
CAUSE You entered a character other than a blank in column 27 (not used by
RPG).
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
1045W MESSAGE COLUMN 28 (BUFCHK DEFAULTS) NOT BLANK, C, N, B, U, OR X, ASSUME
BLANK.
CAUSE You specified an incorrect entry for column 28.
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
1046W MESSAGE COLUMN 25 (NAME LOGGING ) NOT BLANK OR L, ASSUME BLANK.
CAUSE You specified an incorrect entry for column 25.
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
1047W MESSAGE COLUMN 39 (EBCDIC ZONE/DIGIT TESTS) NOT BLANK OR E, ASSUME BLANK.
CAUSE You specified an incorrect entry for column 39.
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
1048W MESSAGE COLUMN 44 (NON-NUMERIC DIGITS) NOT BLANK OR N, ASSUME BLANK.
CAUSE You specified an incorrect entry for column 44.
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
1049W MESSAGE COLUMN 22 (RECORD NUMBER ADJUST) NOT BLANK, 1, +, OR 0, ASSUME BLANK.
CAUSE You specified an incorrect entry for column 22.
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
1050W MESSAGE COLUMN 49 (RECORD LENGTH CHECK) NOT BLANK, N, OR E. ASSUME BLANK.
CAUSE You specified an incorrect entry for column 49.
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
1051W MESSAGE COLUMN 50 (PAGE OVERFLOW) NOT BLANK OR P. ASSUME BLANK.
CAUSE You specified an incorrect entry for column 50.
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
1052W MESSAGE COLUMN 51 (*PLACE METHOD) NOT BLANK OR 1. ASSUME BLANK.
CAUSE You specified an incorrect entry for column 51.
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
1053W MESSAGE COLUMN 20 (SAVE SOURCE LINE NO'S) NOT BLANK OR N. ASSUME BLANK.
CAUSE You specified an incorrect entry for column 20.
ACTION The compiler assumes that the entry is blank.
---------------------------------------------------------------------------------------
2001T MESSAGE FILE NAME PREVIOUSLY DEFINED IN COLUMNS 7-14, SPEC IS DROPPED.
CAUSE You assigned the file name used in the File Name Field (columns 7-14)
in a previous File Description Specification.
ACTION The compiler ignores the specification. Correct the file name and
recompile.
---------------------------------------------------------------------------------------
2002T MESSAGE INVALID FILETYPE ENTRY IN COLUMN 15, ASSUME I.
CAUSE You entered an invalid file type entry in the File Type Field (column
15).
ACTION The compiler ignores your file type entry and assumes you entered an
I for Input File. If this is not an input file, change the entry to
O, U, D, or C.
---------------------------------------------------------------------------------------
2003W MESSAGE FILE DESIGNATION IN COLUMN 16 IS INVALID FOR FILE TYPE, ASSUME
SECONDARY.
CAUSE You entered a value in the File Designation Field (column 16) that is
invalid for the file type.
ACTION The compiler ignores your file designation entry and assumes you
designated a secondary file. If you do not intend a secondary file,
change the entry to P, R, C, T, D, or blank.
---------------------------------------------------------------------------------------
2004W MESSAGE INVALID END OF FILE ENTRY IN COLUMN 17, ASSUME BLANK.
CAUSE You entered an invalid end-of-file entry in the End-of-File Field
(column 17).
ACTION The compiler ignores your end-of-file entry and assumes you left it
blank.
---------------------------------------------------------------------------------------
2005W MESSAGE INVALID SEQUENCE ENTRY IN COLUMN 18, ASSUME BLANK.
CAUSE You entered an invalid sequence entry in the Input Sequence Check
Field (column 18).
ACTION The compiler ignores your sequence entry and assumes you left it
blank (to sequence check the matching file in ascending order). If
you want to sequence check in descending order, change this entry to
D.
---------------------------------------------------------------------------------------
MPE/iX 5.0 Documentation