Ap A. Error Messages [ HP EDIT Reference Manual ] MPE/iX 5.0 Documentation
HP EDIT Reference Manual
Appendix A Error Messages
This appendix lists all HP EDIT error messages and explains the cause of
each message. Some of the explanations also provide suggested corrective
action. The letter combination of XXX represents a parameter, such as a
number or command.
010 Line too long - not replacing
There was insufficient room on the line to replace the search
pattern with the replace pattern. Consequently, HP EDIT did not
replace the search pattern.
020 File not joined
You aborted a join file operation. HP EDIT responded by indicating
that it did not join a file.
030 Unable to open the file to be joined
HP EDIT could not locate the file to be joined. You may have
misspelled the file name.
040 Unable to access the file to be joined
This is not a user error. HP EDIT encountered a problem when
getting information about the file to be joined. Please report this
HP EDIT error.
050 File to be joined is not a text file
HP EDIT cannot join the specified file because it is not an ASCII
text file.
060 File to be joined is not a byte file
HP EDIT cannot join the specified file because it is not an ASCII
byte file.
070 Can't read from cut/paste file (HPED 70, XXX)
This is not a user error. HP EDIT encountered a problem while
attempting to read from the cut/paste file (buffer). XXX represents
the file system error number. Please report this HP EDIT error.
080 The current line is blank
You attempted to upshift or downshift text on a blank line.
090 The cursor was above the first line
You attempted to issue a command while the cursor was above the
first line of text on the screen.
100 The cursor was below the last line
You attempted to issue a command while the cursor was below the last
line of text on the screen.
110 There is no next character to swap
An attempt was made to swap the last character on the line. As
there is no next character on the line, the swap cannot take place.
120 There is no next word to swap
You attempted to swap the last word on the line. Since another word
beyond the current word does not exist, HP EDIT cannot swap words.
130 There is no next line to swap
You attempted to swap the last line in the file. Since another line
beyond the current line does not exist, HP EDIT cannot swap lines.
140 The character is not a valid delimiter
The cursor was positioned on a character that is not a valid
delimiter. Valid delimiters are : ( ) [ ] { }
150 A matching delimiter was not found
HP EDIT could not locate a delimiter matching the character where
the cursor is currently located.
160 The end of file was reached
You attempted to move the cursor beyond the end of the file.
170 The beginning of file was reached
You attempted to move the cursor above the beginning of the file.
180 There is no previous session
You attempted to activate a non-existent previous HP EDIT session.
The current HP EDIT session is the first (top level) session.
190 There is no more text to delete on this line
You attempted to delete or replace text beyond the end of the line.
200 Could not get collating sequence table for this language
This is not a user error. HP EDIT encountered an error while
attempting to retrieve the collating table for the language of the
text. The collating table contains the language-specific ordering
of the characters. Please report this HP EDIT error.
210 Could not get collating sequence table length for this language
This is not a user error. HP EDIT encountered an error while
attempting to read the length of the collating table for the
language of the text. The collating table contains the
language-specific ordering of the characters. Please report this HP
EDIT error.
220 Could not get attribute table for this language
This is not a user error. HP EDIT encountered an error while
attempting to retrieve the attribute table for the language of the
text. The attribute table contains language-specific information
about the characters. Please report this HP EDIT error.
230 There is not enough space for the NLS collating sequence table
This is not a user error. HP EDIT could not find enough space in
memory for the collating table. The collating table contains the
language-specific ordering of the characters. Please report this HP
EDIT error.
240 Could not compare strings using NLCOLLATE intrinsic
This is not a user error. A system routine that compares character
strings failed to function properly. Please report this HP EDIT
error.
250 Could not get the upshift table for this language
This is not a user error. HP EDIT encountered an error while
attempting to retrieve the upshift table for the language of the
text. The upshift table contains language-specific capitalization
information. Please report this HP EDIT error.
260 Could not get the downshift table for this language
This is not a user error. HP EDIT encountered an error while
attempting to retrieve the upshift table for the language of the
text. The upshift table contains language-specific lowercase
information. Please report this HP EDIT error.
270 User lacks Process Handling (PH) capability
MPE requires that a user have Process Handling (PH) capability in
order to run programs from within HP EDIT.
280 Requested program does not exist
HP EDIT could not find the requested program. You may have
misspelled the program name.
290 Invalid program name requested
MPE considers the requested program name invalid.
300 Received error #XXX attempting to create process
HP EDIT encountered an error while attempting to run the requested
program. XXX is the error number MPE returned to HP EDIT.
310 Unable to locate the command
You pressed a key that does not correspond to any currently defined
HP EDIT command.
320 Command not listed in help catalog
This is not a user error. HP EDIT could not find the description
for the specified command in the help catalog. Please report this
HP EDIT error.
330 Line too long to shift that far
The line is too long to be shifted right by the number of characters
specified in the shift count.
340 Fill limited to XXX columns
The current line does not have sufficient room to accommodate the
requested fill operation. Instead, the line was filled with XXX
copies of the character.
350 Line XXX text won't fit in join length
The text on line XXX is too long to be centered between the left
margin and the right margin defined by the join length.
360 Illegal pattern
The search pattern contains pattern-matching characters that HP EDIT
cannot properly interpret.
370 Recovery file is empty
You attempted to recover a file using an empty recovery file.
380 Recovery file is incomplete
You attempted to recover a file using an incomplete recovery file.
390 Invalid recovery command: "XXX" in record XXX
This is not a user error. While attempting to recover a file, HP
EDIT encountered an invalid command XXX in record XXX of the
recovery file. Please report this HP EDIT error.
400 Cannot access input file
This is not a user error. HP EDIT encountered an error while
getting information about the file being read in. Please report
this HP EDIT error.
410 File is not a text file
The specified file is not an ASCII text file usable with HP EDIT.
420 Input file blocks are too large
The block size for the specified file is too large to be handled by
HP EDIT.
430 File is not a byte file
The specified file is not a byte file usable with HP EDIT.
440 Input records are too large
The specified record size of the file is too large to be handled by
HP EDIT.
450 File has more than XXX lines
The current editing session exceeded the current maximum number of
lines (XXX) that HP EDIT can accommodate.
460 Cannot edit that many lines
The specified file contains more lines than HP EDIT can edit.
470 Could not read file name
This is not a user error. HP EDIT encountered a problem while
attempting to read the specified file name. Please report this HP
EDIT error.
480 Received error XXX attempting to open recovery file
This is not a user error. HP EDIT encountered a problem while
attempting to open the recovery file. XXX is the error number MPE
returned to HP EDIT. Please report this HP EDIT error.
490 Could not reopen recovery file
This is not a user error. HP EDIT encountered a problem while
attempting to reopen the recovery file. Please report this HP EDIT
error.
500 Received error XXX attempting to create recovery file
This is not a user error. HP EDIT encountered a problem while
attempting to create the recovery file. XXX is the error number MPE
returned to HP EDIT.
510 Too many recovery files already in this group
HP EDIT could not create a new recovery file in the current group.
Try using another home group or removing extraneous recovery files
(files beginning with a K followed by the Julian date).
520 Illegal delimiter in file name
HP EDIT encountered an invalid delimiter character in the file name.
530 First character of identifier not alphabetic
One or more components of the requested file name begins with an
invalid non-alphabetic character. You may have misspelled the file
name.
540 Unrecognized file name
MPE rejected one or more components of the requested file name. You
may have misspelled the file name.
550 Identifier in file name is too long
One or more components of the requested file name is longer than
eight characters, which is the maximum MPE allows. You may have
misspelled the file name.
560 Not a legal file name (XXX)
This is not a user error. MPE considers the file name invalid. XXX
is the error number MPE returned to HP EDIT. Please report this HP
EDIT error.
570 Received error XXX attempting to open file for recovery
This is not a user error. HP EDIT encountered an error while
attempting to open the recovery file. XXX is the error number MPE
returned to HP EDIT. Please report this HP EDIT error.
580 Received error XXX while reading input file
This is not a user error. HP EDIT encountered an error while
attempting to read from the input file. XXX is the error number MPE
returned to HP EDIT. Please report this HP EDIT error.
590 Received error XXX attempting to reopen file for recovery
This is not a user error. HP EDIT encountered an error while
attempting to reopen the recovery file. XXX is the error number MPE
returned to HP EDIT. Please report this HP EDIT error.
600 No cut/paste file available
This is not a user error. HP EDIT could not find the file used for
the cut/paste buffer. Please report this HP EDIT error.
610 No lines in cut/paste buffer
You attempted to paste text from an empty cut/paste buffer. Copy or
cut text into the buffer first, then paste the text.
620 Can't write to cut/paste file (HPED 620,XXX)
This is not a user error. HP EDIT encountered an error while
attempting to write to the cut/paste file (buffer). XXX is the
error number MPE returned to HP EDIT. Please report this HP EDIT
error.
630 Can't open cut/paste file (HPED 630,XXX)
This is not a user error. HP EDIT encountered an error while
attempting to open the cut/paste file (buffer). XXX is the error
number MPE returned to HP EDIT. Please report this HP EDIT error.
640 Illegal column specified
You specified a count before executing the Paste Over command that
was greater than the maximum line length. Consequently, HP EDIT
pasted over the text at the current cursor location.
650 Bad macro definition
HP EDIT did not find the correct macro initiator. Refer to the
Define Macro command for information about correct macro syntax.
660 Received error codes XXX and XXX calling PROCINFO
This is not a user error. HP EDIT encountered a problem while
attempting to activate a child editing session. XXX and XXX are the
error numbers MPE returned to HP EDIT. Please report this HP EDIT
error.
670 Cannot read configuration file
HP EDIT could not read in the configuration file because you
specified a non-existent file name.
680 Valid mark numbers are 1 - XXX
HP EDIT supports marks 1 - XXX. The current value of XXX is 11.
690 Cannot save configuration to file
This is not a user error. HP EDIT encountered an error while
attempting to save the HP EDIT configuration file. Please report
this HP EDIT error.
700 Text does not contain a valid file name
The current line does not contain a file name MPE considers valid.
710 Not yet implemented
This is not a user error. You attempted to execute an HP EDIT
feature not yet implemented. Please report this HP EDIT error.
720 Unrecognized command: XXX
You attempted to execute an unknown HP EDIT command. XXX indicates
the invalid key.
730 Unknown command. (CIERR XXX)
The MPE command interpreter does not recognize the specified
command. XXX is the error number MPE returned.
740 Received CIERR XXX at parameter XXX
MPE returned the system error XXX for the parameter XXX. You may
have misspelled the command.
750 No macros have been defined
You have not defined any macros in this editing session.
760 Mark #XXX has not been set
You have not set marker #XXX.
770 Meta-macro XXX does not exist
You have not defined the Meta-macro XXX. Possibly the configuration
file containing the macro was not loaded into HP EDIT.
780 Macro XXX does not exist
You have not defined the macro XXX. Possibly the configuration file
containing the macro was not loaded into HP EDIT.
790 Not found
HP EDIT did not find the character you were trying to locate.
800 You have a next session active
You attempted to exit the current session before terminating a child
session. HP EDIT requires that you terminate all child sessions
before exiting the current session.
810 End of file on $stdin
You entered an :EOD sequence at the beginning of the line during
text entry. HP EDIT interprets this sequence as a request to
immediately exit HP EDIT.
820 Can't activate TDP.PUB.SYS
HP EDIT could not start the TDP.PUB.SYS program. Check whether TDP
is installed on your system.
830 Can't send TDP commands
This is not a user error. HP EDIT could not send TDP the necessary
commands to invoke the formatter. Please report this HP EDIT error.
840 Device type of keep file not supported
You attempted to save the file to an unsupported device. Possibly
the file name is file equated to a tape device.
850 Received security violation error while attempting to save file
You attempted to save the file to a group for which HP EDIT lacks
write access. You may have inadvertently attempted to save text to
another account.
860 Invalid file reference specified
MPE rejected one or more components of the requested file name. You
may have misspelled the file name.
870 Received a file system error while attempting to save file (HPED
870,XXX)
This is not a user error. HP EDIT received file system error XXX
while attempting to save the file. Please report this HP EDIT
error.
880 Could not open keepfile
This is not a user error. HP EDIT encountered an error while
attempting to open the file where the text is to be written. Please
report this HP EDIT error.
890 Could not purge the old file. Kept to temporary file instead
The old file could not be purged. Instead, HP EDIT kept the text to
a temporary file with the same name. Possibly the file was being
accessed by another program at the same time.
900 Invalid exponent
This is not a user error. HP EDIT encountered an invalid exponent.
Please report this HP EDIT error.
910 Unable to write to the recovery file
This is not a user error. HP EDIT encountered an error while
attempting to write to the recovery file. Please report this HP
EDIT error.
920 OUT OF RECOVERY FILE SPACE! The last command will be ignored
HP EDIT has run out of recovery file space and will ignore the last
command. You must save your text and exit the editing session.
930 The text on the line is too long to be justified
HP EDIT does not justify lines longer than the join length.
940 Autobump detection failed. Please report.
This is not a user error. HP EDIT encountered a problem while
attempting to bump line numbers. Please report this HP EDIT error.
950 Leading blanks is a read-only variable
HP EDIT prohibits you from altering the Leading Blanks calculator
variable.
960 Number of records is a read-only variable
HP EDIT prohibits you from altering the Number of Records calculator
variable.
970 Trailing blanks is a read-only variable
HP EDIT prohibits you from altering the Trailing Blanks calculator
variable.
980 Maximum line length is a read-only variable
HP EDIT prohibits you from altering the Maximum Line Length
calculator variable.
990 Unknown calculator function: XXX
HP EDIT does not recognize XXX as a calculator function.
1000 Invalid variable or register name: XXX
HP EDIT does not recognize XXX as a calculator variable or register
name.
1010 Cannot divide by zero
You cannot use the calculator to divide by zero.
1020 Integer overflow at input character XXX
The character at position XXX caused an integer overflow. Using a
smaller number will eliminate this problem.
1030 Internal calculator error at input character XXX
This is not a user error. The character at position XXX caused an
internal calculator error. Please report this HP EDIT error.
1040 Invalid line number entered
You entered an inappropriate line number for this file format.
Check the line number format for this file before reentering a line
number.
1050 Line number out of sequence
HP EDIT requires line numbers in numerical sequence. Check the line
numbers preceding and following the entered line number to ensure
that you enter a line number in numerical sequence.
1060 Line numbers must be displayed to be edited
You must display the line number to edit it. You can display line
numbers by setting the Display Line Number parameter to yes from the
Set Options screen.
1070 Value entered not in line number format
You entered an invalid line number. Check the line number format
for this file.
1080 File is not numbered
HP EDIT does not allow you to edit a line number in an unnumbered
file.
1090 File is empty
There is no text in the file to delete or replace.
1100 Internal error - illegal token type XXX
This is not a user error. HP EDIT encountered an illegal character
in the text you typed in. Please report this HP EDIT error.
1110 Cursor must be on the first character of a matching string
The cursor must be on the first character of a matching string for
the Delete Pattern command to function properly.
1120 Search pattern is invalid
The Search pattern contains pattern-matching characters that HP EDIT
cannot properly interpret.
[REV BEG]
1130 Invalid info string format entered (HPED 1130) press any key to
continue[REV END]
The line number argument in the info string is invalid. Check the
syntax of the info string.
1150 The Clear Display key is not supported
HP EDIT does not support the Clear Display terminal key.
1160 Characters were lost in transmission
HP EDIT did not receive a portion of the current transmission.
Possibly some of the text just typed in has not been inserted into
the text.
1170 Unsupported escape sequence: ESC XXX
HP EDIT received the key sequence of ESC XXX, which is not
supported.
1180 (XXX1) XXX2 invalid recovery command, record XXX3
This is not a user error. HP EDIT encountered an invalid command in
the recovery file. XXX1 and XXX2 are two representations of the
invalid command. XXX3 is the record number where the command was
found. Please report this HP EDIT error.
1190 Unable to renumber lines
Your response to one or more prompts was invalid. Check that your
reponses do not cause any of the new line numbers to be longer than
those that follow in the file.
1200 Text typed out of bounds ignored
HP EDIT ignored some of the text typed outside of the valid screen
area.
1210 Macro does not exist
You attempted to execute an undefined macro.
1220 Macros nested too deep
The executing macro has exceeded the maximum nesting level allowable
for macros. The maximum nesting level is 10.
1230 Macro too long, truncated to XXX characters
HP EDIT can insert only the first XXX characters of the macro and
cannot display any characters beyond that point.
1240 Received error XXX attempting to open capture file
This is not a user error. HP EDIT failed to open the capture file.
MPE returned the error code XXX. Please report this HP EDIT error.
1250 Capture already active
A capture is already in progress, and must be terminated before a
new one can be initiated. You can terminate a capture using either
the Capture Macro or Capture File commands.
1260 Error in macro definition
This is not a user error. HP EDIT could not recognize the macro
initiator. Please report this HP EDIT errror.
1270 Key reserved for internal use
You typed in a key that HP EDIT reserves for internal use.
1280 Macro not defined. Captured keystrokes lost.
You assigned the macro to an invalid key five consecutive times.
After five invalid responses, HP EDIT cancels the Capture Macro
operation, and you must repeat the capture process.
1290 Capture not active
You must execute either the Capture Macro or Capture File command
before executing the Begin Capture command.
1310 Can't read disc record XXX (line XXX)
This is not a user error. HP EDIT encountered an error occurred
while attempting to read record XXX, which corresponds to line XXX.
Please report this HP EDIT error.
1320 The file has more than XXX lines: overflow discarded
The file has more than XXX lines, which is the maximum HP EDIT can
handle. HP EDIT discards the excess lines.
1330 Record XXX is beyond the end of the file
HP EDIT attempted to read a record beyond the end of the file. XXX
is the invalid record number. Please report this HP EDIT error.
1340 Line XXX (record XXX) is not a text record
HP EDIT encountered line XXX that corresponds to record XXX, which
is not a text record. Please report this HP EDIT error.
1350 Only two windows can be open at one time
HP EDIT supports a maximum of two screen windows.
1360 The upper window is too small
There must be at least one line of text above the cursor in order to
open a new window.
1370 The lower window is too small
There must be at least one line of text below the cursor in order to
open a new window.
1380 Invalid yes response from the message catalog
This is not a user error. HP EDIT could not read the yes response
from the message catalog. Please report this HP EDIT error.
1390 Couldn't get your answer - NO assumed
This is not a user error. HP EDIT encountered an error while
attempting to read the answer to a yes/no question. HP EDIT assumed
the answer was no. Please report this HP EDIT error.
1400 Can't convert number: zero assumed
An error occurred while using the calculator to convert a number.
HP EDIT assumed the value of the number to be zero.
1410 Trouble allocating extra data segment; maximum lines = XXX
This is not a user error. HP EDIT encountered an error while
attempting to allocate an extra data segment. The maximum number of
lines that were allocated is XXX. Please report this HP EDIT error.
1420 Reached maximum number of lines
The file has reached the maximum number of lines HP EDIT can handle.
Additional lines cannot be added.
1430 Could not read the help catalog directory
This is not a user error. HP EDIT encountered an error while
attempting to read the help catalog directory. Please report this
HP EDIT error.
1440 Could not get information about the help catalog
This is not a user error. HP EDIT encountered an error while
attempting to get information about the help catalog. Please report
this HP EDIT error.
1450 No user labels in the help catalog
This is not a user error. The help catalog has an improper format.
It is lacking user labels. Please report this HP EDIT error.
1460 Invalid keyword "XXX" found in the help catalog
This is not a user error. HP EDIT encountered the invalid keyword
XXX in the help catalog. Please report this HP EDIT error.
1470 Read of help catalog failed on record XXX
This is not a user error. HP EDIT encountered an error while
attempting to read record XXX in the help catalog. Please report
this HP EDIT error.
1480 Topic "XXX" is not in the help catalog
HP EDIT could not locate topic XXX in the help catalog.
1490 XXX is not a valid topic number
The topic numbered XXX does not exist. A list of valid topic
numbers is available on the Topics screen.
1500 There is no next page
The last page of the current topic is being displayed. There is no
next page to display.
1520 Unknown command "XXX"
XXX is an invalid command.
1530 Could not open help catalog : XXX
This is not a user error. HP EDIT could not open the help catalog:
XXX. The help system cannot be accessed without first opening the
help catalog. Please report this HP EDIT error.
1540 Could not read the number of help topics
This is not a user error. HP EDIT encountered an error while
attempting to read the number of help topics from the help catalog.
Please report this HP EDIT error.
1550 Received error XXX when attempting to open function key file
This is not a user error. HP EDIT encountered an error while
attempting to open the file where the function keys are preserved.
XXX is the error MPE returned to HP EDIT. Please report this HP EDIT
error.
1560 Received error XXX writing to function key file
This is not a user error. HP EDIT encountered an error while
attempting to write to the file where the function keys are
preserved. XXX is the error MPE returned to HP EDIT. Please report
this HP EDIT error.
1570 Received error XXX writing EOF to function key file
This is not a user error. HP EDIT encountered an error while
attempting to write an End Of File character to the file where the
function keys are preserved. XXX is the error MPE returned to HP
EDIT. Please report this HP EDIT error.
1580 Received error XXX closing function key file
This is not a user error. HP EDIT encountered an error while
attempting to close the file where the function keys are preserved.
XXX is the error MPE returned to HP EDIT. Please report this HP EDIT
error.
1590 Received error XXX opening function key file
This is not a user error. HP EDIT encountered an error while
attempting to open the file where the function keys are preserved.
XXX is the error MPE returned to HP EDIT. Please report this HP EDIT
error.
1600 Received error XXX rewinding function key file
This is not a user error. HP EDIT encountered an error while
attempting to rewind the file where the function keys are preserved.
XXX is the error MPE returned to HP EDIT. Please report this HP EDIT
error.
1610 Received error XXX reading from function key file
This is not a user error. HP EDIT encountered an error while
attempting to read from the file where the function keys are
preserved. XXX is the error MPE returned to HP EDIT. Please report
this HP EDIT error.
1620 Received error XXX when attempting to reopen function key file
This is not a user error. HP EDIT encountered an error while
attempting to reopen the file where the function keys are preserved.
XXX is the error MPE returned to HP EDIT. Please report this HP EDIT
error.
1630 Unable to read catalog message XXX1:XXX2 (HPED 1630, XXX3)
This is not a user error. HP EDIT could not locate a message in the
message catalog. XXX1 is the set for the missing message. XXX2 is
the number of the missing message. XXX3 is the error MPE returned
to HP EDIT. Please report this HP EDIT error.
[REV BEG]
1635 Unable to get the user interface language; default used (HPED 1635,
XXX)[REV END]
The user interface language you specified through the NLUSERLANG JCW
is not recognized by the system. HP EDIT will use the system
default language. This error could be due to the fact that you
entered an invalid language number or that the language in question
is not configured on your system. XXX is the error MPE returned to
HP EDIT.
1640 Unable to get the default language; NATIVE-3000 used (HPED 1640,
XXX)
HP EDIT could not get the system default language. Instead, it
assumed that the language is NATIVE-3000. XXX is the error MPE
returned to HP EDIT.
1650 Unable to construct the message catalog file name (HPED 1650, XXX)
This is not a user error. HP EDIT could not construct the message
catalog file name. Without the file name, HP EDIT cannot operate.
XXX is the error MPE returned to HP EDIT. Please report this HP EDIT
error.
1660 Unable to open message catalog : XXX1 (HPED 1660, XXX2)
This is not a user error. HP EDIT encountered an error while
attempting to open the XXX1 message catalog file. XXX2 is the error
MPE returned to HP EDIT. Please report this error.
[REV BEG]
1670 Unable to get the text language; using editor language (HPED 1670,
XXX)
The text language you specified through the NLDATALANG JCW is not
recognized by the system. HP EDIT will default to the language
being used for the user interface. This error could be due to the
fact that you entered an invalid language number or that the
language in question is not configured on your system. XXX is the
error MPE returned to HP EDIT.
1680 Unable to get the decimal separator character''
This is not a user error. HP EDIT was unable to retrieve the
decimal separator character for the user interface language. Please
report this HP EDIT error.
1690 Unable to construct the help catalog filename (HPED 1690, XXX)
This is not a user error. HP EDIT could not construct the help
catalog file name. Without the file name, the on-line help system
is inaccessible. XXX is the error MPE returned to HP EDIT. Please
report this HP EDIT error.
1700 No more room in recovery file to join in the file
There isn't enough room left in the HP EDIT recovery file to join in
the file. It may be possible to achieve the desired result by
saving the current file and reading it back into the editor.
1710 No more room in recovery file to paste in the lines
There isn't enough room left in the HP EDIT recovery file to paste
the text from the cut/paste buffer. It may be possible to achieve
the desired result by saving the current file and reading it back
into the editor.
1720 No more room in Cut/Paste file to copy the lines
There isn't enough room left in the cut/paste file (buffer) to copy
the specified block of text. Try cutting and pasting smaller blocks
of text.
1730 Unable to open text message catalog : XXX
This is not a user error. HP EDIT encountered an error while
attempting to open the text message catalog. XXX is the name of the
catalog file. Please report this HP EDIT error.
1740 Insert would cause line number overflow. Press any key to continue
Inserting the text at the current location would cause a line number
overflow. Instead, the text will be appended to the contents of the
cut/paste buffer.
1750 Command is not programatically executable
The specified command may not be executed programatically. The
HELLO command, for instance, may not be executed from within HP
EDIT.
1760 The temporary file of this name cannot be purged
This is not a user error. HP EDIT was unable to purge a
pre-existing temporary file with the same name as the current file.
HP EDIT needs to create a temporary file with that name in order to
complete the keep operation. Please report this HP EDIT error.
1770 Cannot open this file in the temporary domain
This is not a user error. HP EDIT was unable to create a temporary
with the same name as the current file. HP EDIT needs to create
this file in order to complete the keep operation. Please report
this HP EDIT error.
1780 Encountered invalid line number at record XXX
An invalid line number was encountered at record XXX while
attempting to save an unnumbered file as numbered. The number may
be invalid or it may be out of sequence.
1790 The line number entered was too large
You entered a line number which is beyond the range supported by HP
EDIT. Try re-entering a smaller line number value.
1800 Key reserved for internal use
The key you specified is reserved for HP EDIT's internal use and may
not be used in an assignment to a command.
1820 Warning: The message catalog does not match the program version
The message catalog is not compatible with this version of HP
EDIT. It is strongly recommended that you do not continue to
use the editor after having received this warning. This
problem may be caused by a file equation such as "FILE
EDCAT000.PUB.SYS=EDCAT000.OLD.VERSION".
1830 Null character encountered in record XXX. Encryption canceled
HP EDIT encountered a null character in the text at record XXX. Null
characters can not be encrypted by HP EDIT.
1840 No occurrences found
The search pattern was not found in the text.
1850 Only one occurrence found
A single occurrence of the search pattern was found in the text.
1860 Only XXX occurrences found
HP EDIT only found XXX occurrences of the search pattern in the
text.
1870 Unable to get the character size for the text language
This is not a user error. HP EDIT was unable to get the size
(number of bytes) of characters in the text language. This
information is necessary to edit Asian-language text. Please report
this HP EDIT error.
1880 This does not appear to be a supported Asian terminal
The terminal you are using is not recognized as one which is
supported for Asian-language editing. Although, you may continue
editing Asian text with this terminal, there is a possibility that
you will get unpredictable results.
1890 Unable to get the Asian character attributes (HPED 1890, XXX)
This is not a user error. HP EDIT was unable to get the character
attribute information needed for Asian-language editing. XXX is the
error number that MPE returned to HP EDIT. Please report this HP
EDIT error.
1900 An illegal Asian character was found in the text
HP EDIT found an invalid Asian character in the text. This error
could be the result of editing a file of a language different from
that specified with the NLDATALANG JCW. For instance, this message
is likely to show up if you edit a Japanese file when the NLDATALANG
JCW is set to Korean. The message could also be an indication of a
defect in the editor.
1910 The last character entered was lost
Since Asian characters are two bytes long, there is a possibility
that the first half of an Asian character may be the last byte read
into the Text Entry mode buffer. In that case, the last character
will need to be re-entered.
1920 Unable to read the system typeahead flag (HPED 1920, XXX)
This is not a user error. HP EDIT was unable to read the system
typeahead flag on an MPE/XL system. XXX is the error number
returned by MPE. Please report this HP EDIT error.
1930 There is insufficient room to construct the pattern
The search pattern would require more memory than is available. Try
to simplify the pattern by limiting the number of wildcard
characters used in the pattern.
2500 Invalid lockword specified
You entered an incorrect lockword for the file.
2510 Received security violation opening XXX
The file XXX could not be opened due to a security violation.
2520 Unable to open file XXX1 (HPED 2520,XXX2)
The file XXX1 could not be opened due to a file system error. The
FOPEN intrinsic returned error XXX2 to HP EDIT.
2530 "XXX" is not allowable as a Text Entry exit key
The character "XXX" is reserved for HP EDIT's internal use and is
not valid as the Text Entry exit key.
2540 Text Entry exit key is limited to being one character
The Text Entry exit key must be a single character.
2550 File too large to copy to recovery file
The file exceeds the maximum size allowed by HP EDIT.
2560 Could not invoke spelling checker. HPSPELL must be installed
The HPSPELL product must be installed on your system in order to
invoke the spelling checker.
2570 The other window has the same file name
You have attempted to rename the file in one window by giving it the
same name as the file in the other window. Windows displaying
different files must have different file names. In other to bring
the same file into both windows, you must text-in the desired file
in the window which you no longer need.
2590 Recovery file specified was not created by HP EDIT (HPED 2590)
The file specified is not an HP EDIT recovery file. It may have
been created by another product such as EDIT/3000.
2600 An HP EDIT process is already running in this session. Please use
the Activate Next Process command to edit multiple files.
HP EDIT is restricted to one invocation per session. To edit
multiple files in a session, you may use the Activate Next Process
command or you may open a second window on the current screen.
3000 Received an error reading from the terminal (HPED 3000, XXX)
This is not a user error. HP EDIT was unable to read the input from
the terminal. XXX is the error number returned by MPE to HP EDIT.
Please report this HP EDIT error.
[REV END]
9980 Internal error XXX. Please report.
This is not a user error. This is a general purpose internal error
message used for safety purposes. XXX is the number of the internal
message. Please report this HP EDIT error.
MPE/iX 5.0 Documentation