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. 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
LSCAmessage-number severity: message-textwhere
Note:
The AR370 message prefix (LSCA
) is omitted from the message numbers in the following list.
Note: MM = Multiple messages.
002 (MM) |
003 | 004 | 005 | 006 | 007 | 008 | |||
010 | 011 (MM) |
012 | 013 | 014 (MM) |
015 |
WARNING: The continuation of control statements is not supported.
WARNING: unable to find positioning member positioning-name, member member-name appended.
WARNING: unable to find move target member-name.
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 file-name. message-text.
file-name
failed. The
message-text is a brief description of the error detected by the
run-time library. Under OS/390 this error will occur when the
file-name 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 file-name. message-text.
file-name
. The message-text
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.
=warning
run-time option to provide additional SAS/C
Library diagnostics. Check all input files for validity and integrity.
In general input files should be fixed length record format with 80 byte
records.
ERROR: Not enough memory available, AR370 cannot continue.
ERROR: positioning file file-name. message-text.
file-name
failed. The
message-text
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.
=warning
run-time option to provide
additional SAS/C Library diagnostics. Check the file for
validity and integrity.
ERROR: writing file file-name. message-text.
=warning
run-time option may provide
additional SAS/C Library diagnostics.
ERROR: Unable to replace original archive library-1 with the modified archive library-2.
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 file-name.
file-name
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, file-name. Too many or misplaced parentheses.
file-name
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, file-name. No usable characters found in file name.
file-name
, 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, file-name. No usable characters found in member name.
file-name
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, file-name. The replace-as operator requires a fully specified file identifier.
ERROR: invalid INCLUDE card in SYSIN. Card follows: card-text.
*
). The contents of the card
are echoed on the line after this message.
ERROR: invalid SYMDEF card in file file-name.
ERROR: invalid name for DD name DD-name.
DD-name
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 name specified as the alternate name for the DD name DD-name, must be between 1 and 18 characters in length.
DD-name
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 © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.