This chapter documents messages generated by the AR370 archive utility on mainframe and cross-platforms. After the text of each message is an explanation of the message and any variables in the message. Variables in messages are indicated by brackets [ ]. All messages can occur in any operating environment unless otherwise indicated in the explanation. In some cases, messages from the run-time library that further describe the problem may appear in conjunction with the AR370 diagnostics.
AR370 diagnostic messages have the form
LSCA[num] [severity]: [message text]where
Note: The AR370 message prefix LSCA has been omitted from the descriptions below.
WARNING: The continuation of control statements is not supported.
WARNING: unable to find positioning member [pos_member_name], member [member_name] appended.
[pos_mem_name]
is correct.
Use AR370 to display or type the names of the members in the
archive.
WARNING: unable to find move target [member_name].
[member_name]
in the archive
failed because a member by that name is not currently part
of the archive. AR370 continues processing.
Some systems may do character translations or change
the case of the command line.
[member_name]
is correct.
Use AR370 to display or type the names of the members in the
archive.
WARNING: unable to find delete target [member_name].
[member_name]
in the archive
failed because a member by that name is not currently part
of the archive.
Some systems may do character translations or change
the case of the command line.
[member_name]
is correct.
Use AR370 to display or type the names of the members in the
archive.
WARNING: unable to find extract target [member_name].
[member_name]
in the archive
failed because a member by that name is not currently part
of the archive.
Some systems may do character translations or change
the case of the command line.
[member_name]
is correct.
Use AR370 to display or type the names of the members in the
archive.
WARNING: The s command modifier is not supported.
WARNING: The u command modifier is not supported.
WARNING: The p command is not supported.
WARNING: The f command is not supported.
f
command modifier, used to force truncation of
file names, was accepted for compatibility, but it had no effect.
Processing continues.
ERROR: opening file [filename]. [message].
[filename]
failed. The [message] is a
brief description of the error detected by the run-time library. On
MVS this error will occur when the [filename] is a ddname, and the
ddname is not defined, but any file system problem or failure that
might cause an open to fail could also cause this message.
ERROR: reading file [filename]. [message].
[filename]
. The [message]
is a brief description
of the error detected by the run-time library.
This diagnostic may be produced if the archive has been modified by any utility other than AR370, but any file system problem or failure that might cause a read to fail could also cause this message.
ERROR: Not enough memory available, AR370 cannot continue.
ERROR: positioning file [filename]. [message].
[filename]
failed. The
[message]
is a brief description
of the error detected by the run-time library.
This diagnostic may be produced if the archive has been modified by any utility other than AR370, but any file system problem or failure that might cause a seek to fail could also be the cause.
ERROR: writing file [filename]. [message].
ERROR: Unable to replace original archive [Olibname] with the modified archive [Mlibname].
A shortage of disk space is the most common cause for this failure but any file system problem or failure that might cause a rename or a close to fail could also be the cause.
ERROR: archive format unrecognized. Can not process file [filename].
[filename]
specified as an archive did not contain a
valid archive. Data read from the file was checked to verify
it was an archive. If the archive has been modified by any
utility other than AR370, then data could be lost or corrupted.
ERROR: invalid file name, [filename]. Too many or misplaced parentheses.
[filename]
was found to contain parentheses
that were either out of order or repeated in the same name.
Make sure only one set of parentheses is used in the name. The
replace-as operator '=' could also cause this error
if used incorrectly or as part of a name.
ERROR: invalid file name, [filename]. No usable characters found in file name.
[filename]
, was found to contain
characters that were only delimiters or operators. Blanks and
parentheses and the replace-as operator '=' are delimiters.
The replace-as operator '=' could also cause this error
if used incorrectly or as part of a name.
ERROR: invalid file name, [filename]. No usable characters found in member name.
[filename]
found characters that were
only delimiters or operators in the archive member name or
basename. Blanks and parentheses and the replace-as operator
'=' are delimiters. The replace-as operator '=' could also
cause this error if used incorrectly or as part of a name.
ERROR: invalid file name, [string] is not recognized as a file identifier.
[string]
as a
file identifier failed.
[string]
to make sure it is
in the correct position and correctly specified.
ERROR: invalid file name, [filename]. The replace-as operator requires a fully specified file identifier.
ERROR: invalid INCLUDE card in SYSIN. Card follows: [card_text].
ERROR: invalid SYMDEF card in file [filename].
ERROR: invalid name for DD name [ddname].
[ddname]
from an INCLUDE statement
was too long. Check the INCLUDE statements in SYSIN to make
sure they conform to the general format of linkage editor
control statements and are properly delimited.
ERROR: invalid name [altname] specified as the alternate name for the DD name [ddname], must be between 1 and 18 characters in length.
[altname]
for the specified
input [ddname]
was too long. All alternate member names must be
at least 1 character and no more than 18 characters in length.
ERROR: invalid name for symbol [symbol] specified in a SYMDEF control statement. SYMDEF symbols must be 1 to 8 characters in length.
[symbol]
was too long. Symbols specified via
SYMDEF control statements must be at least 1 character and not
more than 8 characters in length.
ERROR: invalid name in replace-as operation [input_string]. Too many replace as operators used.
input_string
.
[input_string]
is the target file
name and its alternate archive member name. Archive member
names that contain the replace-as operator =
cannot be
created.
ERROR: no members in archive.
Copyright (c) 1998 SAS Institute Inc. Cary, NC, USA. All rights reserved.