KBLS201-E
invalid key data for sort.
xx...x yy...y zz
- The key data format of a numeric item is invalid.
xx...x indicates the name of the file that contains an error, yy...y indicates an error record number, and zz indicates the number of the key that contains an error.
- S: Closes all open files, cancels processing and generates debugging information files (sortdmp and sortrdmp) under the current directory.
- O: Check whether the key option is correct. If it is incorrect, correct it, and then re-execute the command. Alternatively, correct the format of the key, and re-execute the command.
KBLS202-E
cannot obtain memory of this size.
- cannot obtain memory of this size.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Correct the memory size, and re-execute the command.
KBLS203-E
invalid number of keys.
- The number of keys is less than 1 or more than 64.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Correct the number of keys, and re-execute the command.
KBLS204-E
invalid key item attribute specification.
- An invalid key item attribute is specified.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Correct the key item attribute, and re-execute the command.
KBLS205-E
invalid starting byte position of key.
- The position of the start byte of a key is invalid. For example, a smaller value than the minimum record length of an input file is specified.
- S: Closes all open files, and cancels processing. If the I/O file is a variable-length file, the system generates a debugging information file (sortdmp).
- O: Correct the position of the start byte of the key, and re-execute the command.
KBLS206-E
invalid byte length for key.
- The key byte length is invalid. For example, a larger value than the record length was specified.
- S: Closes all open files, and cancels processing. If the I/O file is a variable-length file, the system generates a debugging information file (sortdmp).
- O: Correct the key byte length, and re-execute the command.
KBLS207-E
sum of key position and length is greater than record length.
- The length of the key position plus the key length exceeds the minimum record length of an input file. Alternatively, the input file contains too short data.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Correct the position of the start byte of the key and the key byte length, and re-execute the command. Alternatively, correct the data in the input file, and re-execute the command.
KBLS208-E
total key length exceeds 4096 bytes.
- Total key length exceeds 4096 bytes.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Correct the number of keys and the byte length, and re-execute the command.
KBLS209-E
I/O error on input file.
xx...x yy...y zz...z
- An I/O error occurred in the input file.
xx...x indicates the name of the file that contains an error. yy...y indicates an error record number, and zz...z indicates a system error code.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Correct the error, and re-execute the command.
KBLS210-E
I/O error on temporary file.
ee...e
- An I/O error occurred in the temporary file.
ee...e indicates a system error code.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Correct the error, and re-execute the command.
KBLS211-E
I/O error on output file.
xx...x zz...z
- An I/O error occurred in the output file.
xx...x indicates the name of the file that contains an error. zz...z indicates a system error code.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Correct the error, and re-execute the command.
KBLS212-E
cannot input because data is shorter than record length.
- When an input file is a standard input file, input data is shorter than the specified record length.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Make the length of the input data an integer multiple of the record length, and re-execute the command.
KBLS213-E
invalid organized file or corrupted file.
xx...x
- The input file organization and the specified file organization (/gs, /gv, /gr, /gw, /gi, /gx, /ga, or file_org=) do not match. Alternatively, the record length area of an input file is destroyed.
xx...x indicates the name of the file that contains an error.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Correct the input file organization and re-execute the command. If the error persists, re-create an input file and re-execute the command.
KBLS214-E
I/O error on debugging information file.
- An I/O error occurred in the debugging information file.
- O: Contact maintenance personnel.
KBLS215-E
old version of libnsort.dll was executed.
- The SORT program cannot be executed because its version is old. If the COBOL85 Sort/Merge function is being used, the SORT version is probably older than the SORT version prerequisite to COBOL85.
- S: Cancels processing and generates a debugging information file (sortdmp).
- O: Install the correct version of SORT program and re-execute the command.
KBLS216-E
file name is specified in directory of temporary file.
- In the /w parameter, a file name was specified as a directory for allocating a temporary file.
- S: Cancels processing and generates a debugging information file (sortdmp).
- O: Correct the directory name, and re-execute the command.
KBLS217-E
cannot open input file: already in use.
- The input file cannot be opened because another process is using it. For example, the file may be opened by the SORT program in another process.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Wait for the other process to terminate, and re-execute the command.
KBL218-E
cannot open output file: already in use.
- The output file cannot be opened because another process is using it. For example, the file may be opened by the SORT program in another process.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Wait for the other process to terminate, and re-execute the command.
KBLS219-E
output file already exists.
- When existing files were prevented from being overwritten by using the /i sort option, the file name that already exists was specified as an output file name.
- S: Cancels processing.
- O: Specify an output file name that does not exist, and re-execute the command.
KBLS220-E
cannot find input file.
xx...x
- The specified file name does not exist. xx...x indicates the entered file name.
- O: Specify a file name that exists, and re-execute the command.
KBLS221-E
insufficient memory to create output file.
- Because there is insufficient disk space, an output file cannot be allocated.
- O: Increase the free space, and re-execute the command.
KBLS222-E
I/O error on ISAM file.
xx...x zz...z
- An I/O error occurred in the indexed file. xx...x indicates the name of the file that contains an error, and zz...z indicates a system error code.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Correct the error, and re-execute the command.
KBLS225-E
drive is not ready.
- A floppy disk is not mounted in the disk drive.
- O: Mount the floppy disk, and re-execute the command.
KBLS226-E
drive is not ready.
- A floppy disk is not mounted in the disk drive.
- O: Mount the floppy disk, and re-execute the command.
KBLS227-E
drive is not ready.
- A floppy disk is not mounted in the disk drive.
- O: Mount the floppy disk, and re-execute the command.
KBLS228-E
media is read only.
- The floppy disk may be write-protected.
- O: Unlock the disk, and re-execute the command.
KBLS229-E
media is read only.
- The floppy disk may be write-protected.
- O: Unlock the disk, and re-execute the command.
KBLS230-E
insufficient memory to create temporary file.
- The area for a temporary file cannot be allocated.
- S: Closes all open files, cancels processing and generates a debugging information file (sortdmp).
- O: Change the directory to allocate the temporary file, and re-execute the command.
KBLS300-E
invalid programming logic.
xxxx
- The program error indicated by the detail code xxxx occurred.
- S: Closes all open files, cancels processing, generates a debugging information file (sortdmp), and generates a core dump (core) under the current directory.
- O: Contact maintenance personnel to report the detail code.
All Rights Reserved. Copyright (C) 2007, Hitachi, Ltd.