Natural under openUTM Error Messages
This section lists the error messages that may be issued by the Natural
openUTM Interface.
Unlike Natural system messages, the explanatory long texts to these
messages and codes are only available in this document, not online. The error
messages are listed in groups in the following order:
NUInnnn
|
Error messages caused by task initialization errors |
NUS00nn
|
Error messages caused by user session errors |
NUWnnnn
|
Warnings |
For information on the Natural openUTM Interface, see
Natural under
openUTM in the TP Monitor Interfaces
documentation.
This section covers the following topics:
NUInnnn Messages
The following error messages may be issued by the Natural
openUTM Interface. They are caused by task initialization errors; the
content of register 15 (that is, the return code of the corresponding macro
call) is issued with the error message.
NUI0003 - LOCATION OF FRONT PART IS ABOVE THE 16-MB LINE, BUT
PARMOD=(31,ABOVE) NOT DEFINED
Explanation |
The front part is loaded above the 16-MB line and this is not
defined in parameter PARMOD of macro
NATUTM .
|
Action |
Either assemble the macro NATUTM with
PARMOD=(31,ABOVE) or load the front part below.
|
NUI0004 - DMS ERROR nnnn IN OPEN ROLL
FILE (nnnn REPRESENTS THE DMS ERROR CODE)
Explanation |
Error when trying to open the Natural roll file. |
Action |
Issue the BS2000 command /HELP
nnnn .
|
NUI0006 - ERROR IN DEQUEUE ACCESS REQUEST
Explanation |
Error when calling the DEQAR macro.
|
Action |
See the error code for the DEQAR macro in the
corresponding BS2000 documentation.
|
NUI0007 - INCORRECT ADDRESS OF NATURAL LOAD POOL
Explanation |
The address of the Natural load pool is already being used by
the corresponding openUTM task.
|
Action |
Define a fixed load pool address in parameter
ADDR of macro ADDON , respectively module
CMPSTART .
|
NUI0008 - ERROR IN ENABLE SERIALIZATION ITEM
Explanation |
Error when calling the ENASI macro.
|
Action |
See the error code for the ENASI macro in the
corresponding BS2000 documentation.
|
NUI0009 - ERROR IN ENACO FOR ROLL FILE
Explanation |
Error when calling the ENACO macro. A
contingency definition is to be initiated for asynchronous writing to the
Natural roll file.
|
Action |
See the error code for the ENACO macro in the
corresponding BS2000 documentation.
|
NUI0010 - ERROR IN ENAEI FOR ROLL FILE
Explanation |
Error when calling the ENAEI macro.
Event-controlled processing is to be initiated for asynchronous writing to the
Natural roll file.
|
Action |
See the error code for the ENAEI macro in the
corresponding BS2000 documentation.
|
NUI0011 - ERROR IN ENAEI FOR SPOOL PRINT TASK
Explanation |
Error when calling the ENAEI macro.
Event-controlled processing is to be initiated for the Natural Advanced
Facilities printer task.
|
Action |
See the error code for the ENAEI macro in the
corresponding BS2000 documentation.
|
NUI0012 - USER EXIT "RMSPOOL" NOT FOUND
Explanation |
The RMSPOOL operand has been defined in the
SPOOL keyword parameter for the NATUTM
macro. However, the RMSPOOL user exit was found neither in the
non-reentrant nor in the reentrant part.
|
Action |
Either link the user program with the RMSPOOL
entry name to the front-end or reentrant part or correct the
SPOOL keyword parameter for the NATUTM
macro.
|
NUI0013 - ERROR IN ENQUEUE ACCESS REQUEST
Explanation |
Error when calling the ENQAR macro.
|
Action |
See the error code for the ENQAR macro in the
corresponding BS2000 documentation.
|
NUI0014 - ERROR IN ENTER NATSPOOL PRINT TASK
Explanation |
Error when calling the ENTER macro for the
Natural Advanced Facilities printer task.
|
Action |
See the error code for the ENTER macro in the
corresponding BS2000 documentation. Check the parameter definition for the
ENTER macro call in the SPOOL keyword
parameter for the NATUTM macro.
|
NUI0016 - NATURAL NUCLEUS NOT LINKED
Explanation |
The Natural nucleus could not be found in the Natural load
pool.
|
Action |
Link the Natural nucleus to the reentrant part. |
NUI0017 - THE DEFINITION OF "TERMTAB=SWP" IS ONLY ALLOWED FOR A
GLOBAL SWAP POOL
Explanation |
The terminal control table can be allocated in a global swap
pool only.
|
Action |
Change the operand of keyword parameter
TERMTAB or generate a global swap pool.
|
NUI0018 - ERROR IN POSSIG FOR SPOOL PRINT TASK
Explanation |
Error when calling the POSSIG macro for the
Natural Advanced Facilities printer task.
|
Action |
See the error code for the POSSIG macro in the
corresponding BS2000 documentation.
|
NUI0020 - ERROR IN RDTFT OR FSTAT BY LINKNAME N-A-M-E
Explanation |
Error when calling the RDTFT or
FSTAT macro for the Natural swap file.
|
Action |
See the error code for the RDTFT or
FSTAT macro in the corresponding BS2000 documentation. Check the
link name defined for the swap file in the openUTM startup job. The
link name for the Natural swap file is PAMNAT .
|
NUI0021 - ERROR IN REQM/RELM FOR TASK USER THREAD
Explanation |
Error when calling the REQM or RELM
macro for the task-related Natural user thread
(MAXSIZE ).
|
Action |
See the error code for the REQM or
RELM macro in the corresponding BS2000 documentation.
|
NUI0022 - INVALID VERSION OF MACRO BS2STUB
Explanation |
The version number does not match the driver version.
|
Action |
Use the correct version of macro BS2STUB .
|
NUI0023 - SIZE OF NATURAL ROLL FILE TOO SMALL
Explanation |
The minimum size for one compressed Natural user work area is
not available (see parameter ROLLTSZ of macro
NATUTM ).
|
Action |
Calculate the necessary size of the Natural roll file as
follows:
ROLLTSZ / 2 * max. number of users =
nnn
where nnn is the number
of PAM pages
Define a new Natural roll file with the BS2000 file command. The
maximum number of users should be the maximum number of active users (including
those not logged out properly - these are all users registered in the task file
table).
|
NUI0025 - MODULE NATSTUB NOT LINKED
Explanation |
The NATSTUB module could not be found in the
Natural load pool.
|
Action |
Link the Natural nucleus to the reentrant part. |
NUI0026 - INITIAL. ERROR REPRO-2000: nn
Explanation |
The REPRO-2000 spool system has signaled an initialization
error (nn).
|
Action |
See the corresponding REPRO-2000 spool system documentation.
|
NUI0027 - LINK-ERROR FOR CSECT/ENTRY
P-R-O-G-R-A-M
Explanation |
The P-R-O-G-R-A-M
module is not linked to the front-end part but defined to the
NATUTM macro by the keyword parameters
LINK , LINK2 ,
LINK3 or LINK4 .
|
Action |
Check the specifications within the
LINK , LINK2 ,
LINK3 or LINK4 keyword parameters
for the NATUTM macro and the INCLUDE statements in
the link job for the non-reentrant part.
|
NUI0028 - DEFINED NUAADDR IS TOO HIGH (NOT BELOW THE 16-MB LINE)
Explanation |
The address defined for the Natural user work area in an
operand of keyword parameter NUAADDR is not correct.
|
Action |
See the description of keyword parameter
NUAADDR in the section Natural under openUTM
(in the Natural TP Monitor Interfaces documentation).
|
NUI0029 - NATSPOOL PRINTER TASK(S) NOT AVAILABLE
Explanation |
The event request to the Natural Advanced Facilities printer
task(s) has not been satisfied.
|
Action |
Start the Natural Advanced Facilities printer task(s) before
you start your openUTM application.
|
NUI0032 - DEFINED NUAADDR IS ALREADY OCCUPIED AND CANNOT BE USED
Explanation |
The address defined in the operand of keyword parameter
NUAADDR in macro NATUTM is already
occupied.
|
Action |
Review all defined addresses for the common memory pools of
the application and define a free address for the Natural user work area.
|
NUI0036 - SYSTEM ERROR ! ... PLEASE GIVE KDCOFF
Explanation |
An unrecoverable system error has occurred which makes it
impossible to continue running the Natural openUTM application.
|
Action |
The application must be terminated with KDCSHUT
NORMAL/DUMP . Check the corresponding
NUInnnn error message on your operator console
and/or in the SYSLST file
LST.UTM-Anwendungsname.TSN .
|
NUI0037 - ERROR IN MINF SVC
Explanation |
Error when calling the MINF macro for the
Natural user work area.
|
Action |
See the error code for the MINF macro in the
corresponding BS2000 documentation and contact Software AG Support.
|
NUI0038 - MINF FOR AN AREA GREATER 32 MB NOT POSSIBLE
Explanation |
The parameter MAXSIZE in macro
NTSWPRM is defined with a value greater than 32 MB.
|
Action |
Correct the operand of parameter
MAXSIZE in macro NTSWPRM .
|
NUI0040 - FRONT AND REENTRANT PART HAVE A DIFFERENT ADDRESS MODE
OR FRONT PART LOCATION
Explanation |
The operand of the PARMOD keyword
parameter in macro NATUTM is not identical with the one specified
for the NURENT macro.
|
Action |
Check the operand defined for keyword parameter
PARMOD in the assembly job for macros
NATUTM and NURENT . They must be identical.
|
NUI0042 - ENTRY ADDRESS OF ADABAS LINK MODULE NOT FOUND OR
DUPLICATE ENTRIES
Explanation |
Either the module ADALNN is not linked to the
front-end part or the operand of keyword parameter
ADACALL in macro NATUTM is defined with
ADACALL=ADABAS and the module ADAUTM is linked to the
front-end part.
|
Action |
Check the link job of the front-end part and review the
definition of keyword parameter ADACALL in the assembly
job for macro NATUTM .
|
NUI0045 - CLEAR CHARACTER "BLANK" RESP. HEX."40" NOT ALLOWED FOR
UTM KB AND SPAB.
Explanation |
The operand of max parameter CLRCH in
KDCDEF is defined with CLRCH=C' ' or
CLRCH=X'40' .
|
Action |
Define another CLEAR character in
KDCDEF .
|
NUI0046 - ROLLACC=UPAM-SY IS NOT PERMITTED WHEN A GLOBAL SWAP POOL
IS TO BE USED.
Explanation |
Synchronous write to the Natural roll file is only possible
if Natural works with a local swap pool.
|
Action |
Either change the operand of parameter
ROLLACC in macro NATUTM to UPAM-AS resp.
FASTPAM or define a local swap pool with macro ADDON
for assembling macro BS2STUB .
|
NUI0047 - LOGIC FOR SWAP POOL SERIALIZATION (ENQUEUE/DEQUEUE
YES/NO) IS NOT COMPATIBLE
Explanation |
The global swap pool is initialized with the enqueue/dequeue
logic for the swap pool serialization and the global variable
ENQDEQ in macro NATUTM is set to
NO .
|
Action |
Contact Software AG Support. |
NUI0048 - VORGANGSEXIT NUERROR NOT DEFINED
UTM-TACS:
YYYYYYYY/ZZZZZZZZ
YYYYYYYY
|
represents the openUTM TAC Vorgang.
|
ZZZZZZZZ
|
represents the openUTM TAC Actual.
|
Explanation |
For the Natural openUTM driver or one or more
openUTM partial programs, the Vorgangsexit NUERROR is not
defined.
|
Action |
Correct the operand EXIT in the TAC definition
for the adequate openUTM TACs and define EXIT=NUERROR in
KDCDEF .
|
NUI0049 - MODULE NURENT NOT FOUND IN LOAD POOL AND FRONT PART
Explanation |
The assembled module of macro NURENT could not
be found.
|
Action |
Link the assembled module of macro NURENT to the
reentrant part or to the front-end part if a shared Natural nucleus is to be
used.
|
NUI0050 - VERSION OF "MULTI-PASS" NOT COMPATIBLE
Explanation |
The used MULTI-PASS version is not compatible to the used
Natural openUTM driver (NATUTM macro).
|
Action |
Use the correct MULTI-PASS version and system maintenance
level (NTMODEM and NTMVCHK macros).
|
NUI0051 - SWAP POOL PARAMETER MODULE (ACMSPRM) NOT FOUND
Explanation |
The swap pool parameter module is neither linked to the
front-end nor to the reentrant part of the application.
|
Action |
Assemble the swap pool parameter module (macro
NTSWPRM ) and link it to the front-end or reentrant part of your
application.
|
NUI0052 - ERROR IN REQM FOR AN ASYNCHRONOUS TRANSACTION
Explanation |
Error when calling the REQM macro for the
Natural user thread of an asynchronous transaction.
|
Action |
See the error code for the REQM macro in the
corresponding BS2000 documentation.
|
NUI0053 - OPERAND OF NUCNAME (NAME OF NATURAL NUCLEUS) NOT FOUND
Explanation |
The operand of keyword parameter
NUCNAME in macro NATUTM or macro
NTPRM
(Natural parameter module) is not defined.
|
Action |
Define the name of the linked Natural reentrant part in the
operand of keyword parameter NUCNAME of macro
NATUTM or macro NTPRM (this name is also the name of
the Natural load pool.)
|
NUI0054 - MODULE NATINV NOT LINKED AT FIRST OR INCORRECT VERSION
Explanation |
Either the module NATINV is not linked as first
module in the reentrant part or the version of NATINV is not
correct.
|
Action |
Link the correct version of module NATINV as
first module to the reentrant part of your application.
|
NUI0055 - MODULE N-A-M-E NOT FOUND OR
INCORRECT VERSION
Explanation |
Either the module
N-A-M-E was not found or an incorrect
version was going to be used.
|
Action |
Link the correct version of the module to your Natural
openUTM application.
|
NUI0056 - GLOBAL SWAP POOL ONLY ALLOWED WITH GLOBAL BUFFER POOL
Explanation |
The application was started with a global swap pool and a
local Natural buffer pool. However, a global swap pool is allowed in
combination with a global buffer pool only.
|
Action |
Either generate your application with a global Natural buffer
pool or use a local swap pool.
|
NUI0057 - INCORRECT SWAP POOL PARAMETER MODULE
Explanation |
An incorrectly assembled swap pool parameter module has been
linked to your application.
|
Action |
Correct the errors that occurred when assembling macro
NTSWPRM .
|
NUI0059 - LENGTH OF ROLL THREAD SIZE (ROLLTSZ) IS DIFFERENT IN
USED SWAP POOL
Explanation |
Your application works with a global swap pool which is
initialized from another application with a different roll thread size.
|
Action |
Correct the operand of keyword parameter
ROLLTSZ in macro NATUTM . The operand of
keyword parameter ROLLTSZ must be the same for all
applications which work with the same global swap pool.
|
NUI0060 - ENTRY N-A-M-E IN ADD-ON TABLE
OF BS2STUB NOT FOUND
Explanation |
The entry N-A-M-E
could not be found in the add-on table of the assembled macro
BS2STUB .
|
Action |
Define the entry
N-A-M-E with macro ADDON
and assemble macro BS2STUB .
|
NUI0061 - OPERAND OF PARAMETER APPLNAM (NATUTM) AND APPLINAME
(KDCDEF) IS DIFFERENT
Explanation |
The operand defined for keyword parameter
APPLNAM in macro NATUTM is different from
the operand of parameter APPLINAME in your
KDCDEF definition.
|
Action |
Correct the operand of keyword parameter
APPLNAM in macro NATUTM .
|
NUI0063 - NATURAL SWAP POOL SIZE IS LESS THAN USER SLOT SIZE
Explanation |
The size of the Natural swap pool is less than the size of
one swap pool user slot (parameter SWPSLSZ in macro
NTSWPRM ).
|
Action |
Enlarge the Natural swap pool; correct the parameter size in
macro ADDON resp. module CMPSTART .
|
NUI0064 - COMMON MEMORY CONTROL POOL IS FULL
Explanation |
No free space in the control pool available. |
Action |
Clear the control pool using the SYSTP utility
function E and subfunction C ; type clear
in the command line.
|
NUI0065 - ERROR IN ENAMP RESP. REQMP FOR NAF COMMUNICATION
Explanation |
Error when calling the ENAMP or
REQMP macro for the common memory pool for the communication with
Natural Advanced Facilities.
|
Action |
See the error code for the ENAMP or
REQMP macro in the corresponding BS2000 documentation.
|
NUI0067 - LFH=YES DEFINED, BUT ADDRESS ADAVP NOT FOUND
Explanation |
The Adabas large file handler is to be used (keyword
parameter LFH in macro NATUTM is defined
with LFH=YES ), but the module ADAVP is not linked to
the front-end part.
|
Action |
Link the module ADAVP to the front-end part.
|
NUI0068 - ROLL FILE NAME NOT IDENTICAL WITH ROLL FILE OF GLOBAL
SWAP POOL
Explanation |
More than one application is to work with a global swap pool,
but the name of the Natural roll file is different from the roll file name in
the application which has initialized the global swap pool.
|
Action |
Change the name of the Natural roll file in the start job of
the Natural openUTM application.
|
NUI0069 - THE DEFINED LOCAL SWAP POOL ALREADY EXISTS
Explanation |
A local swap pool can only be used by one application.
|
Action |
Change the operand of parameter NAME
in macro ADDON for the swap pool and assemble macro
BS2STUB .
|
NUI0070 - OPERAND OF TCTSVE NOT IDENTICAL WITH GLOBAL SWAP POOL
Explanation |
More than one application is to work with a global swap pool,
but the second operand of keyword parameter TERMTAB in
macro NATUTM is different from keyword parameter
TERMTAB in the application which has initialized the
global swap pool.
|
Action |
Correct the second operand of parameter
TERMTAB . The operands of parameter
TERMTAB must be identical in all applications which are
to work with the same global swap pool.
|
NUI0071 - OPERAND OF TERMTAB AND/OR SWPUSID NOT IDENTICAL WITH
GLOBAL SWAP POOL
Explanation |
More than one application is to work with a global swap pool,
but the operand(s) of keyword parameter TERMTAB and/or
SWPUSID in macro NATUTM is different from
these keyword parameters in the application which has initialized the global
swap pool.
|
Action |
Correct the keyword parameter TERMTAB
and/or SWPUSID in the assembly job for macro
NATUTM .
|
NUI0072 - LOCAL SWP RESP. THE ROLL FILE IS USED BY ANOTHER
APPLICATION
Explanation |
The defined local swap pool or the Natural roll file is
already used by another application.
|
Action |
Change the operand of parameter NAME
in macro ADDON for the local swap pool and/or create another
Natural roll file. Change the name of the roll file in your start job for the
application.
|
NUI0073 - ERROR DURING CLOSE NATURAL ROLL FILE (FASTPAM:
LINK=AAAAAAAA)
AAAAAAAA
|
represents the FASTPAM link name. |
PAMNAT
|
represents the name of the FASTPAM link for
WRITE .
|
PAMNATRD
|
represents the name of the FASTPAM link for
READ .
|
Explanation |
The access method for the Natural roll file is FASTPAM and an
error has occurred while the Natural roll file was being closed.
|
Action |
Contact Software AG Support. |
NUI0074 - ERROR FROM DISABLE FASTPAM
AAAAAAAA FOR BBBBB
AAAAAAAA
|
represents I/O-AREA POOL or ENVIRONMENT. |
BBBBB
|
represents WRITE or READ .
|
Explanation |
The access method for the Natural roll file is FASTPAM and an
error has occurred while the FASTPAM environment was being disabled,
respectively while the FASTPAM I/O area pool was being disabled for
WRITE or READ .
|
Action |
Contact Software AG Support. |
NUI0075 - NATURAL PARAMETER MODULE NOT FOUND
Explanation |
The Natural parameter module is neither linked to the
reentrant nor to the front-end part of the application.
|
Action |
Assemble and link the Natural parameter module to the
reentrant or to the front-end part of the application.
|
NUI0077 - ERROR FROM FILE MACRO CALL FOR FASTPAM LINK NAME
"PAMNATRD"
Explanation |
The access method for the Natural roll file is FASTPAM and an
error has occurred when calling the FILE macro for the link name
PAMNATRD .
|
Action |
Contact Software AG Support. |
NUI0078 - MAX. 5 NATURAL UTM APPLICATIONS CAN WORK WITH ONE GLOBAL
SWAP POOL
Explanation |
-
The global swap pool is resp. was used by five different
Natural openUTM applications.
-
The global swap pool is in an inconsistent state after an
initialization failure.
|
Action |
Terminate and restart the global swap pool or define a new
swap pool for the application.
Check the protocol of the first started openUTM task for
swap pool initialization failure messages, such as NUI0124 .
|
NUI0080 - ERROR FROM REQM SVC FOR FASTPAM ACCESS LISTS
Explanation |
Error when calling the REQM macro for the
FASTPAM access lists.
|
Action |
See the error code for the REQM macro in the
corresponding BS2000 documentation.
|
NUI0081 - ERROR FROM ENAEI SVC DURING ENABLE FASTPAM EVENT ITEM
Explanation |
Error when calling the ENAEI macro for the
FASTPAM event item.
|
Action |
See the error code for the ENAEI macro in the
corresponding BS2000 documentation.
|
NUI0082 - ERROR FROM DSOFEI SVC (PREPARE FASTPAM EVENT LIST)
Explanation |
Error when calling the DSOFEI macro for the
FASTPAM event list.
|
Action |
See the error code for the DSOFEI macro in the
corresponding BS2000 documentation.
|
NUI0085 - ERROR DURING ENABLE FASTPAM ENVIRONMENT FOR
AAAA
AAAA
|
represents "asynchronous writes" or
"synchronous reads".
|
Explanation |
The FASTPAM environment for asynchronous writes resp.
synchronous reads could not be enabled.
|
Action |
Contact Software AG Support. |
NUI0086 - ERROR DURING ENABLE FASTPAM I/O AREA POOL FOR
AAAA
AAAA
|
represents "asynchronous writes" or
"synchronous reads".
|
Explanation |
The FASTPAM I/O area for asynchronous writes resp.
synchronous reads could not be enabled
|
Action |
Contact Software AG Support. |
NUI0087 - FASTPAM ERROR DURING OPEN
AAAA DMS ERROR: NNNN
AAAA
|
represents OUTIN , INOUT or
INPUT .
|
NNNN
|
represents the DMS error code. |
Explanation |
Error when trying to open the Natural roll file for FASTPAM.
|
Action |
Issue the BS2000 command /HELP
NNNN .
|
NUI0088 - FASTPAM ERROR DURING ASYNCHRONOUS WRITE
Explanation |
An error has occurred during an asynchronous write to the
Natural roll file via FASTPAM.
|
Action |
Contact Software AG Support. |
NUI0089 - FASTPAM ERROR DURING SYNCHRONOUS
AAAA
AAAA
|
represents write or read. |
Explanation |
An error has occurred during a synchronous write respectively
read to/from the Natural roll file via FASTPAM.
|
Action |
Contact Software AG Support. |
NUI0090 - MODULE BS2STUB NOT FOUND OR BS2STUB EXHIBITS A DIFFERENT
ADDRESS MODE
Explanation |
The assembled module of macro BS2STUB is not
linked to the front part of the application or the operand of parameter
PARMOD in macro BS2STUB contains a
different addressing mode than parameter PARMOD in macro
NATUTM .
|
Action |
Correct the addressing mode (24/31) in the operand of
parameter PARMOD for assembling macro
BS2STUB .
|
NUI0091 - THE MODULE BS2STUB IS LINKED, ADD-ON PRODUCT TABLE NOT
AVAILABLE OR INVALID.
Explanation |
The BS2STUB module is linked to the front-end
part of your application, but no add-on table has been found or the add-on
table is invalid. An error has occurred in the ADDON macro when
assembling the module BS2STUB .
|
Action |
Correct the error, reassemble and link. |
NUI0092 - ERROR IN AAAA DURING
EXECUTION OF ADD-ON TABLE ENTRY BBBB
AAAA
|
represents the name of the called macro. |
BBBB
|
represents the name of the adequate common memory pool.
|
Explanation |
Error when calling the macro AAAA
during execution of add-on table entry BBBB.
|
Action |
See the error code for the AAAA
macro in the corresponding BS2000 documentation.
|
NUI0093 - A COMMON MEMORY POOL WITH NAME
AAAA IS ALREADY AVAILABLE
AAAA
|
represents the name of the common memory pool. |
Explanation |
A new common memory pool is to be enabled but a common memory
pool with the defined name is already available.
|
Action |
Change the operand of parameter NAME
in macro ADDON 's call to assemble macro BS2STUB ,
reassemble and link.
|
NUI0303 - INVALID BLKSIZE FOR ROLL FILE SPECIFIED
Explanation |
In the FILE command, an invalid
block size was specified for the Natural roll file.
|
Action |
Do not specify a block size in the
FILE command for the roll file
(LINK=PAMNAT ).
|
NUI0304 - NEW NATURAL ROLL FILE FOR AN OLD GLOBAL SWAP POOL
Explanation |
An old global swap pool is available and a new Natural roll
file was allocated.
|
Action |
Terminate and restart the swap pool. |
NUI0305 - REDUCED OR INCREASED ROLL FILE SIZE FOR AN OLD GLOBAL
SWAP POOL
Explanation |
An old global swap pool is available and the size of the roll
file was reduced or increased.
|
Action |
Terminate and restart the swap pool. |
NUSnnnn Messages
The following Natural openUTM Interface error messages are
caused by user session errors.
NUS0001 - OPERAND OF PARAMETER KB=NNN
IN KDCDEF TOO SMALL - MINIMUM IS NNN BYTES
NNN
|
represents the minimum KB length in bytes. |
Explanation |
The openUTM driver needs a larger KB length than is
defined in KDCDEF .
|
Action |
Start the KDCDEF again with the corrected KB
length.
|
NUS0002 - DMS-ERROR AAAA DURING ROLL
FILE OPERATION
AAAA
|
represents the DMS error code. |
Explanation |
Error when trying to access the Natural roll file. |
Action |
Issue the BS2000 command /HELP
AAAA .
|
NUS0024 - ERROR IN SOLSIG FOR ASYNCHRONOUS WRITE
Explanation |
Error when calling the SOLSIG macro for asynchronous writing
to the Natural roll file.
|
Action |
See the error code for the SOLSIG macro in the corresponding
BS2000 documentation.
|
NUS0030 - ERROR IN FILE EVENT CONTROL BLOCK DURING ASYNCHRONOUS
WRITE
Explanation |
During an asynchronous write to the Natural roll file, the
file event control block contains an error code.
|
Action |
Send the dump to Software AG Support. |
NUS0031 - NEW NATURAL SESSION INITIATED, PLEASE ENTER UTM TAC:
Explanation |
openUTM recognized a restart situation when the user
tried to log on to the Natural openUTM application. The Natural
openUTM driver terminates the transaction with PEND FI .
|
Action |
Enter a valid transaction code and press Enter.
|
NUS0033 - NATURAL ROLL FILE FULL
Explanation |
The size of the Natural roll file was specified too small.
|
Action |
Enlarge the Natural roll file (LINK=PAMNAT ).
|
NUS0034 - ROLL FILE RESP. TERMINAL CONTROL TABLE FULL
Explanation |
The internal terminal control table is full. |
Action |
If the operand of keyword parameter
TERMTAB in macro NATUTM is defined with
TERMTAB=(SWP,...) , enlarge the Natural roll file. Otherwise,
enlarge the number of PAM pages in the operand of keyword parameter
TERMTAB .
|
NUS0035 - PROG. "AAAAAAAA" FPUT ERROR
FOR DEST. "BBBBBBBB" UTM KCRC:333 1
4444
AAAAAAAA
|
represents the Natural program name, |
BBBBBBBB
|
represents the printer name, |
333 1 4444
|
is the openUTM return code.
|
Explanation |
Error with print job using the openUTM command
FPUT .
|
Action |
See the openUTM return code in the corresponding
openUTM documentation.
|
NUS0043 - ERROR FROM XXXX - UTM RC: ZZZ
XXXX
|
represents SPUT or
SGET .
|
ZZZ
|
represents the openUTM return code.
|
Explanation |
Error from openUTM after
SPUT or SGET .
|
Action |
See the return code in the corresponding openUTM
documentation and contact Software AG Support.
|
NUS0044 - LOADING OF PROGRAM XXXXX
FAILED, BIND ERRORCODE: ZZZZ
XXXXX
|
represents the name of the module which is to be loaded
dynamically.
|
ZZZX
|
represents the error code of the BIND macro.
|
Explanation |
Error from the BIND macro when dynamically
loading a 3GL program.
|
Action |
See the error code for the BIND macro in the
corresponding BS2000 documentation.
|
NUS0058 - ERROR FROM CHKEI IN PAM CONTINGENCY ROUTINE
Explanation |
Error when calling the CHKEI macro in the PAM
contingency routine.
|
Action |
See the error code for the CHKEI macro in the
corresponding BS2000 documentation and contact Software AG Support.
|
NUS0062 - ERROR FROM MACRO N-A-M-E
DURING ACCESS TO SYSLST
Explanation |
The Natural trace function (ETRACE in macro
NTPRM ) is
activated and an error has occurred when calling macro
N-A-M-E during access to
SYSLST .
|
Action |
See the error code for the
N-A-M-E macro in the corresponding
BS2000 documentation and contact Software AG Support.
|
NUS0079 - ERROR FROM RSOFEI SVC (REQUEST FOR FASTPAM ENVIRONMENT)
Explanation |
Error when calling the RSOFEI macro for
requesting a FASTPAM event.
|
Action |
See the error code for the RSOFEI macro in the
corresponding BS2000 documentation.
|
NUS0088 - FASTPAM ERROR DURING ASYNCHRONOUS WRITE
Explanation |
An error has occurred during an asynchronous write to the
Natural roll file via FASTPAM.
|
Action |
Contact Software AG Support. |
NUS0089 - FASTPAM ERROR DURING SYNCHRONOUS
AAA
AAA
|
Represents write or read. |
Explanation |
An error has occurred during an asynchronous write or read to
or from the Natural roll file via FASTPAM.
|
Action |
Contact Software AG Support. |
NUS0094 - FORCED CONVERSATIONAL I/O NOT POSSIBLE
Explanation |
The execution of a forced conversational I/O was not
possible. The session is terminated.
|
Action |
Contact Software AG Support. |
NUS0302 - ERROR DURING RELOCATION AFTER REFRESH NATURAL LOAD POOL
Explanation |
The Natural load pool was refreshed and a relocation error
has occurred.
|
Action |
Send a dump to Software AG Support. |
NUWnnnn Messages
The following Natural openUTM Interface error messages are
warnings.
NUW0019 - WARNING - ERROR IN CSTAT MACRO AFTER ATTEMPT TO DECLARE
THE SWP DIRECTORY AS A RESIDENT DIRECTORY
Explanation |
The operand of parameter SWDPAGE was
defined with value NO and an error has occurred when calling macro
CSTAT , parameters LINK=DYNPRM .
|
Action |
See the error code for the CSTAT macro in the
corresponding BS2000 macro.
|
NUW0039 - WARNING - PARMOD=(31,ABOVE) DEFINED, BUT THE FRONT PART
IS LOADED BELOW THE LINE
Explanation |
The operand PARMOD of keyword parameter
PARMOD in macro NATUTM is defined with
PARMOD=(31,ABOVE) , but the front part is loaded below the 16-MB
line.
|
Action |
Correct the link job for the front-end part. The
PROG instruction must contain the operand
LOADPT=X'ADDRESS' or LOADPT=*XS .
|
NUW0041 - WARNING - STXIT SVC FAILED WITH RC:
NN
NN
|
represents the error code from macro STXIT .
|
Explanation |
Error when calling the STXIT macro.
|
Action |
See the error code for the STXIT macro in the
corresponding BS2000 documentation and contact Software AG Support.
|
NUW0083 - WARNING - FASTPAM ENVIRONMENT FOR
AAAA IS NOT RESIDENT
AAAAA
|
represents asynchronous writes or synchronous reads. |
Explanation |
The FASTPAM environment for asynchronous writes or
synchronous reads is not resident.
|
Action |
See the description of keyword parameter
ROLLACC in the openUTM section of this
documentation (precondition for the access method FASTPAM).
|
NUW0084 - WARNING - FASTPAM I/O AREA POOL FOR AAAA IS NOT RESIDENT
AAAAA
|
represents "asynchronous writes" or
"synchronous reads".
|
Explanation |
The FASTPAM I/O area pool for "asynchronous
writes" or "synchronous reads" is not resident.
|
Action |
See the description of keyword parameter
ROLLACC in the openUTM section of this
documentation (precondition for the access method FASTPAM).
|