IDAS072
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDAS072 A BREAKPOINT IS ALREADY PRESENT AT THIS LOC
IDA0C11
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0C11 USER PROGRAM NOT LOADED. CMD IGNORED
Meaning
The specified command cannot be executed unless a program
has been loaded.
IDA0N43
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0N43 DUMP WRITTEN TO $SYSUSER FOR DATA SECURITY REASONS
Meaning
A user dump or an area dump has been written to $SYSUSER.
The dump contains READPASS-protected data.
Response
Contact the system administrator. He has to decide whether or not the
dump can be passed on to the user whose ID is part of the dump file name.
IDA0N44
Destination: USER-TASK, CONSOLE Routing code: R Weight: 30
Warranty : NO
IDA0N44 NO VALID AREA SPECIFIED FOR AREA DUMP; DUMP NOT TAKEN
Meaning
Only invalid areas have been specified.
IDA0N45
Destination: USER-TASK, CONSOLE Routing code: R Weight: 90
Warranty : NO
IDA0N45 DUMP DESIRED? REPLY (Y=USER-/AREADUMP TO DISK; Y, <VOLUMETYPE>=USER-/AREADUMP TO TAPE; Y,SYSTEM=SYSTEMDUMP; N=NO)
Meaning
If DUMP=STD was specified in the MODIFY-TEST-OPTIONS command
(default value), a reply
is requested in case of a program error, when the command /CREATE-DUMP
is entered or when calling one of the
macros CDUMP2, TERMD, TRMJD, or in the case of TERM DUMP=YES,
whether a dump is to be taken. If 'Y' is entered, a USER/AREA DUMP is
written to disk.
If 'Y,<VOLUMETYPE>' is entered, a USER/AREA DUMP is written to tape.
If 'Y,SYSTEM' is entered, a USER/AREA DUMP can be rerouted to a
SYSTEM DUMP output (in case of READ-PRIVILEGE>=3).
If the reply is invalid, this message is displayed until a valid reply is
entered. If the message display is terminated with a negative return code
(e.g. due to an incorrect I/O) this message is repeated twice by CDUMP.
If these repeats are unsuccessful as well, a USER/AREA DUMP is taken.
Message IDA0N45 is suppressed for transaction tasks, in case of
/CANCEL DUMP=NO and in case of /MOD-TEST-OPTIONS DUMP=*NO/*YES/*SYSTEM.
Response
Y: USER/AREA DUMP is written to disk.
Y,<VOLUMETYPE>: USER/AREA DUMP is written to tape.
Y,SYSTEM: SYSTEM DUMP is output.
N: No dump is taken.
IDA0N46
Destination: USER-TASK, CONSOLE Routing code: R Weight: 30
Warranty : NO
IDA0N46 CDUMP OPERAND LIST INCORRECT OR NOT AVAILABLE
Meaning
Dump output was rejected because the CDUMP operand list is invalid or
unavailable.
Response
Correct the CDUMP call.
IDA0N47
Destination: USER-TASK, CONSOLE Routing code: R Weight: 30
Warranty : NO
IDA0N47 DUMP PROHIBITED BY /MODIFY-TEST-OPTIONS COMMAND
Meaning
Dump output is suppressed because the DUMP=NO operand was specified in
the /MODIFY-TEST-OPTIONS command or the maximal dump-number is limited
by MAXIMUM-NUMBER.
IDA0N48
Destination: USER-TASK, CONSOLE Routing code: R Weight: 30
Warranty : NO
IDA0N48 TASK/SYSTEM SETTINGS PROHIBIT DUMP
Meaning
No user dump is taken, as the task is in batch or procedure mode and
/MODIFY-TEST-OPTIONS DUMP=STD was specified or SHUTDOWN has been
initiated.
IDA0N49
Destination: USER-TASK, CONSOLE Routing code: R Weight: 30
Warranty : NO
IDA0N49 INSUFFICIENT TEST PRIVILEGE FOR DUMP
Meaning
The test privilege is not sufficient do dump the requested task.
IDA0N50
Destination: CONSOLE Routing code: R Weight: 50
Warranty : NO
IDA0N50 SYSTEMDUMP CALLED AT LOCATION '(&00)'
Meaning
CDUMP is called at address '(&00)' to output a SYSTEM DUMP.
IDA0N51
Destination: USER-TASK, CONSOLE Routing code: R Weight: 70
Warranty : NO
IDA0N51 PROGRAM INTERRUPT AT LOCATION '(&00)'
Meaning
This message is sent to SYSOUT in the case of a user error or to the
operator console in the case of a system error.
(&00) provides the location of the interrupt and diagnostic information.
For a description of the system event codes (if EC=STD in CDUMP call)
see the section 'STXIT procedure with contingency processing'
(table 'STXIT event classes and associated interrupt events') in the
BS2000 manual 'Executive Macros'.
The event code X'06' was added to the table, indicating that the maximum
nesting depth has been exceeded (see the description of STXIT operands).
The insert (&00) has the format <a>, <b>, <c>, <d> and can assume
the following values:
a) in the case of a USER/AREA DUMP
<a> hexadecimal error address (modulename) or hex. err. addr. (NO NAME)
<b> EC=eventcode or (CDUMP) or (ADUMP) or (TERM)
or (SVC X'nn').
If the CDUMP-call was caused by entering the command /CREATE-DUMP
and if there was loaded a program then EC contains the number of
the programs last executed SVC.
<c> not applicable
<d> CODE=nnnnnnn or INSERT=insert or not applicable
b) in the case of a SYSTEM DUMP
<a> hexadecimal error address (modulename+nnnnn)
or hex. err. addr. (ABSOLU)
<b> EC=eventcode
<c> ELSN=nnnn or not applicable
<d> CODE=nnnnnnnn or INSERT=insert or not applicable
For EC=..., ELSN=..., CODE=..., INSERT=... see the manual 'Executive
Macros'.
IDA0N52
Destination: CONSOLE Routing code: R Weight: 90
Warranty : NO
IDA0N52 SYSTEM DUMP DESIRED? REPLY: (EOT=OUTPUT TO DISK; <VOLUMETYPE>=OUTPUT TO TAPE; N=NO)
Meaning
After a CDUMP message on the cause of the SYSTEM DUMP has been displayed
(messages IDA0N50 or IDA0N51) the operator is asked whether
or not the SYSTEM DUMP is to be taken and to which device it is to
be written. If the reply is invalid (e.g. invalid device type), message
IDA0N52 is repeated. If the specified device type is valid but the
requested device not available, message IDA0N58 is displayed.
repeated. Any device type can again be selected.
In unattended operation, which is indicated by system parameter
DUMPCTRL, the message is suppressed.
Response
EOT : SYSTEM DUMP is written to disk.
<VOLUMETYPE>: SYSTEM DUMP is written to a serial device
of the specified type.
N : No SYSTEM DUMP is taken.
IDA0N53
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0N53 DUMP BEING PROCESSED. PLEASE HOLD ON
Meaning
This informs the user that dump output has been initiated.
This message is displayed only on terminal, i.e. only for a USER/AREA
DUMP or for a SYSTEM DUMP requested by replying 'Y,SYSTEM' to the
IDA0N45 message.
IDA0N54
Destination: USER-TASK, CONSOLE Routing code: R Weight: 50
Warranty : NO
IDA0N54 '(&00)' WRITTEN TO FILE '(&01)'
Meaning
After the dump has been taken, the type of dump and the name of the
dump file are displayed for the user/operator.
(&00): USER DUMP or AREA DUMP or SYSTEM DUMP
(&01): name of the dump file.
IDA0N55
Destination: USER-TASK, CONSOLE Routing code: R Weight: 30
Warranty : NO
IDA0N55 TITLE: '(&00)'
Meaning
This message is displayed subsequent to message IDA0N54 for a
USER/AREA DUMP to inform the user about the header line (&00).
IDA0N56
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0N56 CURRENT SYSTEM DUMP SUPPRESSED (DUPLICATE)
Meaning
A SYSTEM DUMP with an identical interrupt address and an identical
event code already exists on $SYSDUMP.
IDA0N57
Destination: USER-TASK, CONSOLE Routing code: R Weight: 50
Warranty : NO
IDA0N57 INSUFFICIENT DISK SPACE. NO DUMP OUTPUT
IDA0N58
Destination: CONSOLE Routing code: R Weight: 50
Warranty : NO
IDA0N58 TAPE DEVICE TYPE NOT AVAILABLE? REPLY: (EOT=OUTPUT TO DISK; <VOLUMETYPE>=OUTPUT TO TAPE; N=NO)
Meaning
No tape device of the specified type is free or exists.
Response
EOT: Dump is written to disk.
<VOLUMETYPE>: Dump is written to a serial device of the specified type.
NO: No Dump is taken.
IDA0N59
Destination: CONSOLE Routing code: R Weight: 90
Warranty : NO
IDA0N59 DMS IS NOT YET AVAILABLE. (REPLY: EOT=TERMINATE DUMP)
Meaning
This message is displayed i.e during startup if a dump is called while
the BS2000 functions required by CDUMP (Data Management System) are not
yet available. CDUMP returns to the caller with return code X'3C'
after EOT has been entered.
Response
A SLED should be initiated after this message because system
startup should be performed without errors.
IDA0N60
Destination: CONSOLE Routing code: R Weight: 70
Warranty : NO
IDA0N60 DUMP TASK CREATED FOR TSN '(&00)'
Meaning
A dump task has been created to output a dump for TSN '(&00)'.
IDA0N61
Destination: CONSOLE Routing code: R Weight: 70
Warranty : NO
IDA0N61 DUMP PROCESSING ABORTED DUE TO '(&00)' ERROR AT PC='(&01)'. RC='(&02)'
Meaning
The detailed error cause may be obtained from the CONSLOG listing if
output of message IDA0N61 was successful.
The following values are possible at present:
$CREATE... error when creating a CDUMP task
$PNUP ... error at PEND/UNPEND of dump task
CL4REQM... no class 4 memory available
CMF-CREA.. $ECMF error: CREATE
CMF-MOVE.. $ECMF error: MOVE
DMS ... DMS error
$NVYPGA... error RC from $NVYPGA interface
$RMMDIV... error RC from $RMMDIV interface
NO_SPACE.. no more space on disk for this dump
NSPINDH .. error RC from NSPINDH module
RECOVERY.. system error during CDUMP error recovery
SYSTEM ... unspecified system error
VALIDATE.. $VALID error: an essential page was not allocated
ZEROPAGE.. an essential page was deleted (e.g. TCB)
DUMPxxxx.. the CDUMP internal error <xxxx> occurred:
0001 no TTSAV memory available
0002 no memory available
0003 no CLASS 3 memory available
0004 no CLASS 4 memory available
0005 no CLASS 5 memory available
0006 no CLASS 6 memory available
0007 DUMPTASK execution aborted
0013 inconsistency between ITEM# and PAGE#
0014 error in DMS processing
0015 insufficient disk space available
0019 recursive CDUMP call
001A second CDUMP call in errored task
001B Userdump canceled by *CANCEL-RUNNING-DUMP
(&01): Program counter where the (&00) error occurred.
(&02): Return code specifying the (&00) error more precisely.
The inserts (&01) and (&02) are not always provided. This depends on
the error (&00).
IDA0N62
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0N62 DUMP NOT COMPLETED DUE TO INCONSISTENT TABLES
Meaning
The message ID IDA0N62 is displayed without message text as an
insert in the termination message if dump processing cannot
be completed due to inconsistent tables (e.g. missing JCB).
IDA0N63
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0N63 DMS(&00) ERROR OCCURRED. DUMP PROCESSING CONTINUED. IN SYSTEM MODE: /HELP-MSG DMS(&00)
Meaning
For more detailed information about the DMS error code enter the
command /HELP-MSG DMS(&00) in system mode or see the 'BS2000 System
Messages' manual.
(&00): DMSnnnn ... DMS error with error code nnnn.
IDA0N64
Destination: CONSOLE Routing code: R Weight: 70
Warranty : NO
IDA0N64 SNAP INITIATED BY CDUMP
Meaning
Due to a request of the CDUMP caller CDUMP initiated a $SNAP-call
so that SNAP creates a snapdump.
This snapdump is used to create a more consistent systemdump and
is deleted at the end of the dump processing.
IDA0N65
Destination: CONSOLE Routing code: R Weight: 70
Warranty : NO
IDA0N65 CDUMP USES SNAPDUMP '(&00)'
Meaning
The systemdump created by this task is built with the use of the
snapdump (&00).
IDA0N66
Destination: USER-TASK, CONSOLE Routing code: R Weight: 90
Warranty : NO
IDA0N66 CURRENT USERDUMP IS SUPPRESSED (DUPLICATE).
Meaning
An Userdump with an identical interrupt address, an identical
$CPROG-counter and an identical event code already exists.
IDA0N67
Destination: USER-TASK, CONSOLE Routing code: R Weight: 90
Warranty : NO
IDA0N67 SUPPRESS-DUPLICATE-USERDUMP NOT POSSIBLE BECAUSE OF REQM-ERROR.
IDA0N68
Destination: USER-TASK, CONSOLE Routing code: R Weight: 90
Warranty : NO
IDA0N68 OUTPUT OF AN USERDUMP TO A SPECIAL CATID NOT POSSIBLE.
Meaning
It will be tried to give out the userdump to the default catid.
IDA0N98
Destination: CONSOLE Routing code: R Weight: 90
Warranty : NO
IDA0N98 CDUMP WAS CALLED BEFORE DMS-READY
Meaning
The availability of the data management system (DMS) is a precondition
for creating a dump via CDUMP.
Response
For generation of diagnostic data, a 'crash' is initiated by CDUMP.
Please take a SLED.
IDA0N99
Destination: CONSOLE Routing code: R Weight: 90
Warranty : NO
IDA0N99 TASK OF SYSTEM DUMP IN HOLD STATE. REPLY (EOT=PEND TASK; T=TERMINATE DUMP)
Meaning
During CDUMP processing a system error occurred which prevents dump
output. The error cause might be specified in more detail in the
preceding message IDA0N61 (only if there was an IDA0N61).
Diagnostic material can be produced by pending the task and taking
a SLED after SHUTDOWN or an attempt can be made to analyze the error
by means of online diagnostic utilities.
Otherwise the dump processing can be terminated which means that the
error is ignored and the concerned task(s) is (are) activated again.
Response
EOT: The task will be PENDED INDEFINITELY for later SLED.
T : The dump processing will be terminated and the concerned task(s)
is (are) activated.
IDA0SAA
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SAA ERROR LOGGING ENTRY FOR 'IDIAS' FOREIGN TASK TRACE
Meaning
Message for documentation only.
IDA0SBA
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SBA DIAGNOSTIC SNAPSHOT DUMP CAUSED BY 'IDIAS' EXIT
Meaning
Message for documentation only.
IDA0SBB
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SBB DIAGNOSTIC SETS CAUSED BY 'IDIAS' EXIT
Meaning
Message for documentation only.
IDA0SIA
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SIA NO MEMORY SPACE AVAILABLE FOR WRITE-STOP TABLE
Meaning
IDIAS cannot request any class 3 or class 4 memory
(class 3 or class 4 memory saturation).
Response
Enter /START-SUBSYSTEM again later.
IDA0SIB
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SIB NO MEMORY SPACE AVAILABLE FOR NUCLEUS LOCK TRACE TABLE
Meaning
IDIAS cannot request any class 3 memory (class 3 memory saturation).
Response
Enter /START-SUBSYSTEM again later.
IDA0SIC
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SIC WRITE-STOP SIH ROUTINE ALREADY ACTIVE
Meaning
SIH routine for write-stop is already loaded.
IDA0SID
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SID SUBSYSTEM 'IDIAS' CANNOT BE DELETED BECAUSE MEMORY AREAS ARE STILL MONITORED FOR WRITE ACCESS
Meaning
Some write-stops still exist in the system.
Response
Remove write-stops by means of /REMOVE-WRITE-STOP and retry
/STOP-SUBSYSTEM IDIAS.
IDA0SIE
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SIE SUBSYSTEM 'IDIAS' CANNOT BE DELETED BECAUSE DEFAULT WRITE-STOP ROUTINE CANNOT BE ACTIVATED
IDA0SI0
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SI0 NO MEMORY SPACE AVAILABLE FOR PROCESSOR-LOCAL DATA
Meaning
IDIAS cannot request any class 3 memory (class 3 memory saturation).
Response
Reenter /START-SUBSYSTEM later.
IDA0SI1
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SI1 NO MEMORY SPACE AVAILABLE FOR STOP TABLE
Meaning
IDIAS cannot request any class 3 memory (class 3 memory saturation).
Response
Repeat /START-SUBSYSTEM later.
IDA0SI2
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SI2 NEW 'DIAG-SVC' ROUTINE ALREADY ACTIVE
Meaning
The SIH part of IDIAS has already been loaded.
IDA0SI3
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SI3 SUBSYSTEM 'IDIAS' CANNOT BE DELETED BECAUSE AN IDIAS NO-EDIT-DUMP IS ACTIVE
IDA0SI4
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SI4 'DIAG-SVC' ROUTINE COULD NOT BE ACTIVATED
Meaning
The SIH part of IDIAS cannot be activated.
IDA0SI5
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SI5 SUBSYSTEM 'IDIAS' LOADED
IDA0SI6
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SI6 SUBSYSTEM 'IDIAS' NOT DELETED BECAUSE SOME INSTRUCTION-STOPS ARE STILL ACTIVE
Meaning
Some Instruction-Stops are still contained in the system.
Response
Remove the stops by means of /REMOVE-INSTRUCTION-STOP and repeat
/STOP-SUBSYSTEM IDIAS.
IDA0SI7
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SI7 SUBSYSTEM 'IDIAS' CANNOT BE DELETED BECAUSE 'DIAG-SVC' ROUTINE CANNOT BE ACTIVATED
IDA0SI8
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SI8 SUBSYSTEM 'IDIAS' DELETED
IDA0SI9
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0SI9 SUBSYSTEM 'IDIAS' CANNOT BE DELETED BECAUSE THE TRACE COMMUNICATION BOURSES ARE STILL IN USE
IDA0S0A
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S0A SYNTAX ERROR '(&00)' IN IDIAS COMMAND
IDA0S0B
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S0B TASK NOT IN USER TABLE. ENTER /BEGIN-IDIAS
Meaning
A stop can only be set by IDIAS users.
IDA0S0C
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S0C TASK ALREADY IN IDIAS-TABLE
Meaning
The TID of the task has been found in the IDIAS protection table.
IDA0S0D
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S0D MORE THAN 31 TASKS IN USER TABLE. TRY COMMAND AGAIN LATER
Meaning
Every IDIAS user occupies one of 31 entries in the user table.
Response
Reenter the command when IDIAS is used less frequently.
IDA0S0E
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S0E MAXIMUM PERMISSIBLE NUMBER OF INSTRUCTION- OR WRITE-STOPS REACHED. STOP CANNOT BE SET
Meaning
The systemwide upper limit of active Instruction- or Write-Stops
is imposed by the system administrator.
Response
Ask the system administrator to provide for more stops.
IDA0S0F
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S0F NAME ALREADY EXISTS FOR ANOTHER STOP
Meaning
The name of an IDIAS-Stop must be unique.
Response
Enter /SHOW-IDIAS-STATUS to see who has already used this name.
IDA0S06
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S06 ADDRESS AND NAME DO NOT DESIGNATE THE SAME INSTRUCTION- OR WRITE-STOP
Meaning
Address and name of an Instruction- and Write-Stop must be unique.
Response
Enter /SHOW-IDIAS-STATUS to see which name belongs to the stop.
IDA0S07
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S07 'TASK' OR 'SUBSYSTEM' OPERAND CANNOT BE OMITTED FOR AN INSTRUCTION-STOP IN CLASS 5/6 MEMORY
Meaning
If the stop address is in class 5 or class 6 memory, the task or
subsystem has to be specified unambiguously.
Response
Reenter the command with the TASK or SUBSYSTEM operand.
IDA0S08
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S08 MEMORY NOT AVAILABLE OR FOREIGN MEMORY NOT ACCESSIBLE. FUNCTION ABORTED
Meaning
An error was reported by $REQM or $CMF.
Response
Try to reduce the class 5 memory without impairing the foreign task.
IDA0S09
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S09 USER ID NOT AUTHORIZED TO USE THE IDIAS COMMAND
IDA0S1A
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S1A MORE THAN FOUR TASKS PER INSTRUCTION-STOP MAY NOT BE SPECIFIED EXPLICITLY
Meaning
In the TASK operand one TID or a list of up to 4 TIDs can be specified.
If the TID of the test task is not known, the following entries are
permissible:
- F-D: the first dialog task encountering the stop is halted
- F-B: the first batch task encountering the stop is halted
- F-I: the first interrupt-driven task encountering the stop
is halted.
Response
Reduce the number of TIDs or enter one of the specifications listed above.
A combination of these specifications is also permissible.
IDA0S1B
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S1B THIS INSTRUCTION- OR WRITE-STOP CANNOT BE REMOVED OR CHANGED
Meaning
The user attempted to access an Instruction- or Write-Stop set by
another user.
The Instruction- or Write-Stop can, however, only be changed or
removed by the user who set it.
IDA0S1C
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S1C SPECIFIED INSTRUCTION-STOP DOES NOT EXIST. ENTER /SHOW-INSTRUCTION-STOPS
Meaning
A command has been entered for a nonexisting instruction-stop.
Response
Enter /SHOW-INSTRUCTION-STOPS NAME=*ALL in order to obtain a
list of all instruction-stops.
IDA0S1D
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S1D 'TASK' OPERAND CANNOT BE OMITTED
Meaning
1. More than one task is in the Instruction- or Write-Stop-List,
but the TASK operand has been omitted.
If ACTION=*INCREMENT-COUNTER is specified, the task in question must
be unique.
2. TASK-ID operand may not be omitted when the
/TRACE-INSTRUCTIONS command is issued for the first time for a task.
3. TASK operand may not be omitted when the
/ADD-WRITE-STOP command is issued for the first time for a task.
4. TASK-ID operand may not be omitted when the
/CREATE-SYSTEM-DUMP command is issued.
IDA0S1E
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S1E SEVERAL TASKS NOT FOUND. ENTER /SHOW-IDIAS-STATUS
Meaning
Some of the specified TIDs could not be found, the others have been
released.
Response
Enter /SHOW-IDIAS-STATUS to see which tasks have not yet been released.
IDA0S1F
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S1F SYNCHRONIZATION PROBLEMS. TRY COMMAND AGAIN LATER
Meaning
The Instruction- or Write-Stop table could not be locked even
after 30 attempts.
Response
If the repetition of the command is not successful, contact the
maintenance staff.
IDA0S10
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S10 INSTRUCTION-STOP-ADDRESS HAS TO BE SPECIFIED FOR A NEW INSTRUCTION-STOP
Meaning
When setting a new Instruction-Stop the Instruction-Stop-address has
to be specified in the form <module> + <reladd> or ABSOLUTE + <absadd>.
Response
Enter the corrected command.
IDA0S11
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S11 SPECIFIED MODULE OR ENTRY NOT FOUND IN (&00) (&01).
Meaning
The specified module or entry don't exist in given context/subsystem.
Response
Reenter the command with an existing module or with another context/
subsystem.
IDA0S12
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S12 DISPLACEMENT VALUE HIGHER THAN MODULE LENGTH
Meaning
If <module> + <distance> is specified, the Instruction-Stop or
CONTINUE-AT-MODULE-ADDRESS-address
can be located only within the module.
Response
Ensure that the Instruction-Stop is set at the correct location.
IDA0S13
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S13 ODD ADDRESS INVALID FOR /ADD-INSTRUCTION-STOP
Meaning
All instructions have to be aligned on a halfword or word boundary.
Response
Enter the corrected command.
IDA0S14
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S14 INSTRUCTION-STOP ILLEGAL FOR A 'DIAG-SVC'
Meaning
Double Instruction-Stops are not permitted.
Response
Enter /SHOW-INSTRUCTION-STOPS to see if a stop is already
set at this location.
IDA0S15
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S15 UNALLOCATED ADDRESS. COMMAND REJECTED
Meaning
Error when validation was performed for the Instruction-Stop- or
CONTINUE-AT-... -address.
Response
Check if the address lies next to an unallocated page.
IDA0S17
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S17 INSTRUCTION-STOPS OR CONTINUE-AT-...-ADDRESSES IN CLASS 1 MODULES REQUIRE 'OPTION=*SUPPRESS-STATIC-CHECK'
Meaning
Most class 1 modules run in processor state SIH and may not be stopped.
Response
If really desired, repeat the command at your own risk with
OPTION=*SUPPRESS-STATIC-CHECK.
IDA0S18
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S18 INVALID OPERATION CODE AT INSTRUCTION-STOP- OR CONTINUE-AT-...-ADDRESS. OPERAND 'OPTION=*SUPPRESS-STATIC-CHECK' REQUIRED
Meaning
Such an Instruction-Stop should be used only in very special cases.
Response
If really desired, repeat the command at your own risk with
OPTION=*SUPPRESS-STATIC-CHECK.
IDA0S19
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S19 OWN OR PROTECTED TASK CANNOT BE TESTED WITH 'IDIAS'
Meaning
After a /BEGIN-IDIAS a task is protected against IDIAS.
IDA0S2A
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S2A (&00) INSTRUCTION-STOPS REMOVED. (&01) ARE CURRENTLY IN THE SYSTEM
Meaning
This message is displayed on terminal and console for revision purposes.
IDA0S2B
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S2B INTERNAL DIAGNOSTIC TRACE IS ALREADY RUNNING
IDA0S2C
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S2C INTERNAL DIAGNOSTIC TRACE HAS ALREADY BEEN SWITCHED OFF
IDA0S2D
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S2D POSSIBLY RECURSIVE INSTRUCTION-STOP IN TESTTASK
Meaning
Remove Instruction-Stop from testtask.
Response
none
IDA0S2E
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S2E RESUME-CMD ILLEGAL AT FOREIGN INSTRUCTION-STOP
Meaning
Observer-Task is not owner of this instruction-stop
Response
/SHOW-INSTRUCTION-STOPS NAME=*ALL,SELECT-TASK=*ANY to see
the owner of of this Instruction-Stop
IDA0S20
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S20 COMMAND WITHDRAWN BY USER. NO INSTRUCTION-STOP SET
IDA0S21
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S21 (&00) + (&01) : (&02)
Meaning
The statements at the Instruction-Stop- or CONTINUE-AT-...-location
are displayed.
Response
Check if the right location was found.
IDA0S22
Destination: USER-TASK Routing code: Weight: 98
Warranty : NO
IDA0S22 ADDRESS OK? REPLY (Y=YES; N=NO)
Meaning
Confirmation is requested for setting the Instruction-Stop.
Y: the displayed statements agree with the expectations.
IDA0S23
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S23 SPECIFIED USER EXIT PROCEDURE NOT YET LOADED
Meaning
The name of the exit is unknown to IDIAS.
Response
Use /LOAD-IDIAS-EXIT in order to load the EXIT module.
IDA0S24
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S24 INSTRUCTION-STOP SET AT (&00) + (&01)
Meaning
This message informs the operator about the user's activities.
IDA0S25
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S25 OLD CODING DOES NOT MATCH PREVIOUS CODING
Meaning
The old code was changed after it had been saved before (re)setting the
Instruction-Stop.
Response
Analyze the error cause.
IDA0S26
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S26 /WAIT-IDIAS-EVENT COMMAND TERMINATED WITHOUT EVENT DUE TO TIME-LIMIT
Meaning
The command /WAIT-IDIAS-EVENT was terminated after the specified wait
time <s> had elapsed without an event occurring for the specified
Instruction- or Write-Stop.
IDA0S27
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S27 NO TASK SPECIFIED FOR THIS INSTRUCTION-STOP. INSTRUCTION-STOP IS DORMANT
Meaning
An Instruction-Stop for which no task has been specified is ineffective.
Response
Enter the command /ADD-INSTRUCTION-STOP STOP=...,TASK=*ADD-TASK(...),
if the stop is to be activated.
IDA0S28
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S28 INSTRUCTION-STOP AND CONTINUE-AT-...-ADDRESS MAY NOT RESIDE IN DIFFERENT SUBSYSTEMS
Meaning
The only permissible combinations are:
- Instruction-Stop and CONTINUE-AT-...-address in the same
subsystem (same class 5 memory), or
- Instruction-Stop in class 5 and CONTINUE-AT-...address
in class 2 or class 4 memory.
No other combinations are technically possible.
IDA0S29
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S29 INVALID SUBSYSTEM
Meaning
The specified operands do not unambiguously identify a
Instruction-Stop in a subsystem.
Possible reasons:
- A stop with the same address already exists within another subsystem.
(The address of a stop must be unique even if the stops reside in
different address spaces.)
- The specified stop resides within the CP part of the operating system
(subsystem is CP).
- The stop with the specified address resides within another subsystem.
- The stop with the specified name resides within another subsystem.
For more detailed information see the manual.
Response
Repeat the command with the correct subsystem.
IDA0S3A
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S3A NO 'IDIAS' TRACE IN TASK '(&00)' POSSIBLE. COMMAND REJECTED
Meaning
In the specified task another trace is already performed by another
monitoring task.
IDA0S3B
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S3B TASK WITH (&00) '(&01)' DOES NOT EXIST. COMMAND REJECTED
Meaning
The task specified in an IDIAS-command does not exist.
IDA0S3C
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S3C TRACE NOT POSSIBLE IN ONE'S OWN TASK OR IN A PROTECTED TASK. COMMAND REJECTED
Meaning
IDIAS users or protected tasks cannot be specified in an IDIAS-command.
IDA0S3D
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S3D 'IDIAS' TRACE RUNNING IN IDIAS MODULE
Meaning
The current trace task enters, with activated FTT, an IDIAS module.
IDA0S3E
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S3E TASK '(&00)' STOPPED BY DIAGNOSTIC STOP
Meaning
The test task has been stopped by a diagnostic stop in the trace path.
IDA0S3F
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S3F CHANGE OF MAXIMUM NUMBER OF INSTRUCTION- OR WRITE-STOPS NOT POSSIBLE
Meaning
The maximum permissible number of Instruction- or Write-Stops
cannot be changed because there are still stops in use
or there was an error when releasing memory space.
Response
Remove the Instruction- or Write-Stops and try the command again.
IDA0S30
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S30 INTERNAL 'IDIAS' ERROR. SERSLOG ENTRY CREATED
IDA0S31
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S31 'IDIAS' TRACE RUNNING IN TASK LOCK '(&00)'
Meaning
The current trace task enters a task lock path.
(&00): name of the module.
IDA0S32
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S32 'IDIAS' TRACE LEAVING A TASK LOCK PATH
Meaning
The current trace task leaves a task lock path.
IDA0S33
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S33 IMPLICIT 'RESUME' FOR TASK '(&00)'
Meaning
The current trace task entered a task or system lock path. The value
*RESUME-TASK was specified for the LOCK-HANDLING operand, or a trace was
attempted within an IDIAS module.
IDA0S34
Destination: USER-TASK Routing code: Weight: 98
Warranty : NO
IDA0S34 TMI WAIT TIME IN TASK '(&00)' EXCEEDED. REPEAT WAITING? REPLY (Y=YES; N=NO)
Meaning
The time specified in the WAIT-TIME-LIMIT operand as the wait time
for a TMI event to occur has been exceeded.
Response
Enter another /TRACE-INSTRUCTIONS command with an increased value in
the WAIT-TIME-LIMIT operand.
IDA0S35
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S35 TASK '(&00)' NOT AT OWN INSTRUCTION-STOP OR WITHIN A TRACE PATH. COMMAND REJECTED
Meaning
In the specified task no IDIAS trace is possible at present, as
the task is not at an Instruction-Stop nor within an IDIAS trace path.
Response
Insert an Instruction-Stop before the routine to be tested. Let the
test task run to that stop and repeat the /TRACE-INSTRUCTIONS command.
IDA0S36
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S36 NO FURTHER TEST TASK POSSIBLE. COMMAND REJECTED
Meaning
The maximum permissible number of 5 parallel test tasks has been reached.
No further trace task can be created.
Response
Enter /RESUME-IDIAS-TEST-TASK for a test task no longer required and
repest /TRACE-INSTRUCTIONS for the new test task.
IDA0S37
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S37 'IDIAS' TRACE FOR TASK '(&00)' COMPLETED
IDA0S38
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S38 TRACE TASK '(&00)' TERMINATED
Meaning
The trace task has been terminated due to an error or by an explicit
termination request.
IDA0S39
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S39 UNKNOWN PC '(&00)' IN TASK '(&01)' AT ADDRESS '(&02)'
Meaning
The last instruction processed in the test task with TID (&01) was an
unknown operation code.
IDA0S4A
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S4A NO TASK SPECIFIED. COMMAND REJECTED
IDA0S4B
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S4B 'IDIAS' TRACE ACTIVE. NO GLOBAL WRITE-STOP POSSIBLE
Meaning
A global write-stop is only possible if no IDIAS trace is active
in the entire system.
Response
Terminate the IDIAS trace by means of /RESUME-IDIAS-TEST-TASK and retry
command.
IDA0S4C
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S4C GLOBAL WRITE-STOP ACTIVE. NO 'IDIAS' TRACE POSSIBLE
Meaning
An IDIAS trace is only possible if no global write-stop is set.
Response
Remove write-stop by means of /REMOVE-WRITE-STOP and retry trace command.
IDA0S4D
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S4D WRITE-STOP IN TASK '(&00)' IS SET. NO 'IDIAS' TRACE POSSIBLE
Meaning
IDIAS trace and write-stop cannot not be used in parallel in a task.
Response
Remove write-stop by means of /REMOVE-WRITE-STOP and retry trace command.
IDA0S4E
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S4E TEST TASK IS NEITHER AT OWN INSTRUCTION-STOP NOR AT OWN WRITE-STOP NOR WITHIN A TRACE PATH. COMMAND REJECTED
IDA0S4F
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S4F /RESUME-IDIAS-TEST-TASK FOR TASKS AT FOREIGN WRITE-STOP IMPERMISSIBLE. COMMAND REJECTED
IDA0S40
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S40 NO RESPONSE FROM TASK '(&00)' SINCE LAST TRACE STEP
Meaning
Unknown condition of test task.
Some possible reasons:
- system error
- permanent loop
- deadlock situation
- wait for a requested lock.
Response
Check condition of test task.
Try a further /TRACE-INSTRUCTIONS command.
IDA0S41
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S41 'IDIAS' TRACE ILLEGAL AT A FOREIGN INSTRUCTION-STOP
Meaning
Tracing can only be started from own instruction stops.
Response
Enter /SHOW-INSTRUCTION-STOPS,NAME=*ALL,SELECT-TASK=*ANY to see
the owner of this Instruction-Stop.
IDA0S42
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S42 RECURSIVE 'IDIAS' TRACE NOT POSSIBLE
Meaning
An attempt was made to trace within a module which is called by
IDIAS FITT processing.
Response
Enter /RESUME-IDIAS-TEST-TASK or /REMOVE-INSTRUCTION-STOP for
the Instruction-Stop to continue the trace.
IDIAS trace.
IDA0S43
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S43 CONNECTION TO SUBSYSTEM 'IDIAS' CANNOT BE ESTABLISHED. IDIAS TRACE NOT POSSIBLE
Meaning
The function 'CONNECT-SUBSYSTEM' cannot be processed.
Response
Please contact the maintenance staff.
IDA0S44
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S44 NO MEMORY AVAILABLE FOR INSTRUCTION- OR WRITE-STOP-TABLE
Meaning
IDIAS cannot request any class 3 memory (class 3 memory saturation).
Response
Reenter command later.
IDA0S45
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S45 SPECIFIED USER EXIT PROCEDURE CANNOT BE LOADED
Meaning
Error during loading of the exit procedure.
Some possible reasons:
- 8 exit procedures already loaded
- specified exit procedure already loaded
- invalid library name
- invalid module name
- error in BINDER/LOADER system.
Response
Check the possible error reasons. In case of BLS error a message
is issued directly by BLS.
IDA0S46
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S46 MORE THAN 512 INSTRUCTION- OR WRITE-STOPS REQUESTED
Meaning
The maximum number of stops managed by IDIAS is the listed number.
Response
Correct and reenter the command.
IDA0S47
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S47 NO 'IDIAS' TRACE ACTIVE
IDA0S48
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S48 NO WRITE-STOP ON THIS HSI POSSIBLE
Meaning
A write-stop can only be set on processors with CFCS3 HSI.
IDA0S49
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S49 'IDIAS' TRACE IN TASK '(&00)' ACTIVE. NO WRITE-STOP POSSIBLE
Meaning
IDIAS trace and write-stop cannot be used in parallel in one task.
Response
Terminate IDIAS trace by means of /RESUME-IDIAS-TEST-TASK
and reenter /ADD-WRITE-STOP command.
IDA0S5A
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S5A CDUMP RUNNING IN TASK '(&00)'. /REMOVE-WRITE-STOP COMMAND IMPERMISSIBLE
Meaning
As long as the CDUMP function is active in the test task the corresponding
write-stop cannot be removed.
Response
Enter /SHOW-SYSTEM-DUMP-STATUS to see when the CDUMP function
is terminated.
IDA0S5B
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S5B GLOBAL WRITE-STOP SET FROM '(&00)'+'(&01)' TO '(&02)'+'(&03)'
Meaning
This message is displayed on terminal and console.
IDA0S5C
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S5C LOCAL WRITE-STOP SET IN TASK '(&00)' FROM '(&01)+(&02)' TO '(&03)+(&04)'
IDA0S5D
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S5D IDIAS-NO-EDIT-DUMP NOT POSSIBLE
Meaning
NO-EDIT dump is not possible for the specified test task.
Possible reasons:
- specified task does not exist.
- a NO-EDIT dump is already active in the specified task.
- the task is just in the last termination step.
- no bourse slot can be requested.
- the task is in state 'pended indefinitely'.
IDA0S5E
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S5E OPTION=*SUPPRESS-DYNAMIC-CHECKS NECESSARY FOR A IDIAS-NO-EDIT DUMP IN THIS TASK. COMMAND REJECTED
Meaning
The specified test task is a system task or it is in one of the
'inactive queues' Q5 - Q13.
IDA0S5F
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S5F LENGTH OF WRITE-STOP CONTROL AREA MAY NOT BE CHANGED. COMMAND REJECTED
IDA0S50
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S50 INVALID TASK SPECIFICATION FOR GLOBAL WRITE-STOP
Meaning
The global write-stop is already active for another task.
Response
Enter /SHOW-WRITE-STOP to see for which task the global write-stop
is active.
IDA0S51
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S51 INVALID NAME OR START ADDRESS FOR WRITE-STOP. COMMAND REJECTED
Meaning
Possible reasons:
- a write-stop already exists with the specified name
- a write-stop already exists with the specified address (possibly in
another subsystem)
- the specified address does not exist.
Response
Enter /SHOW-WRITE-STOPS to get a list of all write-stops.
IDA0S52
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S52 NO FURTHER OPERANDS PERMITTED IF WILDCARDS SPECIFIED IN NAME. COMMAND REJECTED
IDA0S53
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S53 GLOBAL WRITE-STOP REMOVED
Meaning
This message is displayed on terminal and console for revision purposes.
IDA0S54
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S54 (&00) WRITE-STOPS REMOVED. (&01) ARE CURRENTLY IN SYSTEM
IDA0S55
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S55 NAME ALREADY EXISTS
Meaning
The name is already used for an Instruction- or Write-Stop.
Response
Enter /SHOW-IDIAS-STATUS to see which names are already in use.
Reenter /ADD-...-STOP with a new name.
IDA0S56
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S56 INVALID LENGTH FOR WRITE-STOP. COMMAND REJECTED
IDA0S57
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S57 ONLY ONE TPR WRITE-STOP EVENT PERMITTED PER ADDRESS SPACE. COMMAND REJECTED
IDA0S58
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S58 CDUMP RUNNING IN TASK '(&00)'. NO MODIFICATION OF TPR WRITE-STOP EVENT PROCESSING POSSIBLE
Meaning
As long as the CDUMP function is active in the test task the TPR event
processing cannot be modified.
Response
Enter /SHOW-SYSTEM-DUMP-STATUS to see when the CDUMP function
is terminated.
IDA0S59
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S59 'IDIAS' WRITE-STOP RANGE CONFLICT. COMMAND REJECTED
Meaning
No task-local write-stop is possible, because a system-global write-stop
is set or no system-global write-stop is possible because a task-local one
is set.
Response
Enter /SHOW-WRITE-STOPS to obtain a list of all write-stops set.
IDA0S6B
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDA0S6B DIAGNOSIS-STOP ON A RDPC-INSTRUCTION OR RDPC-INSTRUCTION IN DELAY-SLOT FORBIDDEN.
Meaning
Setting of a diagnosis stop on a RDPC instruction or executing
of a RDPC instruction in a delay-slot is not allowed.
Response
Try it again on another address.
IDA0S6C
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDA0S6C TMI WAIT TIME IN OBSERVER-TASK EXCEEDED. IDIAS-AREA-TRACE POSSIBLY FINISHED.
Meaning
The specified wait time for a TMI event to occur has been exceeded.
Because it is an Area-Trace, Trace-End is assumed.
IDA0S6D
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S6D AREA-TRACE: MODULE NOT FOUNFD OR TRACE-BEGIN GREATER TRACE-END
Meaning
Repeat command with correct operands.
IDA0S60
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S60 SPECIFIED WRITE-STOP DOES NOT EXIST. ENTER /SHOW-WRITE-STOPS
Meaning
A command has been entered for a nonexisting write-stop.
Response
Enter /SHOW-WRITE-STOPS NAME=*ALL to obtain a list of all
write-stops.
IDA0S61
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S61 NO INSTRUCTION-STOP SET
IDA0S62
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S62 NO WRITE-STOP SET
IDA0S63
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S63 TASK (&00) REMOVED FROM STOPLIST.
Meaning
Corresponding Instruction-Stop not more available for this task.
Response
none
IDA0S64
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S64 USER WANTS TO SET AN INSTRUCTION-STOP WITHIN AN IDIAS-MODULE. COMMAND REJECTED.
Meaning
It is not allowed to set an Instruction-Stop into an IDIAS-module.
Response
Reenter the command with a Non-IDIAS-Module.
IDA0S65
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S65 NO MEMORY SPACE AVAILABLE FOR SAVING WATCHING-AREA.
Meaning
IDIAS cannot request any Class-3-memory (Cl-3-memory saturation).
Response
Repeat command without Rewrite-function.
IDA0S66
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S66 TASK IS NOT OWNER OF THE/AN INSTRUCTION-STOP.
Meaning
For this (Beobachter-)Task an Instruction-Stop does not exist.
Response
Enter /SHOW-INSTRUCTION-STOPS NAME=*ALL,SELECT-TASK=*ALL.
IDA0S67
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S67 TASK IS NOT OWNER OF THE/A WRITE-STOP.
Meaning
For this (Observer-)Task a Write-Stop does not exist.
Response
Enter /SHOW-WRITE-STOPS NAME=*ALL,SELECT-TASK=*ALL.
IDA0S70
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S70 (&00) IS AN ENTRY IN MODULE (&01).
IDA0S71
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0S71 SPECIFIED USER EXIT PROCEDURE CANNOT BE LOADED
Meaning
Error during loading of the exit procedure.
Some possible reasons:
- 8 exit procedures already loaded
- specified exit procedure already loaded
- invalid library name
- invalid module name
- error in BINDER/LOADER system.
Response
Check the possible error reasons. In case of BLS error a message
is issued directly by BLS.
IDA0S72
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDA0S72 INSTRUCTION-STOP ALREADY PRESENT AT SAME ADDRESS
Meaning
The user attempted to set an instruction-stop which is
already set for same address.
Response
Enter /SHOW-INSTRUCTION-STOPS NAME=*ALL,SELECT-TASK=*ALL
to get a list of all instruction-stops.
IDA0S73
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDA0S73 WRITE-STOP ALREADY PRESENT AT SAME START ADDRESS
Meaning
The user attempted to set a write-stop which is already set
for same start address.
Response
Enter /SHOW-WRITE-STOPS NAME=*ALL,SELECT-TASK=*ALL
to get a list of all write-stops.
IDA0001
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0001 HARDWARE-AUDIT NOT RUNNING. COMMAND REJECTED
Meaning
HOLD-HA-A (ISP: ACTION=DISC) is only possible with active AUDIT
IDA0002
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0002 HARDWARE-AUDIT ALREADY RUNNING. COMMAND REJECTED
Meaning
HARDWARE-AUDIT-mode already activated, either by
a foreign task AUDIT request or by an ALL-JOBS(ISP:ALLTASK)-
AUDIT request.
IDA0003
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0003 HARDWARE-AUDIT TABLE NOT ASSIGNED. COMMAND REJECTED
Meaning
As HARDWARE-AUDIT was not switched on, no tables can be edited by
SHOW-HA-A (ISP: AUDIT DISPLAY=YES)
Response
switch on HARDWARE-AUDIT.
IDA0004
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0004 HARDWARE AUDIT RUNNING WITH 'SCOPE=OWN-JOB'. 'SCOPE=PROGRAM-LEVEL' REJECTED
Meaning
A PCB-specific HARDWARE-AUDIT request (SCOPE=PROGRAM-LEVEL; ISP:
SCOPE=FUNCT) is rejected if a task-specific HARDWARE-AUDIT (SCOPE=
OWN-JOB; ISP: SCOPE=TASK) is running
Response
Switch off task-specific HARDWARE-AUDIT and reenter command.
IDA0006
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0006 ISP-CMD: HARDWARE-AUDIT OPERAND 'SAVE' IGNORED
Meaning
Operand SAVE is not allowed in connection with:
- ACTION = OFF
- ACTION = DISC
- DUMP = YES
- DISPLAY= YES.
IDA0007
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0007 HARDWARE-AUDIT-TABLE EMPTY, NO OUTPUT
Meaning
The HARDWARE-AUDIT table is empty and cannot be edited for that reason.
IDA0008
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0008 ISP-CMD: SYNTAX ERROR IN HARDWARE-AUDIT OPERAND. COMMAND REJECTED
Response
Reenter command with correct syntax.
IDA0009
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0009 HARDWARE-AUDIT SAVE TABLE LENGTH NOT ALLOWED. 'BUFFER-SIZE = (&00)' ASSUMED
Meaning
1.) For STATE=USER (Usercommand):
The operand BUFFER-SIZE (ISP: SAVE) must have a value within the
range 0 through 16. processing continues with a 16-page save table.
2.) For STATE=SYS (Systemadministratorcommand):
The operand BUFFER-SIZE (ISP: SAVE) may only have the values 0 or 1.
processing continues with a one-page save table.
IDA0010
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0010 ISP-CMD: OPERAND COMBINATION INVALID. HARDWARE-AUDIT-COMMAND REJECTED
Meaning
1) If SCOPE=ALLTASK, the following operands are not allowed:
ACTION=DISC
STATE = USER or
DUMP = YES or
DISPLAY= YES.
2) If SCOPE=FUNCT, the following operands are not allowed:
ACTION = OFF or
ACTION = DISC or
DUMP = YES or
DISPLAY= YES.
3) In the case of TID= or TSN=, the following operands are not allowed:
SCOPE = ALLTASK or
SCOPE = FUNCT or
DUMP = YES or
DISPLAY= YES.
Response
Repeat HARDWARE-AUDIT command with correct operand combination.
IDA0011
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0011 ISP-CMD: PRIVILEGE ERROR. HARDWARE-AUDIT COMMAND REJECTED
Meaning
1) The user does not have the privilege to use a TPR-HARDWARE-AUDIT
2) The user does not have the privilege to use a TU-HARDWARE-AUDIT
for a foreign task which does not run under the own user-ID.
IDA0012
Destination: CONSOLE Routing code: R Weight: 50
Warranty : NO
IDA0012 INTERNAL ERROR IN HARDWARE-AUDIT ROUTINE. SYSTEM DUMP GENERATED
IDA0014
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0014 (&00) MEMORY SATURATION. NO HARDWARE-AUDIT PROCESSING
Meaning
Memory saturation for
class 3 original tables;
class 4 management area;
class 4 table management;
class 5 save tables;
class 5 work area.
(&00): CL3 or CL4 or CL5.
Response
Release memory and repeat the HARDWARE-AUDIT-command
IDA0015
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0015 TASK WITH (&00) (&01) DOES NOT EXIST. HARDWARE-AUDIT COMMAND REJECTED
Meaning
The task does not exist.
(&00): TSN or TID,
(&01): Task number.
Response
Check the task numbers and repeat the HARDWARE-AUDIT command.
IDA0016
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0016 NO PROGRAM LOADED. HARDWARE-AUDIT COMMAND REJECTED BECAUSE OF MISSING (&00) PCB
Meaning
TU or TPR-PCB not existing. SCOPE=PROGRAM-LEVEL (ISP: SCOPE=FUNCT) cannot
be processed.
(&00): TU or TPR.
Response
Repeat HARDWARE-AUDIT command with a loaded program.
IDA0017
Destination: CONSOLE Routing code: R Weight: 50
Warranty : NO
IDA0017 'ALL-JOBS-HARDWARE-AUDIT' SWITCHED OFF FOR ALL TASKS DUE TO CL3 OR CL4 MEMORY SATURATION
Meaning
ALL-JOBS (ISP: ALLTASK) -HARDWARE-AUDIT SWITCHED OFF, BECAUSE NO MORE
AUDIT-INTERNAL TABLES CAN BE REQUESTED
IDA0018
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0018 INTERNAL HARDWARE-AUDIT ERROR. HARDWARE-AUDIT-TABLE-OUTPUT REJECTED
Meaning
Because of an error in module AUDEDIT it is not possible to display the
HARDWARE-AUDIT table.
Response
Contact the maintenance staff.
IDA0019
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0019 START-HARDWARE-AUDIT COMMAND REJECTED. REPEAT COMMAND LATER
Meaning
The command-sequence START-HA-A/ STOP-HA-A/ START-HA-A for a foreign Task
in TPR causes the MSG mentioned above always, if the foreign Task did not
run in the meantime. This has the consequence, that the second START-HA-A
command has to be repeated later, because the STOP-HA-A command is not
yet finished, as it is still waiting in a queue.
Using the ISP-format the corresponding commands are:
AUDIT ACTION=ON or AUDIT ACTION=OFF
Response
Repeat START-HA-A command later
IDA0020
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0020 HARDWARE-AUDIT NOT AVAILABLE ON THIS HSI. COMMAND REJECTED
Meaning
HARDWARE-AUDIT is only available on processors with CFCS3 HSI.
IDA0021
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0021 ABNORMAL TASK TERMINATION DUE TO INTERNAL HARDWARE-AUDIT I/O ERROR
Meaning
Abnormal task termination caused by an HARDWARE-AUDIT-internal
not repairable WROUT/WRLST error
IDA0022
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0022 NO FURTHER MEMORY AVAILABLE FOR HARDWARE-AUDIT-OUTPUT ON SYSLST
Meaning
No further memory available for file assigned to SYSLST.
HARDWARE-AUDIT-table-output stopped.
IDA0023
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0023 TU-HARDWARE-AUDIT FOR ALL TASKS OF CHOSEN USER-ID NOT AVAILABLE AT THIS TIME DUE TO SYSTEM-ADMINISTRATOR-RESTRICTION.
Meaning
System-Administrator prevented TU-HARDWARE-AUDIT-Commands for active
USER-ID by command MODIFY-USER-ATTRIBUTES.
Response
Call System-Administrator.
IDA0024
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0024 TU-HARDWARE-AUDIT NOT AVAILIBLE AT THIS TIME FOR TASK IN CONTROL DUE TO USER-RESTRICTION.
Meaning
User prevented TU-HARDWARE-AUDIT-Commands for Task In Control
by command MODIFY-TEST-OPTIONS.
Response
Switch AUDIT-privilege by command MODIFY-TEST-OPTIONS and repeat command.
IDA0030
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0030 LINKAGE-AUDIT NOT RUNNING. COMMAND REJECTED
Meaning
LINKAGE-AUDIT mode was not switched on.
IDA0031
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0031 LINKAGE-AUDIT ALREADY RUNNING. COMMAND REJECTED
Meaning
LINKAGE-AUDIT mode already activated, either by another task
due to a foreign task AUDIT request or by an ALL-JOBS
AUDIT request.
IDA0032
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0032 LINKAGE-AUDIT TABLE NOT ASSIGNED. COMMAND REJECTED
Meaning
As LINKAGE-AUDIT was not switched on, no tables can be edited
Response
switch on LINKAGE-AUDIT.
IDA0033
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0033 LINKAGE-AUDIT RUNNING WITH 'SCOPE=OWN-JOB'. 'SCOPE=PROGRAM-LEVEL' REJECTED
Meaning
A PCB-specific LINKAGE-AUDIT request is rejected when a task-specific
LINKAGE-AUDIT is running.
Response
If required, switch off task-specific LINKAGE-AUDIT and then repeat
command.
IDA0034
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0034 LINKAGE-AUDIT-TABLE EMPTY, NO OUTPUT
Meaning
The LINKAGE-AUDIT table is empty and cannot be edited for that reason
with SHOW-LI-A.
IDA0035
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0035 LINKAGE-AUDIT-PRIVILEGE ERROR. COMMAND REJECTED
Meaning
The user does not have the privilege to request a TU LINKAGE-AUDIT
for a foreign task which does not run under the own user ID.
IDA0036
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0036 INTERNAL ERROR IN LINKAGE-AUDIT ROUTINE. SYSTEM DUMP GENERATED
IDA0037
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0037 (&00) MEMORY SATURATION. NO LINKAGE-AUDIT PROCESSING
Meaning
Memory saturation for
class 3 original tables;
class 4 management area;
class 5 save tables;
class 5 work area.
(&00): CL3 or CL4 or CL5.
Response
Release memory. Reenter LINKAGE-AUDIT command.
IDA0038
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0038 TASK WITH (&00) (&01) DOES NOT EXIST. LINKAGE-AUDIT-COMMAND REJECTED
Meaning
(&00): TSN or TID
(&01): task number.
Response
Check task numbers and repeat LINKAGE-AUDIT command.
IDA0039
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0039 NO PROGRAM LOADED. LINKAGE-AUDIT COMMAND REJECTED BECAUSE OF MISSING (&00) PCB
Meaning
TU or TPR-PCB not existing. SCOPE=PROGRAM-LEVEL cannot
be processed.
(&00): TU or TPR.
Response
Repeat LINKAGE-AUDIT command with a loaded program.
IDA0040
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0040 CL3 OR CL4 MEMORY SATURATION. 'ALL-JOBS-LINKAGE-AUDIT' SWITCHED OFF
IDA0042
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0042 PROCESSOR-LOCAL LINKAGE-AUDIT ALREADY RUNNING. COMMAND REJECTED
Meaning
A processor-local LINKAGE-AUDIT was already activated with
SCOPE=INTERRUPT-HANDLING or SCOPE=SYSTEM-LEVEL.
IDA0043
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0043 LINKAGE-AUDIT WITH 'STATE=SYSTEM' NOT POSSIBLE DUE TO ACTIVE PROCESSOR-LOCAL LINKAGE-AUDIT WITH SCOPE=SYSTEM-LEVEL. COMMAND REJECTED
Meaning
During an active LINKAGE-AUDIT with STATE=PROCESSOR (SCOPE=SYSTEM-LEVEL)
no task-local TPR LINKAGE-AUDIT is possible.
Response
Switch off processor-local LINKAGE-AUDIT with STOP-LINKAGE-AUDIT
STATE=PROCESSOR(SCOPE=SYSTEM-LEVEL) and switch on task-local
TPR LINKAGE-AUDIT with STATE=SYSTEM
IDA0044
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0044 PROCESSORLOCAL LINKAGE-AUDIT WITH 'SCOPE=SYSTEM-LEVEL' NOT POSSIBLE DUE TO ACTIVE TPR LINKAGE-AUDIT. COMMAND REJECTED
Meaning
During an active LINKAGE-AUDIT with STATE=SYSTEM a processor-
local LINKAGE-AUDIT with SCOPE=SYSTEM-LEVEL is not possible.
Response
Switch off TPR LINKAGE-AUDIT with STOP-LINKAGE-AUDIT STATE=SYSTEM for all
tasks and then switch on processorlocal LINKAGE-AUDIT
with SCOPE=SYSTEM-LEVEL
IDA0045
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0045 CENTRAL LINKAGE-AUDIT ADMINISTRATION CURRENTLY LOCKED. RETRY COMMAND LATER
Meaning
To ensure consistency of the LINKAGE-AUDIT management tables, the tables
were locked during processing.
Response
Retry LINKAGE-AUDIT command later.
IDA0046
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0046 ABNORMAL TASK-TERMINATION BECAUSE OF INTERNAL I/O-ERROR IN LINKAGE-AUDIT; OUTPUT ABORTED
Meaning
Because of a WROUT- or WRLST-error in LINKAGE-AUDIT the task is
terminated.
IDA0047
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0047 LINKAGE-AUDIT OPERAND 'BUFFER-SIZE' IGNORED
Meaning
LINKAGE-AUDIT was in HOLD state. A save table already exists.
IDA0048
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0048 LINKAGE-AUDIT-TABLE OF A FOREIGN TASK NOT DISPLAYED
Meaning
The LINKAGE-AUDIT-Table of a foreign task cannot be displayed because
of an internal system error.
Response
Contact the maintenance staff.
IDA0049
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0049 TASK IN TERMINATION. LINKAGE-AUDIT COMMAND REJECTED
Meaning
The task concerned is being terminated.
IDA0050
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0050 LINKAGE-AUDIT START-COMMAND REJECTED. REPEAT COMMAND LATER
Meaning
The command-sequence START-LI-A/ STOP-LI-A/ START-LI-A for a foreign Task
in TPR causes the MSG mentioned above always, if the foreign Task did not
run in the meantime. This has the consequence, that the second START-LI-A
command has to be repeated later, because the STOP-LI-A command is not
yet finished, as it is still waiting in a queue.
Response
Repeat START-LI-A command later
IDA0051
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0051 LINKAGE-AUDIT SAVE TABLE LENGTH NOT ALLOWED. 'BUFFER-SIZE=(&00)' ASSUMED
Meaning
The operand BUFFER-SIZE must have a value within the range
0 through 16. processing continues with a 16-page save table.
IDA0052
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0052 TU-LINKAGE-AUDIT FOR ALL TASKS OF CHOSEN USER-ID NOT AVAILABLE AT THIS TIME DUE TO SYSTEM-ADMINISTRATOR-RESTRICTION.
Meaning
System-Administrator prevented LINKAGE-AUDIT-Commands for active
USER-ID by command MODIFY-USER-ATTRIBUTES.
Response
Call System-Administrator.
IDA0053
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0053 TU-LINKAGE-AUDIT NOT AVAILIBLE AT THIS TIME FOR TASK IN CONTROL DUE TO USER-RESTRICTION.
Meaning
User prevented TU-LINKAGE-AUDIT-Commands for Task In Control
by command MODIFY-TEST-OPTIONS.
Response
Switch AUDIT-privilege by command MODIFY-TEST-OPTIONS and repeat command.
IDA0054
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0054 INVALID CALL OF A SYSTEM FUNCTION IN AUDIT
IDA0055
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0055 INTERNAL ERROR IN AUDIT
IDA0056
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0056 AUDALLOW-PARAM DURING STARTUP NEITHER 'YES' NOR 'NO': YES' ASSUMED.
Meaning
System-Administrator gave no or a wrong value for param AUDALLOW in
Startup-Parameter-Service: AUDALLOW=YES assumed.
IDA0057
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0057 PROCESSOR-LOCAL LINKAGE-AUDIT SWITCHED OFF AT END OF STARTUP.
Meaning
Processor-local LINKAGE-AUDIT was switched off at end of STARTUP close
before SYSTEM READY, as AUDALLOW=NO was given in parameter-service
IDA0058
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDA0058 PROCESSOR-LOCAL LINKAGE-AUDIT NOT ACTIVE
Meaning
the processorlocal LINKAGE-AUDIT was switched off successfully during
startup-processing, or the switch-off-attempt failed because processor-
local LINKAGE-AUDIT had not been switched on.
IDA0059
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0059 PROCESSOR-LOCAL LINKAGE-AUDIT ACTIVE
Meaning
The processorlocal LINKAGE-AUDIT was switched on by startup-parameter
service.
IDA0060
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0060 NO AUDIT-COMMANDS POSSIBLE IN THIS SESSION DUE TO SYSTEM-ADMINISTRATOR-RESTRICTION.
Meaning
System-Administrator prevented all AUDIT-Commands by giving AUDALLOW=NO
in Startup-Parameter-Service.
IDA0061
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDA0061 ERRORLOGGING ENTRY
Meaning
error occurrred during a TPR-LINKAGE-AUDIT contingency
IDA0104
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0104 USER PROGRAM NOT LOADED
Meaning
The user has issued an AID command without loading a program before.
Response
Load program and repeat command.
IDA011D
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA011D CONNECT-SUBSYSTEM FOR AID ALREADY PERFORMED IN THIS TASK. NO TASK-LOCAL LOAD POSSIBLE. COMMAND NOT PROCESSED
Meaning
If AID has been loaded as a subsystem in a task, no task-local
loading is possible.
AID can only be loaded either as a subsystem or task-locally.
IDA0113
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0113 AIDSYS: NO MEMORY AVAILABLE
Meaning
There is no more class 5 memory available for AIDSYS. AIDSYS cannot work
or only work with restrictions.
Response
a) Reenter the command later.
b) Reload the program.
IDA0119
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0119 AID COULD NOT BE LOADED
Meaning
Invalid CSECT operand or specified file is not an OML.
Response
Specify another library or contact the system administrator.
IDA0122
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0122 AIDSYS: TRAPCODE SVC IN CODING THAT WAS NOT SET BY AIDSYS
Meaning
The interrupted program encountered a trapcode SVC
(SVC 129) though AIDSYS does not hold any information about
this SVC in its internal tables (e.g., SVC 129 was used
without the appropriate authorization or SVC 129 was set
by another task).
Response
Remove SVC 129 from the program.
IDA0123
Destination: CONSOLE Routing code: * (main console) Weight: 70
Warranty : NO
IDA0123 ***** AID REP AT LOCATION (&00), LENGTH = (&01) *****
Meaning
Using AID, a user changed coding or data in the address space of the
system.
IDA0124
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0124 INVALID CALL OF A SYSTEM FUNCTION IN AIDSYS
IDA0125
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0125 A SITUATION WHERE AN ABSOLUTE TEST PROTECTION IS NECESSARY EXISTS. IN THIS CASE THE PROGRAM CAN ONLY BE PROCESSED, BUT MUST NOT BE TESTED
Meaning
The only AID commands that may be specified in such a situation are
%R(ESUME) and %REMOVE.
AID is informed by the $CHKEXO macro whether a
situation where an absolute test protection is necessary exists. Such a
situation exists, for example, if a (part of a) program was loaded from
a file which is protected by a read password.
Response
Eliminate the situation described above, for example by declaration of
the read password, or enter the %R(ESUME) command.
IDA0127
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0127 AID NOT AVAILABLE. CONTACT SYSTEM ADMINISTRATOR
Meaning
AID is not available at the moment (not bound to the system).
Response
Contact the system administrator for loading AID.
IDA0128
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0128 INTERNAL ERROR IN ASTRACE
IDA013A
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA013A TASK-LOCAL LOAD OF AID NOT SUPPORTED FOR THIS USER-ID
IDA0130
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0130 STRINGS WITH LEADING '%' ARE TREATED AS AID COMMANDS
Meaning
A character string with a leading % has been entered.
This string is interpreted as an AID command by the command
processor although AID is not available.
IDA0140
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0140 AID TRAP WITH INCONSISTENT HSI CONTEXT
Meaning
An AID trap interrupt has occured. AIDSYS can not handle this interrupt,
since the current PMode does not match the PMode, expected for the
interrupt location.
Response
Take a dump and report the error.
IDA015A
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA015A SUBSYSTEM AIDSYS COULD NOT BE INITIALIZED
Meaning
The initialization of AIDSYS could not be processed completely.
Response
Another try later could be successful.
IDA015B
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA015B DECOUPLED PART OF SUBSYSTEM AIDSYS COULD NOT BE INITIALIZED
Meaning
The initialization of AIDSYS could not be processed completely.
Response
Another try later could be successful.
IDA015C
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA015C ERROR IN AID VERSION INDICATOR
Meaning
The current subsystem AID is not able to run in the current BS2000
version.
Response
Contact the system administrator.
IDA015D
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA015D SUBSYSTEM AID COULD NOT BE INITIALIZED
Meaning
The initialization of AID by AIDSYS could not be processed completely.
Response
Another try later could be successful.
IDA015E
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA015E AID TRAP NOT ALLOWED IN FUNCTIONAL LEVEL TPR
Meaning
An AID trap interrupt has occured in the functional level TPR. But AIDSYS
does not support the corresponding trap code handling in TPR.
Response
Remove the SVC 129 from the program.
IDA0151
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0151 SUBSYSTEM AIDSYSA COULD NOT BE INITIALIZED
Meaning
The initialization of AIDSYSA could not be processed completely.
Response
Another try later could be successful.
IDA0152
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0152 AIDSYS ERROR IN PARSING OF AID COMMAND
Meaning
During the analysis of an AID command by AIDSYS, an internal error
has occured.
IDA0153
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0153 AID IN ERRORNEOUS STATE
Meaning
An unrecoverable error in AID has occured.
Response
In the current task, AID is no longer available.
IDA0154
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0154 COMMAND PRIVILEGE MISSING
Meaning
The necessary command privilege for AID commands is missing in the
current task.
IDA0155
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0155 CONNECT TO SUBSYSTEM AIDSYS FAILED
Meaning
At the moment, the task can not be connected to the subsystem AIDSYS.
Response
Contact the system administrator.
IDA0157
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0157 INTERNAL ERROR IN AIDSYS
IDA0158
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0158 SUBSYSTEM AIDSYSA NOT LOADED
Meaning
The subsystem AIDSYSA must be permanently available.
IDA0159
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0159 UNEXPECTED EVENT FOR AIDSYS
Meaning
An event has been reported to AIDSYS. However, caused by inconsistencies
within the AIDSYS data context, a treatment of the event is not possible.
IDA0160
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0160 THE SVC 130 IS RESTRICTED TO INTERNAL USAGE
IDA0161
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0161 AID TRAP IN PAGE PROTECTED AREA NOT ALLOWED
IDA0162
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0162 UNRECOVERABLE ERROR DURING OUTPUT TO SYSOUT
IDA0163
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0163 ERROR DURING ACCESS TO SYSOUT
IDA0164
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0164 ERROR DURING CLOSE OF DUMP FILE '(&00)'. DMS ERROR CODE (&01)
IDA0165
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0165 CHANGE OF PAGE PROTECTED AREA NOT SUPPORTED FOR FOREIGN TASK ACCESS
IDA0166
Destination: USER-TASK Routing code: Weight: 70
Warranty : NO
IDA0166 MAXIMUM PCB NUMBER REACHED
IDA0167
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0167 A SITUATION WHERE AN ABSOLUTE TEST PROTECTION IS NECESSARY EXISTS IN THE SELECTED TASK.
Meaning
AID is informed by the $CHKEXO macro whether a
situation where an absolute test protection is necessary exists. Such a
situation exists, for example, if a (part of a) program was loaded from
a file which is protected by a read password.
IDA0171
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0171 INTERNAL ERROR FOR CURRENT LIVE MIGRATION STATE
IDA0172
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0172 INTERNAL ERROR FOR PREVIOUS LIVE MIGRATION STATE
IDA0173
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0173 INTERNAL ERROR FOR SOME LIVE MIGRATION STATE
IDA0174
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0174 NO LIVE MIGRATION OCCURRED
IDA0175
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0175 BUFFER OVERFLOW FOR LIVE MIGRATION HISTORY
IDA0176
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0176 INVALID LM-COUNTER SPECIFICATION '(&00)'
IDA0180
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0180 ASINUS : TASK TERMINATION AFTER UNSUCCESSFUL CALL OF $TANC.
Meaning
ASINUS cannot access it's own data via the anchor in the TCB.
IDA0181
Destination: USER-TASK Routing code: Weight: 50
Warranty : NO
IDA0181 ASINUS : TASK TERMINATION AFTER UNSUCCESSFUL CALL OF $GETMEM.
Meaning
ASINUS cannot create diagnosis data.
IDA0198
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0198 BREAK IN SYSTEM PROGRAM AT LOCATION X'(&00)', AMODE=(&01)
Meaning
A system program attempts to read a command.
(&00): address following the BKPT call
(&01): addressing mode (should be 31).
Response
If you do not work under the system administrator ID, enter 'R'.
IDA0199
Destination: USER-TASK Routing code: Weight: 30
Warranty : NO
IDA0199 PROGRAM BREAK AT ADDRESS X'(&00)', AMODE=(&01)
Meaning
In the program, a BKPT system call was performed, e.g. to offer a
possibility for entering system commands.
(&00): address immediately following the system call
(where the program will continue)
(&01): addressing mode at the time of interruption (24 or 31).
Response
If the program did not issue any messages and the break is not desired,
enter 'R'.
IDA030F
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDA030F CHANGE OF HARDWARE OR LINKAGE AUDIT MODE NOT GRANTED
Meaning
A change of the Linkage or Hardware AUDIT mode is forbidden in the
user catalogue entry.
IDA0300
Destination: USER-TASK Routing code: Weight: 99
Warranty : YES
IDA0300 SYNTAX ERROR IN MODIFY-TEST-OPTIONS OR SHOW-TEST-OPTIONS OR SHOW-SYMBOL-INFORMATION OR SHOW-MAP-INFORMATION OR SHOW-LIVE-MIGRATION-HISTORY OR SHOW/MODIFY-LIVE-MIGRATION-DEFAULTS COMMAND
Meaning
Message number of command return code for the commands
MODIFY-TEST-OPTIONS and SHOW-TEST-OPTIONS and
SHOW-SYMBOL-INFORMATION and SHOW-MAP-INFORMATION and
SHOW-LIVE-MIGRATION-HISTORY and
SHOW-LIVE-MIGRATION-DEFAULTS and MODIFY-LIVE-MIGRATION-DEFAULTS.
Possible additional message for MODIFY-TEST-OPTIONS: EXC0926
IDA0301
Destination: USER-TASK Routing code: Weight: 99
Warranty : YES
IDA0301 SEMANTICAL ERROR IN MODIFY-TEST-OPTIONS OR SHOW-TEST-OPTIONS OR SHOW-SYMBOL-INFORMATION OR SHOW-MAP-INFORMATION OR SHOW-LIVE-MIGRATION-HISTORY OR SHOW/MODIFY-LIVE-MIGRATION-DEFAULTS COMMAND
Meaning
Message number of command return code for the commands
MODIFY-TEST-OPTIONS and SHOW-TEST-OPTIONS and
SHOW-SYMBOL-INFORMATION and SHOW-MAP-INFORMATION and
SHOW-LIVE-MIGRATION-HISTORY and
SHOW-LIVE-MIGRATION-DEFAULTS and MODIFY-LIVE-MIGRATION-DEFAULTS.
Possible additional messages for MODIFY-TEST-OPTIONS: EXC0930, EXC0927.
IDA0302
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0302 NO MEMORY AVAILABLE IN CDUMP
IDA0303
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0303 TASK '(&00)' NOT AVAILABLE
Meaning
The specified task is not available.
(&00): TSN of the specified task.
Response
Select another task.
IDA0304
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0304 PRIVILEGE MISSING FOR ACCESS TO TASK '(&00)'
Meaning
The specified task does not belong to the own user ID and the current
task has not the command privileg TSOS.
(&00): TSN of the specified task.
Response
Select another task.
IDA0305
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDA0305 SPECIFIED PASSWORD IGNORED FOR TSOS
IDA0306
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDA0306 PRIVILEGE MISSING FOR PASSWORD ACCESS
IDA0307
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDA0307 SPECIFIED TASK NOT ACCESSIBLE
IDA0308
Destination: USER-TASK Routing code: Weight:
Warranty : NO
IDA0308 NO MATCH FOR SPECIFIED PASSWORD
IDA0310
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0310 TASK LOCK 'LKASHOOK' NOT GOT
Meaning
The task lock is not created or is held by another task.
Response
Contact the system administrator or reenter the command.
IDA0311
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0311 NO MEMORY AVAILABLE TO PROCESS THE COMMAND
Response
Contact the system administrator.
IDA0312
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0312 SYSTEM HOOK TABLES NOT ASSIGNED
IDA0313
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0313 'COMPARE' VALUE CONTAINS ODD NUMBER OF HEX CHARACTERS
IDA0314
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0314 'DATA' VALUE CONTAINS ODD NUMBER OF HEX CHARACTERS
IDA0315
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0315 SPECIFIED MODULE NOT FOUND
IDA0316
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0316 DISPLACEMENT EXCEEDS MODULE BOUNDARY
IDA0317
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0317 MISALIGNED SYSTEM HOOK ADDRESS
Meaning
The hook address must be halfword aligned on /390 HSI.
IDA0318
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0318 RESERVED MODULE SPECIFIED
Meaning
System hooks must not be set within reserved modules.
Response
The system hook might be set via address specification nevertheless.
But there will be a risk for system damage in this case.
IDA0319
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0319 SYSTEM HOOK ADDRESS NOT WITHIN SYSTEM ADDRESS SPACE
IDA032A
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA032A SYNTAX ERROR IN A SYSTEM HOOK COMMAND
Meaning
Message number of command return code for system hook commands.
IDA032B
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA032B SEMANTICAL ERROR IN A SYSTEM HOOK COMMAND
Meaning
Message number of command return code for system hook commands.
IDA032C
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA032C INVALID CPU NUMBER SPECIFICATION
Meaning
CPU numbers must be within the range 0..31 .
IDA0320
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0320 SYSTEM HOOK ADDRESS NOT ALLOCATED
IDA0321
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0321 SYSTEM HOOK '(&00)' NOT FOUND
IDA0322
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0322 ACCESS ERROR FOR SYSTEM HOOK ADDRESS
IDA0323
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0323 UNSUPPORTED INSTRUCTION AT SYSTEM HOOK ADDRESS
Meaning
There must be no branch instruction or SVC at the hook address.
IDA0325
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0325 RESERVED SYSTEM HOOK NAME SPECIFIED
Meaning
The names C'$SYSSHxx' cannot be assigned explicitly by the user.
IDA0326
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0326 LACK OF INTERNAL RESOURCES
Meaning
Too much system hooks have been set.
Response
Remove some system hooks.
IDA0327
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0327 SYSTEM HOOK NAME ALREADY EXISTS
IDA0328
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0328 INCONSISTENT 'CONDITION' SPECIFICATION
Meaning
The specified register offset exceeds the length of the register.
IDA0329
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0329 INCONSISTENT 'ACTION' SPECIFICATION
Meaning
For writing into a register the data must specify exactly 4 bytes.
IDA033A
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA033A SYSTEM INTERFACE '(&00)' DELIVERS RETURN CODE '(&01)'
IDA033B
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA033B $VSVAID INTERFACE YIELDS UNEXPECTED RECORD TYPE '(&00)'
IDA033C
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA033C Command not allowed in execute-only situation
IDA0330
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0330 NO SYSTEM HOOKS FOUND FOR SPECIFIED INPUT
IDA0331
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0331 ERROR IN REMOVING SYSTEM HOOK '(&00)'
IDA0332
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0332 NO OUTPUT FOUND FOR SPECIFIED INPUT
IDA0333
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0333 UNRECOVERABLE ERROR DURING CPU SYNCHRONIZATION
Meaning
A call of $SYNCPU yields an unexpected return code.
IDA0334
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0334 (&00)+(&01)=(&02): (&03)
Meaning
The instruction at the hook address is dislpayed.
Response
Check if the right address was found.
IDA0335
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0335 ADDRESS OK? REPLY (Y=YES; N=NO)
Meaning
Confirmation is requested for setting the system hook.
Response
Y: the displayed instruction agrees with the expectations.
N: the hook shall not be set.
IDA0336
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0336 COMMAND WITHDRAWN BY USER. NO SYSTEM HOOK SET
IDA0337
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0337 COMMAND NOT POSSIBLE DUE TO SYSTEM-ADMINISTRATOR-RESTRICTION
Meaning
The system parameter 'SYSTHOOK' does not have the required value.
IDA0338
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0338 COMMAND NOT POSSIBLE DUE TO AN EXISTING EXCLUSIVE RIGHT FOR SYSTEM HOOKS
Meaning
Another task has the exclusive right for system hooks.
IDA0339
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0339 EXCLUSIVE RIGHT FOR SYSTEM HOOKS NOT GOT
Meaning
In the moment, another task has the exclusive right for system hooks.
Response
Through specification of the operand FORCE=*YES the exclusive
right can be got nevertheless.
IDA034A
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA034A SYSTEM HOOK IN WRONG STATE
Response
Deactivate Hook via DEACTIVATE-SYSTEM-HOOK before.
IDA034B
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA034B INVALID POSITION SPECIFICATION
Meaning
The specified position within the action list is invalid.
IDA034C
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA034C SYNTAX ERROR IN SYSTEM HOOK PROGRAM LINE '(&00)' OF ACTION '(&01)'
IDA034D
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA034D SYSTEM HOOK PROGRAM OF ACTION '(&00)' TOO LARGE
IDA034E
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA034E DMS ERROR '(&00)' FOR FILE '(&01)'
IDA034F
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA034F BLOCK SIZE OF FILE '(&00)' IS NOT STD(1)
IDA0340
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0340 EXCLUSIVE RIGHT FOR SYSTEM HOOKS NOT PRESENT
Meaning
The task does not have the exclusive right for system hooks.
IDA0341
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0341 SPECIFIED LOCK NOT HELD
IDA0342
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0342 INVALID TASK SPECIFICATION
Meaning
Besides leading blanks, only the characters (0..9,A..Z) are allowed.
A digit must not succeed a leading blank.
IDA0343
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0343 OUTPUT ABORTED DUE TO REQUESTED LIMITATION
Meaning
The number of output records was limited by the operand RECORDS.
IDA0344
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0344 DIFFERENT SIZE FOR EXISTING LOGGING BUFFER NOT SUPPORTED
IDA0345
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0345 VERIFICATION ERROR IN SYSTEM HOOK PROGRAM LINE '(&00)' OF ACTION '(&01)'
IDA0346
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0346 SYSTEM HOOK PROGRAM OF ACTION '(&00)' EMPTY
IDA0347
Destination: USER-TASK, CONSOLE Routing code: 1 Weight: 99
Warranty : NO
IDA0347 THE EXCLUSIVE RIGHT FOR SYSTEM HOOKS WAS ASSIGNED TO THIS TASK
Meaning
In the moment, this task has the exclusive right for special
system hook commands.
IDA0348
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
IDA0348 '(&00)' SYSTEM HOOKS REMOVED. '(&01)' ARE CURRENTLY IN THE SYSTEM
IDA0349
Destination: USER-TASK, CONSOLE Routing code: 1 Weight: 99
Warranty : NO
IDA0349 SYSTEM HOOK '(&00)' SET