Detected Incompatibilities (Continued) [ Migration Process Guide ] MPE/iX 5.0 Documentation
Migration Process Guide
Detected Incompatibilities (Continued)
605 MESSAGE KSAM record-level locking not supported on MPE/iX systems.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR) and OCA.
CAUSE Because of differences between HP-PA and the architecture of
MPE V/E-based computer systems, KSAM record-level locking is
not supported on MPE/iX-based computer systems.
ACTION Remove all KPTR invocations and dependent code. Evaluate
your original need for KSAM record-level locking and
determine alternative solutions.
---------------------------------------------------------------------------------------
800 MESSAGE CS data communication routines are not available on MPE/iX.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR) and OCA.
CAUSE Modifications have been made to the attached peripheral
environment of MPE/iX; CS data communication routines are not
supported on MPE/iX.
ACTION Remove all CS routines and dependent code. Analyze the
original reasons for having the CS routines and develop
alternative solutions. Equivalent functionality on MPE/iX
may be available through the NS3000/XL subsystem.
---------------------------------------------------------------------------------------
801 MESSAGE STARTSESS intrinsic logonstr parameter may specify an
unsupported termtype.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE), OCA, and RTM (Event Class 8).
CAUSE Modifications have been made to the attached peripheral
environment of MPE/iX; the following termtypes are not
supported: 4, 6, 12, 13, 14, 15, 16, 19, and 20. The
required logonstr parameter of the STARTSESS intrinsic may
specify an unsupported termtype.
ACTION If the required logonstr parameter of STARTSESS includes a
termtype, you may have to modify the variable passed through
logonstring to specify a supported termtype (10, 18, 21, and
22).
---------------------------------------------------------------------------------------
802 MESSAGE RFA (1000 to 3000) data communication routines are not
available on MPE/iX.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR) and OCA.
CAUSE Modifications have been made to the attached peripheral
environment of MPE/iX; RFA data communication routines for
communicating between HP 3000 Series computer systems and HP
1000 Series computer systems are not supported on MPE/iX.
ACTION Remove affected RFA routines and dependent code. Analyze the
original reasons for having these routines and develop
alternative solutions. Equivalent functionality on MPE/iX
may be available through the NS3000/XL subsystem.
---------------------------------------------------------------------------------------
803 MESSAGE PTOP data communication routines are not available on MPE/iX.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR) and OCA.
CAUSE Modifications have been made to the attached peripheral
environment of MPE/iX; PTOP data communication routines are
not supported.
ACTION Remove all PTOP routines and dependent code. Analyze the
original reasons for having the PTOP routines and develop
alternative solutions. For example, you may be able to
immediately replace PTOP routines with equivalent NetIPC
routines available in the NS3000/V subsystem. Equivalent
functionality on MPE/iX may be available through the
NS3000/XL subsystem.
---------------------------------------------------------------------------------------
810 MESSAGE DEL routines not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR) and OCA.
CAUSE The Data Entry Library (DEL) screen-handling package is not
supported on MPE/iX.
ACTION Analyze the original reasons your program required the Data
Entry Library routines and determine if equivalent
functionality is available using VPLUS intrinsics.
---------------------------------------------------------------------------------------
850 MESSAGE Data capture routines are not available on MPE/iX.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR) and OCA.
CAUSE Data capture routines are not supported on MPE/iX.
ACTION Analyze the original reasons your program required the data
capture routines and determine if equivalent functionality is
available using VPLUS intrinsics.
---------------------------------------------------------------------------------------
851 MESSAGE Printer Support Package (PSP) routines are not callable from
NM on MPE/iX.
MODE NM incompatibility detected by MPT (severity level WARNING)
and OCA.
CAUSE On MPE/iX PSP routines are not directly callable from a NM
program.
ACTION On MPE/iX, programs accessing the PSP routines must either
run in CM or use the Switch subsystem from NM to access the
PSP routines.
---------------------------------------------------------------------------------------
897 MESSAGE THISCPU procedure returns new values.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE), OCA, and RTM (Event Class 8).
CAUSE The THISCPU procedure is an undocumented but user-callable
procedure that returns an integer value indicating the type
of HP 3000 system on which the program is running. While
this procedure will function properly in both CM and NM, it
returns a new value, 16, for the 900 Series systems.
ACTION Ensure that the program can accommodate the new value when it
is run on 900 Series systems. This may require minor program
logic changes.
---------------------------------------------------------------------------------------
898 MESSAGE MPE procedure returns new values.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE), OCA, and RTM (event Class 8).
CAUSE The MPE procedure is an undocumented but user-callable
procedure that returns a value related to the version of MPE
on the system. While this procedure will function properly
in both CM and NM, it returns a new value, 41, for MPE/iX.
ACTION Ensure that the program can accommodate the new values when
it is run on 900 Series systems. This may require minor
program logic changes. New programs developed for MPE/iX
computer systems should use the supported system variable
HPVERSION to get the operating system version instead of
calling the unsupported MPE procedure.
---------------------------------------------------------------------------------------
899 MESSAGE GETPRIVMODE intrinsic may access incompatible features
MODE CM and NM incompatibility detected by MPT (severity level
WARNING for CM, ERROR for NM), OCA, and RTM (Event Class 8).
CAUSE While the GETPRIVMODE intrinsic is supported in both CM and
NM, the use of privileged mode may access features of MPE or
of the system hardware which are no longer available on the
900 Series systems or on the MPE/iX operating system.
ACTION Examine the program's use of Privileged Mode to determine if
it accesses features no longer available on the 900 Series.
If it does, the program must be modified before it can be
used on those systems safely and correctly. In addition,
equivalent functionality may be available on MPE/iX without
the use of Privileged Mode.
---------------------------------------------------------------------------------------
2000 MESSAGE :CACHECONTROL command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE Disk caching is part of MPE/iX Transaction Management. Thus,
the :CACHECONTROL command is not available to manipulate its
operational parameters.
ACTION Remove all references to the :CACHECONTROL command from the
job or UDC file.
---------------------------------------------------------------------------------------
2001 MESSAGE :DISCRPS command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE).
CAUSE The :DISCRPS command was used to enable or disable the
Rotational Position Sensing (RPS) feature on some disk
drives. On MPE/iX, the default is to disable RPS because
MPE/iX cannot detect the firmware version of the disk drive
to ensure that data corruption will not occur.
ACTION Examine the firmware versions of any 7933/35 disk drives
using CS80DIAG to ensure that the firmware versions are 5.1
or later. Then, if :DISCRPS is enabled for those disks on
MPE/iX, disk corruption will not occur.
---------------------------------------------------------------------------------------
2002 MESSAGE :FULLBACKUP command not supported (use :SYSGEN or :STORE
instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The :FULLBACKUP command is not supported on MPE/iX due to
changes in the method for doing system backups.
ACTION Remove all references to the :FULLBACKUP command from the job
or UDC file, replacing them with equivalent :STORE commands.
---------------------------------------------------------------------------------------
2003 MESSAGE PARTBACKUP command not supported (use :SYSGEN or :STORE
instead).
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The PARTBACKUP command is not supported on MPE/iX due to
changes in the method for doing system backups.
ACTION Remove all references to the PARTBACKUP command from the job
or UDC file, replacing them with equivalent :STORE commands.
This change may also require changes to Operator procedures
in order to provide the relative full dump date. (This date
was automatically supplied by the :FULLBACKUP or PARTBACKUP
commands.)
---------------------------------------------------------------------------------------
2004 MESSAGE :PTAPE command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The :PTAPE command was originally designed to read paper
tapes from teletype terminals on the earliest HP 3000
systems. Since these terminals are not supported on MPE/iX,
the :PTAPE command has been removed.
ACTION Remove all references to the :PTAPE command from the job or
UDC file.
---------------------------------------------------------------------------------------
2005 MESSAGE :SHOWCACHE command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE Disk caching is part of MPE/iX Transaction Management. You
may use the System Monitor Tool (SMT) to examine its
function.
ACTION Remove all references to the :SHOWCACHE command from the job
or UDC file. If you have access to SMT, you can use it to
report on much of the same information as :SHOWCACHE.
---------------------------------------------------------------------------------------
2007 MESSAGE :STARTCACHE command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE Disk caching is part of MPE/iX Transaction Management. It is
not necessary to enable it using MPE/iX commands.
ACTION Remove all references to the :STARTCACHE command from the job
or UDC file.
---------------------------------------------------------------------------------------
2008 MESSAGE :STOPCACHE command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE Disk caching is part of MPE/iX Transaction Management. It is
not necessary to disable it using MPE/iX commands.
ACTION Remove all references to the :STOPCACHE command from the job
or UDC file.
---------------------------------------------------------------------------------------
2009 MESSAGE :SYSDUMP command not supported (use :SYSGEN or :STORE
instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The :SYSDUMP command is not used on MPE/iX. Use the SYSGEN
program to configure the system and to generate the MPE/iX
equivalent of coldload tapes. Use the :STORE command to back
up user files.
ACTION Remove all references to the :SYSDUMP command from the job or
UDC file, replacing them with :STORE or :SYSGEN commands.
The command syntax for :SYSGEN is different from that for
:SYSDUMP, which may require additional changes.
---------------------------------------------------------------------------------------
2010 MESSAGE :SHOWCOM command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The :SHOWCOM command is not supported on MPE/iX since the
DS/3000 subsystem is not available on MPE/iX.
ACTION Remove all references to the :SHOWCOM command from the job or
UDC file.
---------------------------------------------------------------------------------------
2011 MESSAGE :TUNE command - syntax has changed.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE).
CAUSE The minclockcycle parameter of the :TUNE command is ignored
on MPE/iX.
ACTION None required in most cases - simply be aware that the
parameter value is ignored.
---------------------------------------------------------------------------------------
2012 MESSAGE :VINIT command not supported (use VOLUTIL instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The :VINIT command is not supported on MPE/iX. The VOLUTIL
program performs similar functions.
ACTION Modify the job or UDC file to use the VOLUTIL program instead
of :VINIT. The command syntax of VOLUTIL is different from
that of :VINIT, which may require additional changes.
---------------------------------------------------------------------------------------
2013 MESSAGE :LISTACCT command - output format has changed.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE).
CAUSE The :LISTACCT command is valid on MPE/iX; however, the
listing format is different from that on MPE V/E. Instead of
providing the account information in unformatted octal words,
as MPE V/E does, a formatted listing similar to that produced
by the LISTDIR5 utility on MPE V/E is displayed.
ACTION None required unless the command directs its output to a file
which is read by a program; in that case, the program must be
modified to read the new format.
---------------------------------------------------------------------------------------
2014 MESSAGE :LISTGROUP command - output format has changed.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE).
CAUSE The :LISTGROUP command is valid on MPE/iX; however, the
listing format is different from that on MPE V/E. Instead of
providing the group information in unformatted octal words,
as MPE V/E does, a formatted listing similar to that produced
by the LISTDIR5 utility on MPE V/E is displayed.
ACTION None required unless the command directs its output to a file
which is read by a program; in that case, the program must be
modified to read the new format.
---------------------------------------------------------------------------------------
2015 MESSAGE :LISTUSER command - output format has changed.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE).
CAUSE The :LISTUSER command is valid on MPE/iX; however, the
listing format is different from that on MPE V/E. Instead of
providing the user information in unformatted octal words, as
MPE V/E does, a formatted listing similar to that produced by
the LISTDIR5 utility on MPE V/E is displayed.
ACTION None required unless the command directs its output to a file
which is read by a program; in that case, the program must be
modified to read the new format.
---------------------------------------------------------------------------------------
2016 MESSAGE :RUN DISKED# - not supported (use :DEBUG instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The DISKED5 program is not supported on MPE/iX. However,
DISKED5 functionality is available in :DEBUG.
ACTION Modify the job or UDC file to use DEBUG commands instead of
DISKED5.
---------------------------------------------------------------------------------------
2017 MESSAGE :RUN FREE# - not supported (use DISCFREE instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The FREE5 program has been replaced with a new utility on
MPE/iX.
ACTION Modify the job or UDC file to use the DISCFREE program
instead of the FREE5 program.
---------------------------------------------------------------------------------------
2018 MESSAGE :RUN LISTDIR# - not supported (use :LISTF/ACCT/GROUP/USER).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The LISTDIR5 program has been replaced by improved
functionality in other MPE/iX commands.
ACTION Modify the job or UDC file to use one of the following
commands instead of the LISTDIR5 program:
:LISTACCT :LISTF,3 :LISTF,-3
:LIST,4 :LISTGROUP :LISTUSER
---------------------------------------------------------------------------------------
2019 MESSAGE #:RUN LISTEQ# - not supported (use :LISTEQ or :LISTFTEMP
instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The LISTEQ5 program has been replaced by two MPE commands:
:LISTEQ and :LISTFTEMP. Note that these commands are
available on both MPE V/E and MPE/iX systems.
ACTION Modify the job or UDC file to use the :LISTEQ and/or
:LISTFTEMP commands instead of the LISTEQ5 program.
---------------------------------------------------------------------------------------
2020 MESSAGE :RUN LISTLOG# - not supported (use LOGTOOL instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The LISTLOG5 program has been replaced by the LOGTOOL utility
within the Diagnostic User Interface (DUI) on MPE/iX.
ACTION Modify the job or UDC file to use the LOGTOOL utility's LIST
command. LOGTOOL is accessed through the SYSDIAG (DUI)
program.
---------------------------------------------------------------------------------------
2021 MESSAGE :RUN RECOVER# - not supported (use VOLUTIL instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The RECOVER5 program has been replaced by the RECOVER
function of the VOLUTIL program on MPE/iX.
ACTION Modify the job or UDC file to use the VOLUTIL program instead
of the RECOVER5 program.
---------------------------------------------------------------------------------------
2022 MESSAGE :RUN MEMTIMER - not supported (use LOGTOOL instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The MEMTIMER program was used on MPE V/E systems to set the
timing intervals for memory error logging. This function is
replaced by the LOGTOOL utility within the Diagnostic User
Interface (DUI) of MPE/iX.
ACTION Modify the job or UDC file to use the LOGTOOL utility's
MEMTIMER command. LOGTOOL is accessed through the SYSDIAG
(DUI) program.
---------------------------------------------------------------------------------------
2023 MESSAGE :RUN DPAN# - not supported (use DAT instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The batch type Dump Analyzer Tool (DPAN5) from MPE V/E has
been replaced by an online dump analysis tool on MPE/iX.
ACTION Modify the job or UDC file to use the DAT program instead of
DPAN5.
---------------------------------------------------------------------------------------
2024 MESSAGE :RUN OPT - not supported (use SMT instead).
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The OnLine Performance Tool (OPT/3000) on MPE V/E has been
replaced with the System Monitor Tool (SMT) on MPE/iX. On MPE
XL Release 1.0, SMT is available only as a field tool.
ACTION Modify the job or UDC file to remove all references to OPT
unless you have access to SMT. In that case, you should use
the SMT program instead of OPT.
---------------------------------------------------------------------------------------
2025 MESSAGE :PREP command - use :LINKEDIT for NM programs.
MODE NM incompatibility detected by MPT (severity level WARNING).
CAUSE The :PREP command was encountered. This command can be used
for CM programs, but should be replaced with the MPE/iX
:LINKEDIT command when migrating programs to NM.
ACTION Modify the job or UDC file to use :LINKEDIT instead of :PREP
if this job or UDC file is to be used in NM program
development. :LINKEDIT's command syntax is different from
:PREP's; thus, additional changes may be required.
---------------------------------------------------------------------------------------
2026 MESSAGE :QUANTUM command not supported (use :TUNE instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The :QUANTUM command is not valid on MPE/iX.
ACTION Modify the job or UDC file to use the :TUNE command instead.
---------------------------------------------------------------------------------------
2029 MESSAGE This command is used by MPE/iX. Check for UDC usage.
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The following are new commands available under MPE/iX. One of
them was discovered in a job or UDC file.
:CALC :CHGROUP :COPY
:DELETEVAR :DO :ECHO :ENDWHILE :EXIT
:INPUT :LINK :LINKEDIT :LISTREDO
:OCTCOMP :OPTION :PRINT :SETVAR
:SHOWVAR :SYSGEN :VSCLOSE :VSOPEN
:VSRELEASE :VSRELEASESYS :VSRESERVE :VSRESERVESYS
:WHILE :XEQ
ACTION Examine the job or UDC file to ensure that none of these
commands is being redefined on your system. If one is
redefined, the actual MPE command will be inaccessible for
any user for whom the UDC with the duplicate name is
cataloged unless the name of the UDC is changed.
---------------------------------------------------------------------------------------
2035 MESSAGE :SPEED command - some speeds not supported.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE).
CAUSE The :SPEED command was executed by a UDC file. While this is
a valid MPE/iX command, some MPE V/E baud rates are not
supported on MPE/iX.
ACTION Modify the UDC if it specifies any of the following baud
rates: 100, 140, 150, or 600.
---------------------------------------------------------------------------------------
2036 MESSAGE :LISTF command - output format has changed.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE).
CAUSE A job stream or UDC has invoked the :LISTF MPE command.
Although :LISTF is a valid MPE/iX command, the output format
for :LISTF, -1 has changed.
ACTION None required unless the command directs its output to a file
which is read by a program; in that case, the program must be
modified to read the new format.
---------------------------------------------------------------------------------------
2037 MESSAGE :LISTFTEMP command - output format has changed.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE).
CAUSE A job stream or UDC has invoked the :LISTFTEMP MPE command.
Although :LISTFTEMP is a valid MPE/iX command, the output
format for :LISTFTEMP,-1 has changed.
ACTION None required unless the command directs its output to a file
which is read by a program; in that case, the program must be
modified to read the new format.
---------------------------------------------------------------------------------------
2038 MESSAGE :DSCONTROL command not supported (use NS3000 commands
instead).
MODE compatibility Mode and NM incompatibility detected by MPT
(severity level WARNING).
CAUSE The :DSCONTROL command is not valid on MPE/iX. DS/3000 is not
available on MPE/iX; only NS3000/XL, which uses different
commands to start and stop communications.
ACTION Modify the job or UDC file to use NS3000/XL commands instead.
Refer to the NS3000/XL Network Manager's Reference Manual
(36920-90002) for details.
---------------------------------------------------------------------------------------
2039 MESSAGE :SEGMENTER command - use :LINKEDIT for NM object modules.
MODE NM incompatibility detected by MPT (severity level WARNING).
CAUSE The :SEGMENTER command was encountered. This command can be
used for CM object modules, but should be replaced with the
MPE/iX :LINKEDIT command when migrating code to NM.
ACTION Modify the job or UDC file to use :LINKEDIT instead of
:SEGMENTER if this job or UDC file is to be used in NM code
development. The :LINKEDIT command's syntax is different
from the :SEGMENTER command's; thus, additional changes may
be required.
---------------------------------------------------------------------------------------
2041 MESSAGE :FOREIGN command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The :FOREIGN command is not valid on MPE/iX. Foreign disks
are not supported.
ACTION Remove all references to the :FOREIGN command from the job or
UDC file.
---------------------------------------------------------------------------------------
2042 MESSAGE :GIVE command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The :GIVE command is not valid on MPE/iX. This command was
used to allow certain diagnostics to access a downed device
on some versions of MPE. The MPE/iX diagnostics interface
does not require this functionality.
ACTION Remove all references to the :GIVE command from the job or
UDC file.
---------------------------------------------------------------------------------------
2043 MESSAGE :LISTVS command not supported (use VOLUTIL instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The :LISTVS command is not valid on MPE/iX.
ACTION Modify the job stream or UDC file to use the VOLUTIL utility
instead.
---------------------------------------------------------------------------------------
2044 MESSAGE :MPLINE command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The :MPLINE command is not valid on MPE/iX. MTS/3000 is not
supported on the 900 Series.
ACTION Remove all references to the :MPLINE command from the job or
UDC file.
---------------------------------------------------------------------------------------
2045 MESSAGE :NEWVSET command not supported (use VOLUTIL instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The :NEWVSET command is not valid on MPE/iX.
ACTION Modify the job stream or UDC file to use the VOLUTIL utility
instead.
---------------------------------------------------------------------------------------
2046 MESSAGE :TAKE command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The :TAKE command is not valid on MPE/iX. This command was
used to take back a device that had been given to a
diagnostic with :GIVE. The MPE/iX diagnostics interface does
not require this functionality.
ACTION Remove all references to the :TAKE command from the job or
UDC file.
---------------------------------------------------------------------------------------
2047 MESSAGE :PURGEVSET command not supported (use VOLUTIL instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The :PURGEVSET command is not valid on MPE/iX.
ACTION Modify the job stream or UDC file to use the VOLUTIL utility
instead.
---------------------------------------------------------------------------------------
2048 MESSAGE :ALTVSET command not supported (use VOLUTIL instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The :ALTVSET command is not valid on MPE/iX.
ACTION Modify the job stream or UDC file to use the VOLUTIL utility
instead.
---------------------------------------------------------------------------------------
2049 MESSAGE :EOF command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The :EOF command is used to simulate a hardware end-of-file
from any input device. It is not supported on MPE/iX.
ACTION Remove all references to the :EOF command from the job or UDC
file.
---------------------------------------------------------------------------------------
2050 MESSAGE :APL command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The :APL command is used to invoke the APL subsystem, which
is not available on MPE/iX.
ACTION Remove all references to the :APL command from the job or UDC
file.
---------------------------------------------------------------------------------------
2051 MESSAGE :COBOL command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The :COBOL command is used to invoke the COBOL 68 compiler,
which is not available on MPE/iX.
ACTION Remove all references to the :COBOL command from the job or
UDC file.
---------------------------------------------------------------------------------------
2052 MESSAGE :COBOLGO command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The :COBOLGO command is used to compile, prep, and run a
COBOL 68 program at one time. The COBOL 68 compiler is not
available on MPE/iX.
ACTION Remove all references to the :COBOLGO command from the job or
UDC file.
---------------------------------------------------------------------------------------
2053 MESSAGE :COBOLPREP command not supported.
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE The :COBOLPREP command is used to compile and prep a COBOL 68
program at one time. The COBOL 68 compiler is not available
on MPE/iX.
ACTION Remove all references to the :COBOLPREP command from the job
or UDC file.
---------------------------------------------------------------------------------------
2054 MESSAGE :RUN MEMLOGAN - not supported (use LOGTOOL instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The MEMLOGAN program was used on MPE V/E systems to print the
memory error-logging file. This function is replaced by the
LOGTOOL utility within the Diagnostic User Interface (DUI) of
MPE/iX.
ACTION Modify the job or UDC file to use the LOGTOOL utility's
MEMRPT command. LOGTOOL is accessed through the SYSDIAG
(DUI) program.
---------------------------------------------------------------------------------------
2055 MESSAGE :RUN ASOCTABL - not supported (use ASOCTBL instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The ASOCTABL program was used on MPE V/E systems to associate
a user with a device class. This function is replaced by the
ASOCTBL program on MPE iX.
ACTION Modify the job or UDC file to use the ASOCTBL program instead
of the ASOCTABL program.
---------------------------------------------------------------------------------------
2056 MESSAGE :RUN ASOCTBL# - not supported (use ASOCTBL instead).
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The ASOCTBL5 program was used on MPE V/E systems to associate
a user with a device class. This function is replaced by the
ASOCTBL program on MPE iX.
ACTION Modify the job or UDC file to use the ASOCTBL program instead
of the ASOCTBL5 program.
---------------------------------------------------------------------------------------
2057 MESSAGE :RUN SPOOK# - not supported (See Migration Process Guide)
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE The Spook utility has been replaced with Native Mode Spooler
on MPE/iX.
ACTION Modify the job or UDC file. Instead of Spook utility
commands, use Command Interpreter NM Spooler commands, the
:STORE and :RESTORE commands, the PRINTSPF utility, the
SPFXFER utility, or editor subsystems. For more information,
see Native Mode Spooler Reference Manual (32650-90166) and
MPE/iX Commands Reference Manual Volumes 1 and 2 (32650-90003
and 32650-90364).
---------------------------------------------------------------------------------------
2100 MESSAGE User SL procedure redefines a system entry point.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE).
CAUSE A procedure was found in a Segmented Library which has the
same name as a system SL entry point. Use of this SL may
intercept calls to the system procedure and prevent proper
program operation.
ACTION Examine the SL to see if this redefinition of entry points is
desired and take appropriate action.
---------------------------------------------------------------------------------------
2101 MESSAGE User SL procedure redefines UNCALLABLE system entry point.
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE A procedure was found in a Segmented Library which has the
same name as an UNCALLABLE system SL entry point. Use of
this SL may intercept calls to the system procedure and
prevent proper program operation.
ACTION Examine the SL to see if this redefinition of entry points is
desired and take appropriate action.
---------------------------------------------------------------------------------------
2102 MESSAGE User SL has externals not satisfied in system SL.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE).
CAUSE This SL has external references which are not found in the
system SL. This may not be a problem provided the externals
are found in an account (PUB) SL. Otherwise, programs using
this SL may fail to run.
ACTION Examine the SL to see whether the external references will be
properly satisfied or not and take appropriate action.
---------------------------------------------------------------------------------------
2103 MESSAGE User SL calls system UNCALLABLE procedure.
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE This SL makes calls to an UNCALLABLE system procedure.
Normally uncallable procedures should be referenced only by
MPE, and they require that the calling SL routine run in
Privileged Mode.
ACTION Examine this SL and its use of unsupported system procedures
to determine if these procedures are changed or eliminated in
the new operating system. Use of these procedures is not
supported on any version of MPE, and attempts to use them on
MPE/iX may cause system failures or loss of data.
---------------------------------------------------------------------------------------
2104 MESSAGE Program has unsatisfied external references.
MODE CM and NM incompatibility detected by MPT (severity level
POSSIBLE).
CAUSE This program has external references which cannot be
satisfied from an SL (System, Pub, or Group). In order to
run this program, these external references must be resolved.
ACTION Determine which externals are missing by attempting to run
the program (:RUN program ;LIB=G). If these routines are
normally supplied from an SL, be sure to migrate the SL along
with the program. This program should not work at present on
the MPE V/E system due to these unresolved externals.
---------------------------------------------------------------------------------------
2105 MESSAGE Program calls system UNCALLABLE procedure.
MODE CM and NM incompatibility detected by MPT (severity level
WARNING).
CAUSE This program makes calls to an UNCALLABLE system procedure.
Normally uncallable procedures should be referenced only by
MPE, and they require that the program run in Privileged
Mode.
ACTION Examine this SL and its use of unsupported system procedures
to determine if these procedures are changed or eliminated in
the new operating system. Use of these procedures is not
supported on any version of MPE, and attempts to use them on
MPE/iX may cause system failures or loss of data.
---------------------------------------------------------------------------------------
2106 MESSAGE Program requires ;LIB=P to satisfy external references.
MODE NM incompatibility detected by MPT (severity level POSSIBLE).
CAUSE This program has external references which could not be found
in the system SL. An SL was found in the PUB group of this
account which contained the necessary routines. In order to
run this program on the current system, you must run with
either ;LIB=P or ;LIB=G.
ACTION Ensure that the SL file in the PUB group of this account is
migrated along with the program. If migrating to NM, you
should decide whether to migrate the SL routine(s) to a NM
library at the same time or to use Switch procedures to
access the CM SL.
---------------------------------------------------------------------------------------
2107 MESSAGE Program requires ;LIB=G to satisfy external references.
MODE NM incompatibility detected by MPT (severity level POSSIBLE).
CAUSE This program has external references which could not be found
in the system SL. An SL was found in the local group of this
account which contained the necessary routines. In order to
run this program on the current system, you must run with
;LIB=G.
ACTION Ensure that the SL file in the local group of this account is
migrated along with the program. If migrating to NM, you
should decide whether to migration the SL routine(s) to a NM
library at the same time or to use Switch procedures to
access the CM SL.
---------------------------------------------------------------------------------------
2108 MESSAGE Group SL requires PUB SL routines.
MODE NM incompatibility detected by MPT (severity level POSSIBLE).
CAUSE A group SL has external references which are not satisfied
from the system SL. An SL was found in the PUB group of this
account which satisfies these references.
ACTION Ensure that the PUB SL is migrated at the same time as the
group SL. Programs which reference routines from this group
SL may also require the PUB SL to be present.
---------------------------------------------------------------------------------------
2999 MESSAGE :RUN ??? other selected program(s).
MODE CM and NM incompatibility detected by MPT (severity level
ERROR).
CAUSE A job stream or UDC file has run a program which was selected
by the System Manager to be flagged.
ACTION Consult your System Manager for a list of such programs and
the action to take when they are encountered.
---------------------------------------------------------------------------------------
MPE/iX 5.0 Documentation