Utility Error Messages [ Micro Focus COBOL System Reference, Volume 2 ] MPE/iX 5.0 Documentation
Micro Focus COBOL System Reference, Volume 2
Utility Error Messages
Block size specified more than once
* This message is followed by the invalid parameter record.
You have included more than one record specifying the block size
in the parameter file.
Cannot build isam file file-name (iserrno = )
* You cannot build the indexed file file-name either because you do
not have permission to create a file in the current directory, or
there is an error in the information to convert or create the
file.
Cannot build line sequential file file-name (lsstat1/lsstat2)
* You cannot build the line sequential file file-name either because
you do not have permission to create a file in the current
directory, or there is an error in the information to convert or
create the file.
Cannot build relative file file-name (rlstat1/rlstat2)
* You cannot build the relative file file-name either because you do
not have permission to create a file in the current directory, or
there is an error in the information to convert or create the
file.
Cannot build sequential file file-name (sqstat1/sqstat2)
* You cannot build the sequential file file-name either because you
do not have permission to create a file in the current directory,
or there is an error in the information to convert or create the
file.
Cannot delete file file-name (iserrno = /status1 & 2)
* You cannot delete the file file-name for one of the following
reasons:
* the file does not exist
* you may not have permission to delete the file
* the file has been locked by another user.
Cannot initialize correct language support
* This message is produced only by systems supporting NLS.
Cannot open configuration file file-name (errno)
* The configuration file file-name is either not in the current
directory or is in some other way inaccessible.
Cannot open file file-name (iserrno/status1 & 2)
* The file file-name cannot be opened for one of the following
reasons:
* the file does not exist
* you may not have permission to open the file
* the file has been locked by another user.
Cannot open isam file file-name (iserrno)
* The indexed file file-name cannot be opened for one of the
following reasons:
* the file does not exist
* you may not have permission to open the file
* the file has been locked by another user.
Cannot open line sequential file file-name (lsstat1/lsstat2)
* The line sequential file file-name cannot be opened for one of the
following reasons:
* the file does not exist
* you may not have permission to open the file
* the file has been locked by another user.
Cannot open parameter file file-name (errno)
* The parameter file file-name cannot be opened for one of the
following reasons:
* the file does not exist
* you may not have permission to open the file
* the file has been locked by another user.
Cannot open relative file file-name (rlstat1 rlstat2)
* The relative file file-name cannot be opened for one of the
following reasons:
* the file does not exist
* you may not have permission to open the file
* the file has been locked by another user.
Collating sequence specified more than once
* You have specified the same collating sequence more than once in
the parameter file.
Cannot open sequential file file-name (sqstat1 sqstat2)
* The sequential file file-name cannot be opened for one of the
following reasons:
* the file does not exist
* you may not have permission to open the file
* the file has been locked by another user.
Configuration file exists
* The utility you are using needs to create a configuration file.
However, this file already exists and the process cannot,
therefore, continue.
* You could try the process again, this time including the -r flag
in the command line, which will delete any existing configuration
file.
Error encountered while adding an index file-name (iserrno)
* The utility could not add the index to the file file-name. This
could be because the key already exists. No index has been added.
Error encountered while deleting an index file-name (iserrno)
* The index you wanted to delete from the file file-name has not
been deleted. This may be because you tried to delete the primary
index.
Error encountered while linking file file-name (errno)
* When you are rebuilding a file, the utility makes a copy of the
file file-name, and for some reason this has been unsuccessful.
The file cannot be rebuilt.
Error encountered while obtaining file information file-name (iserrno)
* The utility has failed to obtain file information from the file
file-name, this could be because the file is corrupt, or has been
locked by another user.
Error encountered while reading the file file-name (iserrno/status1 & 2)
* The file file-name cannot be read for one of the following
reasons:
* the file does not exist
* you may not have permission to open the file
* the file has been locked by another user
* the file is corrupt
* you have used the wrong parameters to describe the file.
Error encountered while unlinking the file file-name (errno)
* When converting a file the utility constructs a duplicate file.
For some reason the file file-name cannot be removed.
Error encountered while writing the file file-name (iserrno/status1 & 2)
* Information cannot be written to the file file-name because the
file is corrupt, or has been locked by another user or is in some
other way inaccessible.
File name specified more than once
* This message is followed by the invalid parameter record.
You have included more than one record giving the file name in the
parameter file.
File type specified more than once
* This message is followed by the invalid parameter record.
You have included more than one record giving the file type in the
parameter file.
Fixed and variable record length specified for input file
* This message is followed by the invalid parameter record.
You have given a record length for a fixed length file as well as
for a variable length file for the input file. You can only
specify one of these as a file. The file can be either fixed
length or variable length but not both.
Fixed and variable record length specified for output file
* This message is followed by the invalid parameter record.
You have given a record length for a fixed length file as well as
for a variable length file for the output file. You can only
specify one of these as a file. The file can be either fixed
length or variable length but not both.
Fixed record length specified more than once
* This message is followed by the invalid parameter record.
You have included more than one record giving the length of record
for a fixed length file in the parameter file.
Illegal configuration file-name file-name (errno)
* A configuration file has been specified with an illegal file-name.
Illegal flag flag
* The flag you have used in the command line is not valid for the
utility you are using.
Illegal parameter file-name file-name (errno)
* The name you have used for the parameter file file-name is not
valid for your operating system.
Incorrect permissions on configuration file file-name (errno)
* The specified configuration file cannot be accessed due to illegal
permissions.
Incorrect specification of collating sequence
* The collating sequence you specified in the parameter file is not
recognized by the system.
Incorrect permissions, or file is locked file-name (iserrno)
* You either do not have permission for the operation you are trying
to perform on the file file-name, or the file has already been
locked by another user.
Incorrect specification of block size
* This message is followed by the invalid parameter record.
The block size you have given in the parameter file is not valid.
Incorrect specification of input record delimiter record
* This message is followed by the invalid parameter record.
The value of the input file record delimiter you have given in the
parameter file is invalid.
Incorrect specification of output record delimiter
* This message is followed by the invalid parameter record.
* The value of the output file record delimiter you have given in
the parameter file is invalid.
Incorrect specification of NLS language
* This message is followed by the invalid parameter record and is
only produced by systems supporting NLS.
Input extension specified more than once
* This message is followed by the invalid parameter record.
* You have specified more than one .dat extension for an input file.
Input file name (IN) illegal
* This message is followed by the invalid parameter record.
The name you have used for the input file is invalid for your
operating system.
Input file type (IT) illegal
* This message is followed by the invalid parameter record.
The type of file you have specified for the type of input file
either does not exist, or is invalid for the utility you are
using.
Input file. Minimum record length maximum record length
* This message is followed by the invalid parameter record.
The information you have given in the parameter file regarding the
input file is invalid, the minimum record length exceeds the
maximum record length.
Input name and Output name should not be identical
* You cannot use the same file-name for the input file and the
output file when using this utility.
Input record delimiter specified more than once
* This message is followed by the invalid parameter record.
You have given more than one record for the record delimiter in
the input file specified in the parameter file.
Input record length not specified
* You have not included a record for the record length for the input
file in the parameter file.
INTERNAL ERROR: Illegal function pointer
* This is the result of an internal system error. You should
contact Technical Support.
Invalid block size, only 4095/1023/511 are supported
* This message is followed by the invalid parameter record.
You have used an invalid block size in your parameter file.
Invalid definition of file type
* This message is followed by the invalid parameter record.
The type of file you have specified in the parameter file either
does not exist or is invalid for the utility you are using.
Invalid definition of fixed record length
* This message is followed by the invalid parameter record.
The fixed record length you have included in the parameter file is
invalid.
Invalid definition of variable record lengths
* This message is followed by the invalid parameter record.
* The variable record length you have included in the parameter file
is invalid.
Invalid key description
* This message is followed by the invalid parameter record.
* The key description you have included in the parameter file either
is missing or does not contain the correct values.
Invalid key type
* This message is followed by the invalid parameter record.
The key type specified in the key description is not valid.
Line sequential file can only be opened/built variable length
* You have specified a fixed record length for a line sequential
file, this is invalid and must be changed to variable length.
Memory allocation error (errno)
* There is not enough memory to run the utility.
NLS language specified more than once
* This message is followed by the invalid parameter record.
You have specified more than one NLS type record in the parameter
file.
Null or illegal file name specified for use with the '-f' flag
* You have included the -f flag in your command line, this must be
followed by the name of a file. You have either failed to include
a file-name, or the name you have used is not valid for the
operating system you are using.
Null or illegal file name specified for use with the '-p' flag
* You have included the -p flag in your command line, this must be
followed by the name of a file. You have either failed to include
a file-name, or the name you have used is not valid for the
operating system you are using.
Output extension specified more than once record
* This message is followed by the invalid parameter record.
You have specified more than one .dat extension for the output
file in the parameter file.
Output file. Minimum record length maximum record length
* This message is followed by the invalid parameter record.
The information you have given in the parameter file regarding the
output file is incorrect, the minimum record length exceeds the
maximum record length.
Output file name (ON) illegal
* This message is followed by the invalid parameter record.
The name of the output file you have given in the parameter file
is invalid for your operating system.
Output file type (OT) illegal
* This message is followed by the invalid parameter record.
The type of output file you have specified in your parameter file
either does not exist or is invalid for the utility you are using.
Output record delimiter specified more than once
* This message is followed by the invalid parameter record.
You have specified more than one record for the record delimiter
for the output file in the parameter file.
Output record length not specified
* You have failed to give the record length for the output file
specified in the parameter file.
Parameter file not specified
* You have not given the name of the parameter file you want to use
with the utility in the command line.
Prime key description specified more than once
* This message is followed by the invalid parameter record.
You have given more than one prime key description in a parameter
file. An indexed file can only have one prime key.
Unrecognised parameter in parameter file
* This message is followed by the invalid parameter record.
You have included a record in your parameter file that is not
recognized by the utility you are using.
Utility not supported
* You will see this message if you have renamed one or more of the
files holding the utility program. You can only invoke the
utilities using the names given in the chapter File Handler
Utilities earlier in this manual.
Variable record length specified more than once
* This message is followed by the invalid parameter record.
You have given more than one record in the parameter file for the
length of record in a variable length file.
MPE/iX 5.0 Documentation