SDCONV Error Messages (3603 -3937) [ HP System Dictionary XL Gen. Ref. Vol. 2-Part 3 SDCONV ] MPE/iX 5.0 Documentation
HP System Dictionary XL Gen. Ref. Vol. 2-Part 3 SDCONV
SDCONV Error Messages (3603 -3937)
--------------------------------------------------------------------------------------
3603 MESSAGE Expecting 'Y' or 'N' answer (SDERR 3603)
CAUSE You entered something other than 'Y' or 'N' at a yes/no
question.
ACTION Answer with 'Y' or 'N' at the question.
--------------------------------------------------------------------------------------
3604 MESSAGE Command ending period is missing (SDERR 3604)
CAUSE You issued a command without a command ending period.
ACTION Issue the REDO command and attach a command ending period.
--------------------------------------------------------------------------------------
3605 MESSAGE Expecting equal sign (SDERR 3605)
CAUSE An equal sign is missing. The place where SDCONV expects an
equal sign is pointed to by '^'.
ACTION Issue the REDO command to insert the equal sign.
--------------------------------------------------------------------------------------
3606 MESSAGE Parameter separating semi-colon missing (SDERR 3606)
CAUSE A command is issued with parameters not properly separated by a
semi-colon.
ACTION Issue the REDO command to insert the semi-colon.
--------------------------------------------------------------------------------------
3607 MESSAGE Superfluous parameters found after command ending period (SDERR
3607)
CAUSE An extraneous token is found after the command ending period.
ACTION Issue the REDO command to delete the token after the command
ending period.
--------------------------------------------------------------------------------------
3608 MESSAGE Found more arguments than command requires (SDERR 3608)
CAUSE An extraneous token is found after a one word command.
ACTION Issue the REDO command to delete the extraneous token.
--------------------------------------------------------------------------------------
3610 MESSAGE Unknown SYSDIC parameter (SDERR 3610)
CAUSE A sysdic command is issued with an unrecognizable parameter.
ACTION Check the command you just issued and see if the parameter has
been misspelled.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3611 MESSAGE Expecting System Dictionary name (SDERR 3611)
CAUSE The SYSDIC NAME parameter is specified with no actual System
Dictionary name.
ACTION Issue the REDO command to insert the dictionary name.
--------------------------------------------------------------------------------------
3612 MESSAGE Expecting scope name (SDERR 3612)
CAUSE The SCOPE parameter is specified with no actual scope name.
ACTION Issue the REDO command to insert the scope name.
--------------------------------------------------------------------------------------
3614 MESSAGE Illegal open mode (SDERR 3614)
CAUSE Value of the OPEN-MODE parameter is not valid.
ACTION Issue the REDO command to replace the value of OPEN-MODE to
either SHARED-UPDATE or EXCLUSIVE-UPDATE.
--------------------------------------------------------------------------------------
3615 MESSAGE Illegal name mode (SDERR 3615)
CAUSE Value of the NAME-MODE parameter is not valid.
ACTION Issue the REDO command to replace the value of NAME-MODE to
either INTERNAL or EXTERNAL.
--------------------------------------------------------------------------------------
3620 MESSAGE Unknown DICT3000 parameter (SDERR 3620)
CAUSE A DICT3000 command is issued with an unrecognizable parameter.
ACTION Check the command you just issued and see if the parameter has
been misspelled.
--------------------------------------------------------------------------------------
3621 MESSAGE Expecting Dictionary/V database name (SDERR 3621)
CAUSE The DICT3000 NAME parameter is specified with no actual Dict/V
dictionary name.
ACTION Issue the REDO command to insert the Dict/V dictionary name.
--------------------------------------------------------------------------------------
3623 MESSAGE Expecting Dictionary/V database open mode (SDERR 3623)
CAUSE The DICT3000 OPEN-MODE parameter is specified with no actual
open mode value. The OPEN-MODE value should be between 1 and 8
as explained in the TurboIMAGE/XL manual.
ACTION Issue the REDO command to insert the Dict/V dictionary open
mode.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3624 MESSAGE Illegal Dictionary/V database open mode (SDERR 3624)
CAUSE Value of the DICT3000 OPEN-MODE parameter is not acceptable.
ACTION Issue the REDO command to replace the incorrect value with a
value between 1 and 8.
--------------------------------------------------------------------------------------
3625 MESSAGE Expecting ON/OFF switch (SDERR 3625)
CAUSE A DICT3000 parameter that requires ON/OFF switch is assigned a
value other than ON or OFF.
ACTION Issue the REDO command to replace the parameter value with ON or
OFF.
--------------------------------------------------------------------------------------
3626 MESSAGE Illegal sensitivity value (SDERR 3626)
CAUSE The SENSITIVITY DICT3000 parameter is assigned an invalid value.
ACTION Issue the REDO command to replace the incorrect value with
either READ, MODIFY, or PRIVATE.
--------------------------------------------------------------------------------------
3627 MESSAGE Illegal value for scope owner parameter (SDERR 3627)
CAUSE The SCOPE-OWNER DICT3000 parameter is assigned an invalid value.
ACTION Issue the REDO command to replace the incorrect value to either
RESPONSIBLE, IDENTITY-CREATE, or LOGON.
--------------------------------------------------------------------------------------
3628 MESSAGE Illegal value for alias parameter (SDERR 3628)
CAUSE The ALIAS DICT3000 parameter is assigned an invalid value.
ACTION Issue the REDO command to replace the incorrect value to either
COBOL, IMAGE, PASCAL, STANDARD, or VPLUS.
--------------------------------------------------------------------------------------
3629 MESSAGE Illegal value for character field (SDERR 3629)
CAUSE The value specified was not a valid special character.
ACTION Issue the REDO command to replace the incorrect value in the
character field.
--------------------------------------------------------------------------------------
3630 MESSAGE Space expected but not found (SDERR 3630)
CAUSE Space missing between character and mapping field.
ACTION Issue the REDO command to add missing space.
--------------------------------------------------------------------------------------
3631 MESSAGE Illegal character in mapping field (SDERR 3631)
CAUSE Character within mapping field not valid in System Dictionary
names.
ACTION Issue the REDO command to replace character with a valid one.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3632 MESSAGE Closing quote not found where expected for quote pair (SDERR
3632)
CAUSE Closing quote either missing or not where expected.
ACTION Issue the REDO command to correct.
--------------------------------------------------------------------------------------
3633 MESSAGE Mapping name too long. No mapping occurred (SDERR 3633)
CAUSE Mapping field of command was longer than the maximum.
ACTION Issue the REDO command to change mapping field.
--------------------------------------------------------------------------------------
3634 MESSAGE Mismatched quotes (SDERR 3634)
CAUSE Closing quote not found on same line as opening quote in
PASSWORD parameter of the SYSDIC command.
ACTION Issue the REDO command to correct.
--------------------------------------------------------------------------------------
3700 MESSAGE Could not close the System Dictionary database (SDERR 3700)
CAUSE SDClose intrinsic call failed.
ACTION Notify the Dictionary Administrator of this problem.
--------------------------------------------------------------------------------------
3701 MESSAGE Could not open the System Dictionary (SDERR 3701)
CAUSE SDOpen intrinsic call failed. The following are possible
causes.
Another user is accessing the System Dictionary in an
incompatible dictionary open mode. For example, if another user
is accessing the dictionary in the exclusive-update mode, you
will be denied any access to the dictionary.
ACTION Request other users to reopen the dictionary in open modes that
are compatible with yours.
CAUSE The specified dictionary does not exist.
ACTION Make sure that any file equate which exists for your dictionary
name is correct. Then, make sure that the specified dictionary
exists.
CAUSE The native language of the dictionary data is not same as that
of the utility.
ACTION If the dictionary's native language ID is different from yours,
you cannot open the dictionary. For any future initialization
of dictionaries make sure that the SDINIT utility uses the same
message catalog as your utility's.
CAUSE Some other error.
ACTION Act according to the additional error messages issued. If a
serious problem is suspected, notify the System Manager.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3702 MESSAGE No System Dictionary opened (SDERR 3702)
CAUSE An attempt was made to load definitions with no System
Dictionary opened.
ACTION Issue the SYSDIC command to open the System Dictionary, and then
load the definitions.
--------------------------------------------------------------------------------------
3703 MESSAGE Could not close the Dictionary/V database (SDERR 3703)
CAUSE DBClose TurboIMAGE/XL intrinsic call failed.
ACTION Notify the System Manager of the problem.
--------------------------------------------------------------------------------------
3704 MESSAGE Could not open the Dictionary/V database (SDERR 3704)
CAUSE DBOpen intrinsic call failed.
ACTION Act according to the additional error messages issued. If a
serious problem is suspected, notify the System Manager.
--------------------------------------------------------------------------------------
3705 MESSAGE No Dictionary/V database opened (SDERR 3705)
CAUSE An attempt was made to access the Dict/V dictionary with no
actual dictionary opened.
ACTION Issue the DICT3000 command to open a Dict/V dictionary, and then
access it.
--------------------------------------------------------------------------------------
3706 MESSAGE SCOPE-OWNER and SENSITIVITY parm values conflict (SDERR 3706)
CAUSE When SCOPE-OWNER = RESPONSIBLE or IDENTITY-CREATE, SENSITIVITY
cannot be PRIVATE. See SDCONV manual for more explanation.
ACTION Either change SCOPE-OWNER to LOGON, or SENSITIVITY to MODIFY or
READ.
--------------------------------------------------------------------------------------
3710 MESSAGE Error while opening old SDLOG. Logging disabled (SDERR 3710)
CAUSE 1. The old SDLOG is being accessed by some other user
exclusively.
2. Some other error.
ACTION Since logging is disabled, and SDLOG is not opened at all, you
are not required to take any action. However, if the command
logging is essential for you, exit the program immediately, take
care of the problem, and reenter SDCONV. If a system error is
suspected, notify the System Manager.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3711 MESSAGE Error while creating new SDLOG. Logging disabled (SDERR 3711)
CAUSE Insufficient disc space.
ACTION Build a small file and equate SDLOG to it. Notify the System
Manager of the insufficient disc space.
CAUSE Some other error.
ACTION Since logging is disabled, and SDLOG is not opened at all, you
are not required to take any action. However, if the command
logging is essential, exit the program, take care of the
problem, and reenter SDCONV. Further, following actions are
suggested:
Use a file equate to equate SDLOG to some other file and try
again. If a system error is suspected, notify the System
Manager.
--------------------------------------------------------------------------------------
3712 MESSAGE Error while opening old SDOUT. Report defaulting to $STDLIST
(SDERR 3712)
CAUSE Old SDOUT could not be opened. The SDOUT report information
will be output to $STDLIST upon termination of the program.
ACTION Since SDOUT report information is collected and reported to
$STDLIST, you do not have to take any action. However, if the
report information needs to be saved away in a disc file, exit
the program immediately, locate and remedy the problem, and then
reinvoke the program.
--------------------------------------------------------------------------------------
3713 MESSAGE Error while creating new SDOUT. Report defaulting to $STDLIST
(SDERR 3713)
CAUSE Insufficient disc space.
ACTION Build a smaller SDOUT.
CAUSE Some other error.
ACTION Report the error to System Manager.
--------------------------------------------------------------------------------------
3714 MESSAGE Error while opening temporary SDOUT. SDOUT not opened (SDERR
3714)
CAUSE An MPE file system error happened while opening SDOUT. No report
information will be recorded in SDOUT.
ACTION If a serious file system error is suspected, notify the System
Manager.
--------------------------------------------------------------------------------------
3715 MESSAGE Error while setting EOF on message buffer file (SDREDO: SDERR
3715)
CAUSE An MPE file system error is encountered while setting the"end of
file" to the message buffer file. The message buffer file is
used to fetch multi-lined messages from the message catalog.
SDCONV uses the temporary file SDREDO as the message buffer
file.
ACTION SDCONV will not be able to access this multi-line message. If a
serious problem is suspected, notify the System Manager.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3716 MESSAGE Error while reading from message buffer file (SDREDO: SDERR
3716)
CAUSE An MPE file system error is encountered while reading from the
message buffer file.
ACTION SDCONV will immediately begin processing this multi-line
message. If a serious problem is suspected, notify the System
Manager.
--------------------------------------------------------------------------------------
3718 MESSAGE Scope has no secure capability. Change SCOPE-OWNER parm to
LOGON (SDERR 3718)
CAUSE You have specified SCOPE-OWNER = RESPONSIBLE or IDENTITY-
CREATE, but the current scope has no secure capability. Since
the current scope cannot create any new scopes, the value of the
SCOPE-OWNER parameter is improper. If the current scope does
not have the secure capability, only LOGON is allowed.
ACTION Change the value of the SCOPE-OWNER parameter to LOGON.
--------------------------------------------------------------------------------------
3719 MESSAGE Error while creating ! scope (SDERR 3719)
CAUSE An error occurred while creating a new scope.
ACTION Notify the Dictionary Administrator of the problem. If
possible, change the value of SCOPE-OWNER parameter to LOGON and
reload.
--------------------------------------------------------------------------------------
3720 MESSAGE Error while adjusting System Dictionary scope on entity !
(SDERR 3720)
CAUSE An error occurred while switching scope on an entity.
ACTION Notify the Dictionary Administrator of the problem. If
possible, change the value of SCOPE-OWNER parameter to LOGON and
reload.
--------------------------------------------------------------------------------------
3721 MESSAGE Error while creating ELEMENT definition for ! (DATA-ELEMENT,
SDERR 3721)
CAUSE A System Dictionary error occurred while creating an ELEMENT
definition.
ACTION Notify the Dictionary Administrator if a serious error is
suspected. If the error is a simple one, e.g., duplicate
entity, delete or rename the old entity and manually convert the
entity's definition yourself.
--------------------------------------------------------------------------------------
3722 MESSAGE Error while creating var length attr's for ELEMENT ! (SDERR
3722)
CAUSE A System Dictionary error occurred while creating variable
length attributes for the ELEMENT. These attributes are
edit-mask, entry-text, and heading-text.
ACTION Notify the Dictionary Administrator if a serious error is
suspected.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3723 MESSAGE Error while writing description text for entity ! (SDERR 3723)
CAUSE A System Dictionary error occurred while translating the
description text associated with the entity.
ACTION Notify the Dictionary Administrator if a serious error is
suspected.
--------------------------------------------------------------------------------------
3724 MESSAGE Error while converting ! entry from DATA-FILE detail set (SDERR
3724)
CAUSE A System Dictionary error occurred while converting an entry
from DATA-FILE.
ACTION Notify the Dictionary Administrator if a serious error is
suspected. If the error is a simple one, e.g., duplicate
entity, delete or rename the old entity and manually convert the
entity's definition yourself.
--------------------------------------------------------------------------------------
3725 MESSAGE Error while creating DEVICE-CLASS definition for ! (DATA-FILE,
SDERR 3725)
CAUSE A System Dictionary error occurred while creating DEVICE- CLASS
entity definition from FILE-DEVICE DATA-FILE's entry.
ACTION Notify the Dictionary Administrator if a serious error is
suspected.
--------------------------------------------------------------------------------------
3726 MESSAGE Error while creating CATEGORY definition for ! (DATA-CATEGORY,
SDERR 3726)
CAUSE A System Dictionary error occurred while converting an entry
from DATA-CATEGORY.
ACTION Notify the Dictionary Administrator if a serious error is
suspected. If the error is a simple one, e.g., duplicate
entity, delete or rename the old entity and manually convert the
entity's definition yourself.
--------------------------------------------------------------------------------------
3727 MESSAGE Error while creating INFORM-GROUP definition for ! (DATA-GROUP,
SDERR 3727)
CAUSE A System Dictionary error occurred while converting an entry
from DATA-GROUP.
ACTION Notify the Dictionary Administrator if a serious error is
suspected. If the error is a simple one, e.g., duplicate
entity, delete or rename the old entity and manually convert the
entity's definition yourself.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3728 MESSAGE Error while converting ! entry from DATA-CLASS detail set
(SDERR 3728)
CAUSE A System Dictionary error occurred while converting an entry
from DATA-CLASS.
ACTION Notify the Dictionary Administrator if a serious error is
suspected. If the error is a simple one, e.g., duplicate
entity, delete or rename the old entity and manually convert the
entity's definition yourself.
--------------------------------------------------------------------------------------
3729 MESSAGE Error while creating MODULE definition for ! (DATA-PROCEDURE,
SDERR 3729)
CAUSE A System Dictionary error occurred while converting an entry
from DATA-PROCEDURE.
ACTION Notify the Dictionary Administrator if a serious error is
suspected. If the error is a simple one, e.g., duplicate
entity, delete or rename the old entity and manually convert the
entity's definition yourself.
--------------------------------------------------------------------------------------
3730 MESSAGE Error while creating LOCATION definition for ! (DATA-LOCATION,
SDERR 3730)
CAUSE A System Dictionary error occurred while converting an entry
from DATA-LOCATION.
ACTION Notify the Dictionary Administrator if a serious error is
suspected. If the error is a simple one, e.g., duplicate
entity, delete or rename the old entity and manually convert the
entity's definition yourself.
--------------------------------------------------------------------------------------
3731 MESSAGE Error while creating MPE-GROUP definition for ! (DATA-LOCATION,
SDERR 3731)
CAUSE A System Dictionary error occurred while creating an MPE- GROUP
definition from the LOCATION-GROUP field of DATA- LOCATION.
ACTION Notify the Dictionary Administrator if a serious error is
suspected.
--------------------------------------------------------------------------------------
3732 MESSAGE Error while creating MPE-ACCOUNT definition for !
(DATA-LOCATION, SDERR 3732)
CAUSE A System Dictionary error occurred while creating an MPE-
ACCOUNT definition from the LOCATION-ACCT field of DATA-
LOCATION.
ACTION Notify the Dictionary Administrator if a serious error is
suspected.
--------------------------------------------------------------------------------------
3733 MESSAGE Error while creating NODE definition for ! (DATA-LOCATION,
SDERR 3733)
CAUSE A System Dictionary error occurred while creating a NODE
definition from the LOCATION-CPU field of DATA-LOCATION.
ACTION Notify the Dictionary Administrator if a serious error is
suspected.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3734 MESSAGE Error while creating RECORD definition for ! (DATA-FILE, SDERR
3734)
CAUSE A System Dictionary error occurred while creating a RECORD
definition from a file definition in DATA-FILE.
ACTION Notify the Dictionary Administrator if a serious error is
suspected. If the error is a simple one, e.g., duplicate
entity, delete or rename the old entity and manually convert the
entity's definition yourself.
--------------------------------------------------------------------------------------
3735 MESSAGE Error while creating INFORM-REPORT definition for !
(REPORT-LIST, SDERR 3735)
CAUSE A System Dictionary error occurred while creating an INFORM-
REPORT definition from the REPORT-LIST data set's entry.
ACTION Notify the Dictionary Administrator if a serious error is
suspected. If the error is a simple one, e.g., duplicate
entity, delete or rename the old entity and manually convert the
entity's definition yourself.
--------------------------------------------------------------------------------------
3736 MESSAGE Error while retrieving scope-owner attribute for ! (SDERR 3736)
CAUSE A System Dictionary error occurred while retrieving scope-owner
attribute for the listed element.
ACTION Notify the Dictionary Administrator if a serious error is
suspected.
--------------------------------------------------------------------------------------
3737 MESSAGE Error while writing entity-long-name attribute for ! (SDERR
3737)
CAUSE A System Dictionary error occurred while writing the
entity-long-name for the listed entry.
ACTION Notify the Dictionary Administrator if a serious error is
suspected. definition yourself.
--------------------------------------------------------------------------------------
3740 MESSAGE Error while adjusting scope for above relationship entry (SDERR
3740)
CAUSE A System Dictionary error occurred while switching scope for the
above relationship.
ACTION Notify the Dictionary Administrator if a serious error is
suspected.
--------------------------------------------------------------------------------------
3741 MESSAGE Error while rewinding data set ! (SDERR 3741)
CAUSE In order to chain into detail sets in Dict/V, SDCONV re-reads
the manual set. An error occurred while rewinding the manual
set to read.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3742 MESSAGE Error while writing description text for above rel entry (SDERR
3742)
CAUSE A System Dictionary error occurred while converting the
description text for the listed relationship.
ACTION Notify the Dictionary Administrator if a serious problem is
suspected.
--------------------------------------------------------------------------------------
3745 MESSAGE Error while creating above FILE uses DEVICE-CLASS relationship
(SDERR 3745)
CAUSE A System Dictionary error occurred while creating a relationship
between a FILE and a DEVICE-CLASS.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3746 MESSAGE Error while creating above IMAGE-DATABASE contains IMAGE-CLASS
rel (SDERR 3746)
CAUSE A System Dictionary error occurred while creating a relationship
between an IMAGE-DATABASE and IMAGE-CLASS.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3750 MESSAGE Error while creating LOCATION contains MPE-GROUP MPE-ACCOUNT rel
(SDERR 3750)
CAUSE A System Dictionary error occurred while creating a relationship
involving a LOCATION, MPE-GROUP, and MPE-ACCOUNT.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3752 MESSAGE Error while creating above LOCATION contains NODE rel (SDERR
3752)
CAUSE A System Dictionary error occurred while creating a relationship
between a LOCATION and NODE.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3755 MESSAGE Error while creating above ELEMENT contains ELEMENT rel (SDERR
3755)
CAUSE A System Dictionary error occurred while creating a relationship
between two ELEMENTs.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3756 MESSAGE Error while creating var length attr for above ELEM con ELEM rel
(SDERR 3756)
CAUSE A System Dictionary error occurred while creating variable
length attributes on the listed ELEMENT contains ELEMENT
relationship. The variable length attributes are edit-mask,
entry-text, and heading-text.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3757 MESSAGE Error while creating chains rel for above path definition (SDERR
3757)
CAUSE A System Dictionary error occurred while creating a chain
definition involving the listed entities.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3758 MESSAGE Error while creating above IMAGE-DATASET contains RECORD rel
(SDERR 3758)
CAUSE A System Dictionary error occurred while creating a relationship
between an IMAGE-DATASET and RECORD.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3759 MESSAGE Error while creating above IMAGE-DATASET key ELEMENT rel (SDERR
3759)
CAUSE A System Dictionary error occurred while creating a "key"
relationship between an IMAGE-DATASET and ELEMENT.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3760 MESSAGE Error while creating above FILE contains RECORD rel (SDERR 3760)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between a FILE and RECORD.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3761 MESSAGE Error while creating above KSAMFILE contains RECORD rel (SDERR
3761)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between a KSAMFILE and RECORD.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3762 MESSAGE Error while creating above KSAMFILE key ELEMENT rel (SDERR 3762)
CAUSE A System Dictionary error occurred while creating a "key"
relationship between a KSAMFILE and ELEMENT.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3763 MESSAGE Error while creating above FORM contains ELEMENT rel (SDERR
3763)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between a FORM and ELEMENT.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3764 MESSAGE Error while creating var length attr for above FORM con ELEM rel
(SDERR 3764)
CAUSE A System Dictionary error occurred while creating variable
length attributes on the listed FORM contains ELEMENT
relationship. The variable length attributes are edit-mask,
entry-text, and heading-text.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3765 MESSAGE Error while retrieving ELEMENT data for above relationship
(SDERR 3765)
CAUSE A System Dictionary error occurred while retrieving ELEMENT
attribute data from Dict/V to initialize attributes for a FORM
contains ELEMENT relationship occurrence.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3766 MESSAGE Error while creating above RECORD contains ELEMENT rel (SDERR
3766)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between a RECORD and ELEMENT.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3767 MESSAGE Error while creating var length attr for above REC con ELEM rel
(SDERR 3767)
CAUSE A System Dictionary error occurred while creating variable
length attributes on the listed ELEMENT contains ELEMENT
relationship. The variable length attributes are edit-mask,
entry-text, and heading-text.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3768 MESSAGE Error while modifying RECORD attributes for ! (SDERR 3768)
CAUSE A System Dictionary error occurred while modify byte-length
attribute of a RECORD.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3769 MESSAGE Error while creating above KSAMFILE contains RECORD rel (SDERR
3769)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between a KSAMFILE and RECORD.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3770 MESSAGE Error while creating above FILE contains RECORD rel (SDERR 3770)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between a FILE and RECORD.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3771 MESSAGE Error while creating contains rel between above two files (SDERR
3771)
CAUSE A System Dictionary error occurred while converting a data entry
from the FILE-FILE data set.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3772 MESSAGE Error while creating above CATEGORY contains CATEGORY rel (SDERR
3772)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between two categories.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3773 MESSAGE Error while creating above CATEGORY contains ELEMENT rel (SDERR
3773)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between a CATEGORY and ELEMENT.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3774 MESSAGE Error while creating above INFORM-GROUP contains INFORM-GROUP
rel (SDERR 3774)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between two INFORM-GROUPs.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3775 MESSAGE Error while creating above INFORM-GROUP contains ELEMENT rel
(SDERR 3775)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship among INFORM-GROUP, ELEMENT, and FILE/KSAMFILE/
IMAGE-DATASET.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3776 MESSAGE Error while creating above INFORM-CLASS contains INFORM-GROUP
rel (SDERR 3776)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between an INFORM-CLASS and INFORM-GROUP.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3777 MESSAGE Error while creating above ELEMENT contains IMAGE-CLASS rel
(SDERR 3777)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between an ELEMENT and IMAGE-CLASS.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3778 MESSAGE Error while creating above INFORM-CLASS contains IMAGE-CLASS rel
(SDERR 3778)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between an INFORM-CLASS and IMAGE-CLASS.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3779 MESSAGE Error while creating above IMAGE-DATASET contains IMAGE-CLASS
rel (SDERR 3779)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between an IMAGE-DATASET and IMAGE-CLASS.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3780 MESSAGE Error while modifying file lockword attribute for ! (SDERR
3780)
CAUSE A System Dictionary error occurred while modifying the lockword
attribute for the listed file from the CLASS-PASSWORD field of
DATA-CLASS.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3781 MESSAGE Error while creating above MODULE processes ELEMENT rel (SDERR
3781)
CAUSE A System Dictionary error occurred while creating a "processes"
relationship between a MODULE and ELEMENT. SDCONV was converting
a data entry from PROCEDURE-ELEMEN.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3782 MESSAGE Error while creating above MODULE contains MODULE rel (SDERR
3782)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between two MODULEs.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3783 MESSAGE Error while creating above LOCATION contains MODULE rel (SDERR
3783)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between a LOCATION and MODULE.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3784 MESSAGE Error while creating above LOCATION contains FILE rel (SDERR
3784)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between a LOCATION and FILE.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3785 MESSAGE Error while creating above LOCATION contains INFORM-REPORT rel
(SDERR 3785)
CAUSE A System Dictionary error occurred while creating a "contains"
relationship between a LOCATION and INFORM-REPORT.
ACTION Notify the Database Administrator if a serious problem is
suspected. Note that this error on the relationship could have
been caused by a previous error on one of the entities involved.
If so, correct the error on the entity and reload the
relationship.
--------------------------------------------------------------------------------------
3800 MESSAGE No command to REDO (SDERR 3800)
CAUSE REDO cannot be issued as a first command to SDCONV.
ACTION Do not issue REDO as a first command.
--------------------------------------------------------------------------------------
3801 MESSAGE REDO is not allowed in non-interactive mode (SDERR 3801)
CAUSE REDO command is not allowed in a non-interactive environment.
ACTION Do not issue REDO in a non-interactive environment.
--------------------------------------------------------------------------------------
3802 MESSAGE Illegal use of REDO (SDERR 3802)
CAUSE REDO command cannot be used to edit the command into another
REDO.
ACTION Do not edit the command into another REDO through REDO.
--------------------------------------------------------------------------------------
3803 MESSAGE Command line out of range. Ignored (SDERR 3803)
CAUSE The +/- REDO subcommand issued results in a line outside of the
bounds of the currently edited command.
ACTION Make sure that the number specified with the +/- subcommand is
within the bounds of the edited command.
--------------------------------------------------------------------------------------
3804 MESSAGE Illegal command after delete. Ignored (SDERR 3804)
CAUSE Only the 'I' subcommand is allowed after the 'D' subcommand.
You issued a series of D's followed by a character other than
'I'.
ACTION Issue the subcommand in a correct format.
--------------------------------------------------------------------------------------
3805 MESSAGE String to insert too long to fit (SDERR 3805)
CAUSE The 'I' subcommand is issued with a string which is too long to
fit into the line being edited.
ACTION Break the line with the 'B' subcommand, and then add the string.
--------------------------------------------------------------------------------------
3806 MESSAGE String to append too long to fit (SDERR 3806)
CAUSE The 'A' subcommand is issued with a string which is too long to
fit into the line being edited.
ACTION Break the line with the 'B' subcommand and then append the
string.
--------------------------------------------------------------------------------------
(cont.)
--------------------------------------------------------------------------------------
3807 MESSAGE Redo subcommand is followed by unallowed characters (SDERR 3807)
CAUSE The REDO subcommand that does not take any argument is followed
by other characters.
ACTION Make sure that you did not mean to replace corresponding part of
the command line with the string.
--------------------------------------------------------------------------------------
3808 MESSAGE Move forward/backward can only have a number following it.
(SDERR 3808)
CAUSE The +/- REDO subcommand is issued with a non-numeric argument.
ACTION If you really meant to issue the +/- subcommand, reissue the
subcommand with a correct number following it.
--------------------------------------------------------------------------------------
3850 MESSAGE No help on subject !. Displaying general help instead (SDERR
3850)
CAUSE One of the subject names specified with the HELP command is not
an SDCONV command key word.
ACTION Check the subject name pointed by '^', and see if it is
misspelled.
--------------------------------------------------------------------------------------
3851 MESSAGE MPE command execution error (SDERR 3851) Error code: nnn.
CAUSE An MPE command is issued with an illegal argument.
ACTION Check the command argument, and see if it is correct.
--------------------------------------------------------------------------------------
3852 MESSAGE No such MPE command (SDERR 3852). Error code: nnn
CAUSE An unknown MPE command is issued.
ACTION Make sure that the command issued can be executed through the
command intrinsic.
--------------------------------------------------------------------------------------
3853 MESSAGE Error occurred while forming the upshift table (SDERR 3853)
CAUSE NLInfo NL intrinsic call failed.
ACTION Notify the System Manager.
--------------------------------------------------------------------------------------
3854 MESSAGE Error occurred while forming the alpha-numeric table (SDERR
3854)
CAUSE NLInfo NL intrinsic call failed.
ACTION Notify the System Manager.
--------------------------------------------------------------------------------------
MPE/iX 5.0 Documentation