The “Meaning” and “Response” texts for a message can be requested by means of the BS2000 command
/HELP-MSG-INFORMATION ARCnnnn
You will also find the messages using an HTML application on our manual server (URL: http://bs2manuals.ts.fujitsu.com) and on the DVD “BS2000 OSD/BC SoftBooks”.
Using the MSGMAKER
utility routine, you can list all the messages in the ARCHIVE messages file together with the definition and action texts. You can determine the name of your current ARCHIVE messages file with:
/SHOW-INSTALLATION-PATH INSTALLATION-UNIT=ARCHIVE(VERSION=V12.0A), LOGICAL-ID=SYSMES
When the ARCHIVE program is called, ARCHIVE issues the following message via SYSOUT:
ARC0001 ARCHIVE READY
If the syntax check of a statement has been successful, ARCHIVE outputs the following message via SYSOUT and, if desired, additionally via SYSLST:
ARC0002 STATEMENT ACCEPTED. ARCHIVE SEQUENCE NUMBER 'x.yymmdd.hhmmss', VERSION='12.0A'
Once a statement has been completely executed, one of the following messages appears (depending on the execution result):
ARC0003 ARCHIVE STATEMENT COMPLETED
ARC0004 ARCHIVE STATEMENT COMPLETED WITH WARNINGS
ARC0005 ARCHIVE STATEMENT COMPLETED WITH ERRORS
ARC0006 ARCHIVE STATEMENT NOT COMPLETED
ARC0007 ARCHIVE STATEMENT REJECTED, VERSION '(&00)'
After all statements, including the END statement, have been completely executed, the following message is issued:
ARC0009 ARCHIVE TERMINATED
ARCHIVE issues the messages with the following numbers at the console: ARC0000
, ARC0018
, ARC0300
, ARC07xx
and ARC09xx
In addition, messages with the code ARC07xx
are also issued via SYSOUT.
All other messages are issued to the user, either via SYSOUT or in the ARCHIVE log via SYSLST.
If ARCHIVE issues a message with the code ARC03xx
to the user, the operator receives message ARC0300
at the console and has the option of taking a system dump.
After message ARC0900
at the console it is likewise possible to take a system dump.
Regardless of whether file names or alias names are used in statements, the file names are always shown in the messages.
Depending on their contents, ARCHIVE messages may be classified as the following:
confirmation messages (
ARC0000 - ARC0019, ARC0033, ARC0047
)
Meaning
The ARCHIVE run has terminated normally, no job switch is set.warning messages (
ARC0020 - ARC0099, ARC0800 - ARC0883
)
Meaning
The ARCHIVE statement is executed, job switch 30 is set.minor error messages (
ARC0100 - ARC0799, ARC0900 - ARC0999
)
Meaning
ARCHIVE has detected an error. The statement is nevertheless executed and job switch 31 is set.serious error messages (
ARC0006, ARC0007, ARC0294
)
Meaning
ARCHIVE has detected a serious error. The statement is not executed and the spin-off mechanism is activated.