HPlogo SNA NRJE Node Manager's Guide: HP 3000 MPE/iX Computer Systems > Appendix A Result Codes and Messages

SNA NRJE Error Messages

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Listed below are the SNA NRJE messages that are written to $STDLIST. They are listed in numerical order according to the number in the message suffix; if more than one suffix is displayed, the message is listed here according to the number in the last suffix. These messages are not logged. Note that online help is available for these messages. (See the beginning of this Appendix.)



MESSAGE: ONE OF THE PARAMETERS IS OUT OF BOUNDS: SEG#!, P=!. (INT=1)

Level: 1

CAUSE: At least one of the parameters passed to an NRJE intrinsic is not within user stack boundary. SEG#! (code segment#) and P=! (program counter) represents the return address right after the intrinsic call.

ACTION: The caller should check all of the parameters passed to the intrinsic and call it again.



MESSAGE: SPLIT STACK CALL IS NOT ALLOWED. (INT=2)

Level: 2

CAUSE: DB register is not pointing to caller's stack when invoking an NRJE intrinsic.

ACTION: Make sure that the DB register is pointing to caller's stack before calling NRJE intrinsics.



MESSAGE: INSUFFICIENT STACK SPACE. (INT=4)

Level: 4

CAUSE: NRJE does not have enough extra stack space reserved.

ACTION: Run or Prep program with Stack parameter equal to program requirement + 8000 words.



MESSAGE: INVALID INCOUNT IN NRJEQUEUE CALL. (INT=5)

Level: 5

CAUSE: InCount parameter for reader device classes of NRJEQueue intrinsic is less than 0.

ACTION: Recall NRJEQueue with InCount greater than or equal to 0.



MESSAGE: UNABLE TO OBTAIN SPOOLED READER INFO FROM CONFIGURATION. (INT=6)

Level: 6

CAUSE: Attempt to obtain NRJE reader information from NRJE configuration failed.

ACTION: Possible configuration error. Check NRJE configuration.



MESSAGE: UNABLE TO OBTAIN READER FENCE AND ITS STATUSES. (INT=7)

Level: 7

CAUSE: Attempt to obtain NRJE reader information from MPE configuration failed.

ACTION: Possible configuration error. Check NRJE configuration.



MESSAGE: UNABLE TO OBTAIN DEVICE CLASSES FOR THE READER. (INT=8)

Level: 8

CAUSE: Attempt to obtain device classes for NRJE reader failed.

ACTION: Check InCount parameter of NRJEQueue and make sure that InCount is big enough to obtain all device classes; InCount maximum value is 8.



MESSAGE: INPUT NAME LENGTH IS NOT BETWEEN 1 AND 17 CHARACTERS. (INT=10)

Level: 10

CAUSE: Input name length in SHOW, CANCEL, or ALTER command, or NRJEShow, NRJECancel, or NRJEAlter intrinsic is not between 1 and 17 characters. The input name must be in the form of JobName, @, SpoolfileId, or UserName.AcctName.

ACTION: Make sure the input name is valid.



MESSAGE: NEW PRIORITY FOR SPOOLED FILES IS NOT BETWEEN 0 AND 14. (INT=12)

Level: 12

CAUSE: Input new priority in ALTER command or NRJEAlter intrinsic is not between 0 and 14.

ACTION: Make sure the new priority is valid.



MESSAGE: INPUT NAME IS INVALID. NO SPOOL FILES WERE CANCELLED. (INT=13)

Level: 13

CAUSE: Input name in CANCEL command or NRJECancel intrinsic is not valid.

ACTION: Make sure input name is in the form of JobName, @, SpoolfileID, or UserName.AcctName.



MESSAGE: INPUT NAME IS INVALID. NO SPOOL FILES WERE ALTERED. (INT=14)

Level: 14

CAUSE: Input name in ALTER command or NRJEAlter intrinsic is not valid.

ACTION: Make sure input name is in the form of JobName, @, SpoolfileID, or UserName.AcctName.



MESSAGE: NM CAPABILITY REQUIRED TO ACCESS OTHERS' SPOOLED FILES. (INT=15)

Level: 15

CAUSE: Attempt to manipulate others' spooled files failed.

ACTION: Must have NM capability to perform this.



MESSAGE: NODE MANAGEMENT CAPABILITY IS REQUIRED. (INT=16)

Level: 16

CAUSE: Attempt to do something that required NM capability failed.

ACTION: Must have NM capability.



MESSAGE: INPUT READER FENCE IS NOT BETWEEN 0 AND 14. (INT=17)

Level: 17

CAUSE: Reader fence value is out of bounds.

ACTION: Reader fence value between 0 and 14 is required.



MESSAGE: INVALID OPCODE FOR NRJERDRACCESS. (INT=18)

Level: 18

CAUSE: Operand code for NRJERdrAccess intrinsic is not within valid bound.

ACTION: Correct the operand code.



MESSAGE: UNABLE TO OBTAIN REMOTE NAME & JES FOR THE WORKSTATION. (INT=22)

Level: 22

CAUSE: Attempt to obtain remote and JES names from NRJE configuration failed.

ACTION: Check NRJE configuration file.



MESSAGE: INCOUNT FOR NRJEWRITER CALL IS NOT GREATER THAN 0. (INT=23)

Level: 23

CAUSE: A negative or zero value was passed in the InCount parameter to the NRJEWriter intrinsic.

ACTION: Pass a positive value in the InCount parameter to NRJEWriter.



MESSAGE: UNABLE TO OBTAIN LIST OF NRJE WRITERS. (INT=24)

Level: 24

CAUSE: Possible configuration error. A configuration error message appears right after this message to describe the exact cause.

ACTION: Check NRJE configuration file for correctness.



MESSAGE: UNABLE TO OBTAIN LIST OF NRJE ACTIVE WORKSTATIONS. (INT=25)

Level: 25

CAUSE: Possible configuration error.

ACTION: Check NRJE configuration file for correctness.



MESSAGE: INCOUNT FOR NRJEJOBINFO IS TOO SMALL. (INT=26)

Level: 26

CAUSE: InCount parameter for NRJEJobInfo is less than the number of spooled files that qualified to be returned.

ACTION: Increase the InCount parameter value and sizes of the intrinsic arrays.



MESSAGE: LU NOT ACTIVE. (INT=27)

Level: 27

CAUSE: An attempt was made to obtain information about an inactive LU.

ACTION:



MESSAGE: INCOUNT FOR NRJEACTIVEWS CALL IS NOT GREATER THAN 0. (INT=28)

Level: 28

CAUSE: A negative or zero value was passed in InCount to NRJEActiveWS. A positive value is required.

ACTION: Pass a positive value in InCount to NRJEActiveWS.



MESSAGE: SEVERE ERROR. ACTIVE LU NAME NOT CONFIGURED. (SEV=29)

Level: 29

CAUSE:

ACTION:



MESSAGE: UNABLE TO ALTER NRJE READER FENCE. (SEV=30)

Level: 30

CAUSE: Possible configuration error.

ACTION: Check configuration and make sure the spooled reader is configured, spooled, and has device type 22 subtype 2.



MESSAGE: INCOMPATIBLE CONFIGURATION FILE. (SEV=31)

Level: 31

CAUSE: The current configuration file does not have the correct version stamp to run with this version of NRJE.

ACTION: If you have recently updated to a new version of NRJE that requires a configuration file update, make sure that the configuration file was updated properly.



MESSAGE: INVALID INPUT NAME. NO SPOOL FILES WERE RETURNED. (INT=32)

Level: 32

CAUSE: Input name in SHOW command or NRJEJobList intrinsic is not in the form of JobName, @, SpoolfileID, or UserName.AcctName.

ACTION: Correct the input name.



MESSAGE: INCOUNT FOR NRJEJOBINFO IS NOT BETWEEN 1 AND 500. (INT=34)

Level: 34

CAUSE: The InCount parameter for the NRJEJobInfo intrinsic is out of the allowable 1-500 range.

ACTION: Pass an InCount parameter to NRJEJobInfo within the 1-500 range.



MESSAGE: NRJEERRMSG CALL COMPLETED IN ERROR STATE. (INT=35)

Level: 35

CAUSE: This error might be caused by a variety of reasons, such as (1) unable to open the file NRJECAT.NRJE.SYS, (2) system administrator has changed NRJECAT so that some messages in it become too long to read, or (3) a message is missing in NRJECAT.

ACTION: Depending on the reason, (1) check and make sure NRJECAT exists in NRJE.SYS, (2) make sure no message in the intrinsic, management, configuration and spooling categories is longer than 72 characters long, or (3) print the Status array passed to NRJEErrMsg. All error numbers used in NRJEErrMsg are in Set 1 of NRJECAT.NRJE.SYS.



MESSAGE: UNMATCHED INPUT NAME — NO SPOOL FILE HAS BEEN ALTERED. (INT=36)

Level: 36

CAUSE: No spool file exists whose name matches the one specified in the ALTER command or NRJEAlter intrinsic.

ACTION: None.



MESSAGE: UNMATCHED INPUT NAME — NO SPOOL FILE HAS BEEN CANCELED. (INT=37)

Level: 37

CAUSE: No spool file exists whose name matches the one specified in the CANCEL command or NRJECancel intrinsic.

ACTION: None.



MESSAGE: UNMATCHED INPUT NAME — NO SPOOL FILE HAS BEEN FOUND. (INT=38)

Level: 38

CAUSE: No spool file exists whose name matches the one specified in the SHOW command or NRJEJobInfo intrinsic.

ACTION: None.



MESSAGE: LU NOT CONFIGURED. (INT=39)

Level: 39

CAUSE: The LU named was not found in the configuration.

ACTION: Check your spelling or the configuration file.



MESSAGE: WSID IS NOT CONFIGURED OR DOES NOT EXIST. (INT=40)

Level: 40

CAUSE: The wsid named was not found in the configuration.

ACTION: Check your spelling or the configuration file.



MESSAGE: UNABLE TO OPEN NRJEWEL.NRJE.SYS FILE. (INT=50)

Level: 50

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO READ NRJEWEL.NRJE.SYS FILE. (INT=51)

Level: 51

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO WRITE NRJEWEL.NRJE.SYS FILE. (INT=52)

Level: 52

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO CLOSE NRJEWEL.NRJE.SYS FILE. (INT=53)

Level: 53

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: WELCOME MSG LENGTH IS NOT BETWEEN 0 AND 1912 CHARACTERS. (INT=54)

Level: 54

CAUSE: The length of the welcome message text is out of range.

ACTION: Enter a welcome message whose length is within range.



MESSAGE: MAXLEN FOR NRJEWELCOME CALL IS NOT GREATER THAN 0. (INT=55)

Level: 55

CAUSE: The MaxLen parameter passed to the NRJEWelcome intrinsic is negative or zero.

ACTION:



MESSAGE: SPOOL FILE NOT READY — NO SPOOL FILE HAS BEEN ALTERED. (INT=56)

Level: 56

CAUSE: Spool file must be in the READY state to be altered.

ACTION: None.



MESSAGE: NUMBER OF INPUT FILES IS NOT BETWEEN 1 AND 100. (SUB=60)

Level: 60

CAUSE: The NumFiles parameter passed to NRJESubmit is out of range.

ACTION: Pass a value in NumFiles to NRJESubmit that is in range.



MESSAGE: LENGTH OF INPUT FILE NAME # ! IS NOT GREATER THAN 0. (SUB=61)

Level: 61

CAUSE: ! is the file number in the order of input to NRJESubmit intrinsic or SUBMIT command.

ACTION: Correct the problem and re-execute.



MESSAGE: UNABLE TO OPEN NRJE READER. (SUB=63)

Level: 63

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO OPEN INPUT FILE #!. (SUB=64)

Level: 64

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO PERFORM TRANSLATION OF INPUT FILE #!. (SUB=65)

Level: 65

CAUSE:

ACTION:



MESSAGE: UNABLE TO WRITE INPUT DATA OF FILE # ! TO READER. (SUB=66)

Level: 66

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO CLOSE INPUT FILE #!. (SUB=67)

Level: 67

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO READ INPUT FILE #!. (SUB=68)

Level: 68

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO COMPRESS DATA FILE # !. (SUB=69)

Level: 69

CAUSE: ! is the file number in the order of input to NRJESubmit intrinsic or SUBMIT command.

ACTION: Correct the problem and re-execute.



MESSAGE: INPUT PRIORITY MUST BE BETWEEN 0 AND 14. (SUB=70)

Level: 70

CAUSE: The input priority value is out of bounds.

ACTION: Resubmit with an input priority within the bounds of 0 and 14.



MESSAGE: UNABLE TO CLOSE READER. (SUB=71)

Level: 71

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: SUBMISSION CODE OF FILE #! IS NOT BETWEEN 0 AND 2. (SUB=72)

Level: 72

CAUSE: ! is the file number in the order of input to NRJESubmit intrinsic or SUBMIT command.

ACTION: Correct the problem and re-execute.



MESSAGE: UNABLE TO OBTAIN SPOOL FILE NUMBER FOR THE JOB. (SEV=73)

Level: 73

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: INVALID DIRECT OPTION FOR FILE #!. (SUB=74)

Level: 74

CAUSE: ! is the file number in the order of input to NRJESubmit intrinsic or SUBMIT command.

ACTION: Correct the problem and re-execute.



MESSAGE: UNABLE TO WRITE CONTROL PARAMETERS TO SPOOL FILE. (SEV=75)

Level: 75

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: INVALID JOB NAME. (SUB=76)

Level: 76

CAUSE: The job naming convention has been violated.

ACTION: Make sure that the job name begins with a letter and is eight or fewer alphanumeric characters long.



MESSAGE: CONFIGURATION ERROR. UNABLE TO OBTAIN RU SIZE. (SUB=77)

Level: 77

CAUSE: Configuration error.

ACTION: Check the configuration file for correctness. If the problem still occurs contact Hewlett-Packard for assistance.



MESSAGE: WORKSTATION READER IS DOWN. (SUB=78)

Level: 78

CAUSE: The workstation reader is not available.

ACTION: Determine whether the workstation is active.



MESSAGE: NM CAPABILITY REQUIRED FOR COMPRESSED FILE. (SUB=79)

Level: 79

CAUSE:

ACTION:



MESSAGE: ATTACHIO FAILURE IN CONSOLE PROCESS. (CI=81)

Level: 81

CAUSE: A call from the console process to the system internal intrinsic ATTACHIO failed to execute properly. Internal error.

ACTION: Contact Hewlett-Packard.



MESSAGE: FAILED TO ARM ABORT TRAP IN CONSOLE PROCESS. (CI=82)

Level: 82

CAUSE: Internal error. A call to the system intrinsic XDSNTRAP failed.

ACTION: Contact Hewlett-Packard.



MESSAGE: FILE SYSTEM ERROR IN CONSOLE PROCESS: ! (CI=83)

Level: 83

CAUSE: Internal error. The console process could not access a needed file.

ACTION: Use the VERSION command to verify the NRJE installation. If versions are correct, contact Hewlett-Packard.



MESSAGE: CANNOT WRITE TO STDLIST FROM THE CONSOLE PROCESS. (CI=84)

Level: 84

CAUSE: Internal error.

ACTION: Contact Hewlett-Packard.



MESSAGE: THE HOST CONSOLE IS OPEN. (CI=85)

Level: 85

CAUSE: The CONSOLE command executed successfully.

ACTION: None.



MESSAGE: THE HOST CONSOLE IS RELEASED. (CI=86)

Level: 86

CAUSE: The RELEASE command executed successfully.

ACTION: None.



MESSAGE: CONSOLE CANNOT BE ACCESSED UNTIL THE WORKSTATION IS ACTIVE. (CI=87)

Level: 87

CAUSE: The CONSOLE command was issued but the workstation is not in session with the host.

ACTION: Use the STATUS command to verify the state of the workstation. If not active, start the workstation.



MESSAGE: THE WORKSTATION HAS TERMINATED. (INT=88)

Level: 88

CAUSE: The workstation has disconnected from the host while the console was open. The console will be automatically released by the NRJE CI process.

ACTION: None required for NRJE CI users. Programmatic users should call the NRJERelease intrinsic to release internal resources pertaining to the console.



MESSAGE: IOWAIT COMPLETION ERROR ON CONSOLE PORT. (IOWAIT ERR=!) (INT=89)

Level: 89

CAUSE: Internal error occurred in the NRJERcvMsg intrinsic.

ACTION: Contact Hewlett-Packard.



MESSAGE: INVALID CONSOLE ID. (INT=90)

Level: 90

CAUSE: An attempt was made to access an NRJE console command intrinsic with a "consoleid" that was not returned by the NRJEConsole intrinsic.

ACTION: Always call NRJEConsole and obtain the consoleid prior to calling any other console intrinsics.



MESSAGE: THE CONSOLE IS NOT AVAILABLE. (INT=91)

Level: 91

CAUSE: All console access ports in the NRJE extra data segment are taken. No additional users may access the console until someone releases a console access port by entering the RELEASE command.

ACTION: Try again later.



MESSAGE: NO COMMANDS ALLOWED TO USERS WITHOUT "NM" CAPABILITY. (INT=92)

Level: 92

CAUSE: A user who does not possess "NM" capability issued the NRJE CONSOLE command and no commands have been allowed to non-NM users in the NRJE configuration (the NRJE Configuration: Workstation Data screen).

ACTION: The user should contact the NRJE manager. Any commands which the NRJE manager would like to allow to users who do not have NM capability should be specified in the NRJE configuration.



MESSAGE: CANNOT CREATE IPC PORT FOR CONSOLE. (PORT STATUS=!) (INT=93)

Level: 93

CAUSE: Internal error. A call to the system internal procedure CREATE'IOWAITPORT failed.

ACTION: Use the NRJE VERSION command to verify that NRJE has been installed correctly. Contact Hewlett-Packard.



MESSAGE: WARNING: COMMAND NOT ALLOWED. (INT=94)

Level: 94

CAUSE: A user who does not have NM capability issued a console command which was not allowed by the NRJE manager in the NRJE configuration (the NRJE Configuration: Workstation Data screen).

ACTION: The user should contact the NRJE manager. Any commands which the NRJE manager would like to allow to users who do not have NM capability should be specified in the NRJE configuration.



MESSAGE: INVALID CONSOLE ID. (INT=95)

Level: 95

CAUSE: An attempt was made to access an NRJE console command intrinsic with a "consoleid" that was not returned by the NRJEConsole intrinsic.

ACTION: Always call NRJEConsole and obtain the consoleid prior to calling any other console intrinsics.



MESSAGE: SEMICOLONS ARE NOT ALLOWED IN CONSOLE COMMANDS. (INT=96)

Level: 96

CAUSE: A user who does not have NM capability issued a console command with a semicolon (;) in it. Multiple commands may not be concatenated by using a semicolon. Each command must be issued separately.

ACTION: Reissue the command without a semicolon.



MESSAGE: NO CONSOLE MESSAGES ARE PENDING. (INT=97)

Level: 97

CAUSE: Returned only by NRJEConsCheck when no messages have been received from the host since the last call to NRJERcvMsg.

ACTION:



MESSAGE: NO LU IS ACTIVE. THE CONSOLE COMMAND CANNOT BE SENT. (INT=98)

Level: 98

CAUSE: A console command was issued and although the workstation was active at the time the command was issued, no LU was found to be active. The command is rejected. The workstation may be in the process of terminating.

ACTION: Use the STATUS command to check the status of each LU. If necessary, use the STARTWS command to restart the workstation.



MESSAGE: RECEIVE MESSAGE BUFFER MUST BE AT LEAST ONE BYTE LONG. (CON=99)

Level: 99

CAUSE: The maximum buffer length parameter specified for the console message in NRJERcvMsg was negative or zero.

ACTION: Revise the maximum buffer length parameter value for the NRJERcvMsg intrinsic to a positive number. Console messages range from 80 to 132 characters long.



MESSAGE: CONSOLE COMMAND LENGTH IS NOT BETWEEN 1 AND 80 CHARS. (CON=100)

Level: 100

CAUSE: The length of the console command indicated in the NRJESendCmd intrinsic call was negative or zero.

ACTION: Revise the length of the console command to a positive number between 1 and 80 characters.



MESSAGE: INPUT CHAIN SIZE = !. IT MUST BE BETWEEN 0 AND !. (INT=121)

Level: 121

CAUSE: First ! is the input chain size. Second ! is the upper limit.

ACTION: Input chain size with the range between 0 and second !.



MESSAGE: NUMBER OF LUS INPUT IS !. IT MUST BE BETWEEN 0 AND !. (INT=122)

Level: 122

CAUSE: First ! is the number of LUs input. Second ! is the upper limit.

ACTION: Input number of LUs with the range between 0 and second !.



MESSAGE: UNABLE TO STREAM MONITOR JOB. (INT=123)

Level: 123

CAUSE: NRJE unable to stream monitor job. The monitor job is a streamable file residing under NRJE.SYS and has the same name as the workstation name.

ACTION: Refer to the manual and create or update the monitor job so that it is streamable.



MESSAGE: UNABLE TO OBTAIN NAMES OF MONITOR MESSAGE FILES. (SEV=124)

Level: 124

CAUSE:

ACTION:



MESSAGE: UNABLE TO OPEN "TO MONITOR" MESSAGE FILE. (SEV=125)

Level: 125

CAUSE:

ACTION:



MESSAGE: UNABLE TO SEND A MESSAGE TO THE MONITOR. (SEV=126)

Level: 126

CAUSE:

ACTION:



MESSAGE: UNABLE TO OPEN "FROM MONITOR" MESSAGE FILE. (SEV=128)

Level: 128

CAUSE:

ACTION:



MESSAGE: LU NAME IS NOT CONFIGURED FOR THE WORKSTATION. (INT=129)

Level: 129

CAUSE: Attempt to activate or deactivate an LU that is not configured.

ACTION:



MESSAGE: LU IS ALREADY ACTIVE. (INT=130)

Level: 130

CAUSE: Attempt to activate an LU that is already active.

ACTION:



MESSAGE: STOP OR HALT IS INVALID IF WORKSTATION IS NOT ACTIVE. (INT=131)

Level: 131

CAUSE: The workstation may not have been started or another NRJE manager may have already stopped or halted the workstation.

ACTION:



MESSAGE: UNABLE TO OBTAIN A LIST OF ACTIVE LUS. (SEV=132)

Level: 132

CAUSE:

ACTION:



MESSAGE: STOP OR HALT CODE IS NOT 0 OR 1. (INT=133)

Level: 133

CAUSE: The StopCode parameter passed to the NRJEStopWS intrinsic is out of range.

ACTION: Correct the StopCode parameter value.



MESSAGE: LU IS NOT ACTIVE. (INT=134)

Level: 134

CAUSE: An attempt was made to deactivate an LU that is not active.

ACTION:



MESSAGE: LU NAME MUST BE SPECIFIED SINCE WORKSTATION IS ACTIVE. (INT=135)

Level: 135

CAUSE: Attempt to start workstation was made but it is already active.

ACTION:



MESSAGE: UNABLE TO OBTAIN A LIST OF CONFIGURED LUS. (INT=136)

Level: 136

CAUSE: Possible configuration error.

ACTION: Check configuration file for correctness and retry.



MESSAGE: NUMBER OF LUS INPUT IS !. IT MUST BE BETWEEN 1 AND !. (INT=137)

Level: 137

CAUSE: The MaxEntries parameter passed to the NRJELUList intrinsic was out of range. The first ! parameter of the message is the MaxEntries value. The second ! parameter of the message is the upper limit.

ACTION:



MESSAGE: INPUT LU NAMES ARE DUPLICATED. (INT=139)

Level: 139

CAUSE: An LU name appears more than once in the list.

ACTION: Delete duplicate LU names from the list.



MESSAGE: NRJE2SUBMIT CONFIGURATION ACCESS ERROR. (INT=140)

Level: 140

CAUSE:

ACTION: Check configuration file — error occurred reading job entry subs.



MESSAGE: INPUT FILE RECORD SIZE EXCEEDS MAXREC PARM (DEFAULT=80). (INT=141)

Level: 141

CAUSE: Input or ##FD file is wider than MAXREC (default MAXREC=80).

ACTION:



MESSAGE: MAXREC 128 SPECIFIED. 128 (POWER MAXIMUM) USED. (INT=142)

Level: 142

CAUSE: MAXREC parm to NRJE3Submit was too big for VSE/POWER.

ACTION:



MESSAGE: MAXREC 252 SPECIFIED. 252 (JES/512 BYTE RU MAX) USED. (INT=143)

Level: 143

CAUSE: MAXREC parm to NRJE3Submit was too big for JES using a 512 byte RU.

ACTION:



MESSAGE: MAXREC 248 SPECIFIED. 248 (JES/256 BYTE RU MAX) USED. (INT=144)

Level: 144

CAUSE: MAXREC parm to NRJE3Submit was too big for JES using a 256 byte RU.

ACTION:



MESSAGE: MAXREC 80 SPECIFIED. 80 USED. (INT=145)

Level: 145

CAUSE: MAXREC parms 80 bytes aren't allowed by NRJE3Submit.

ACTION:



MESSAGE: MAXREC MUST BE GREATER THAN 0. (INT=146)

Level: 146

CAUSE: Negative MAXREC parms to NRJE3Submit aren't allowed.

ACTION:



MESSAGE: ONE OF THE PARAMETERS IS OUT OF BOUNDS: SEG#!, P=!. (INT=150)

Level: 150

CAUSE: At least one of the parameters passed to NRJEHJCancel is not within the user's stack. SEG#! (code segment #) and P=! (program counter) represent the return address right after the intrinsic call.

ACTION: The caller should check all of the parameters passed to the intrinsic, correct the one in error, and redo.



MESSAGE: USERNAME MUST BE BETWEEN 1 AND 17 CHARACTERS. (INT=151)

Level: 151

CAUSE: The username length passed to NRJEHJCancel was not between 1 and 17. No jobs were cancelled.

ACTION: Correct and reissue.



MESSAGE: USERNAME OR JOBLIST MUST BE SPECIFIED. (INT=152)

Level: 152

CAUSE: Neither a username nor a joblist was passed to NRJEHJCancel. No jobs were cancelled.

ACTION: Correct and reissue. Check UserNameLen and JobListLen to make sure that they are not both equal to 0.



MESSAGE: ERROR LOCKING JOBLOG IN NRJEHJCANCEL. (INT=153)

Level: 153

CAUSE: File system related error. A file system error msg will appear after this message. Some jobs may not have been cancelled.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: FFINDBYKEY ERROR IN NRJEHJCANCEL. (INT=154)

Level: 154

CAUSE: File system related error. A file system error msg will appear after this message. Some jobs may not have been cancelled.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: ERROR READING FROM JOBLOG IN NRJEHJCANCEL. (INT=155)

Level: 155

CAUSE: File system related error. A file system error msg will appear after this message. Some jobs may not have been cancelled.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: USERNAME DOESN'T MATCH LOGON — NM CAPABILITY REQUIRED. (INT=156)

Level: 156

CAUSE: NM capability is required to cancel jobs submitted by other users. No jobs were cancelled.

ACTION: Correct the problem and reissue.



MESSAGE: INVALID USERNAME. (INT=157)

Level: 157

CAUSE: Only @ and UserName.AcctName are valid usernames to cancel jobs by. No jobs were cancelled.

ACTION: Correct and reissue.



MESSAGE: CONFIGURATION ACCESS ERROR. (INT=158)

Level: 158

CAUSE: A configuration error may have taken place. No jobs were cancelled.

ACTION: Check NRJE configuration file.



MESSAGE: ERROR OPENING JOBLOG IN NRJEHJCANCEL. (INT=159)

Level: 159

CAUSE: File system related error. A file system error message will appear after this message. No jobs were cancelled.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: ERROR READING JOBLOG FILE LABEL IN NRJEHJCANCEL. (INT=160)

Level: 160

CAUSE: File system related error. A file system error message will appear after this message. No jobs were cancelled.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: JOBLOG BELONGS TO ANOTHER WORKSTATION. (INT=161)

Level: 161

CAUSE: There is a job log/workstation inconsistency. The NRJE configuration file specifies a particular job log for this workstation. That job log names a workstation different from its owner. A configuration error may have taken place. No jobs were cancelled.

ACTION: Check the NRJE configuration.



MESSAGE: ERROR CLOSING JOBLOG IN NRJEHJCANCEL. (INT=162)

Level: 162

CAUSE: File system related error. A file system error message will appear after this message. All specified jobs were probably cancelled successfully despite this error.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: ERROR UPDATING JOBLOG IN NRJEHJCANCEL. (INT=163)

Level: 163

CAUSE: File system related error. A file system error message will appear after this message. Some jobs specified may not have been cancelled.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO UNLOCK JOBLOG FILE IN NRJEHJCANCEL. (INT=164)

Level: 164

CAUSE: File system related error. A file system error message will appear after this message. Some jobs may not have been cancelled.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: TRACE INTRINSIC ON/OFF PARAMETER MUST BE 1 OR 0. (TRC=170)

Level: 170

CAUSE: The TraceOnOff parameter passed to NRJETrace contains an invalid number.

ACTION: Change the value of the TraceOnOff parameter to 1 or 0.



MESSAGE: NRJE ONLY PERFORMS LU (INTERNAL) OR INTRINSIC (USER) TRACING. (TRC=171)

Level: 171

CAUSE: An invalid trace type was indicated.

ACTION: Correct the type of trace desired to LU (internal) or intrinsic (user) tracing. When calling NRJETrace, the Traces parameter must be 1 or 2.



MESSAGE: TRACE FILE NAME MUST BE 0 TO 35 CHARACTERS LONG. (TRC=172)

Level: 172

CAUSE: A zero or negative number was passed in the TraceFileLen parameter to NRJETrace.

ACTION: Pass a positive number in TraceFileLen to indicate the actual length of the trace file name



MESSAGE: TRACE FILE MEDIUM MUST BE DISK (0) OR TAPE (1). (TRC=173)

Level: 173

CAUSE: The TraceMedium parameter passed to NRJETrace was out of range. It must contain a 0 to indicate disk or a 1 to indicate tape.

ACTION: Change the value of the TraceMedium parameter.



MESSAGE: TRACE DEFAULT FILE LENGTH MUST BE GREATER THAN 0. (TRC=174)

Level: 174

CAUSE: The DefaultFileLen parameter passed to the NRJETrace intrinsic contained a zero or negative number. DefaultFileLen is the length of the trace file name.

ACTION: Change the value of DefaultFileLen to a positive number.



MESSAGE: NODE MANAGEMENT COULDN'T START OR STOP NRJE TRACE. (SEV=175)

Level: 175

CAUSE:

ACTION:



MESSAGE: NRJE MANAGEMENT COULDN'T START OR STOP NRJE TRACE. (SEV=176)

Level: 176

CAUSE:

ACTION:



MESSAGE: WORKSTATION IS NOT PERFORMING INTRINSIC (USER) TRACING. (TRC=177)

Level: 177

CAUSE: Attempt to stop intrinsic (user) tracing was made but workstation is not performing it.

ACTION:



MESSAGE: WORKSTATION IS NOT PERFORMING LU (INTERNAL) TRACING. (TRC=178)

Level: 178

CAUSE: Attempt to stop LU (internal) tracing was made but workstation is not performing it.

ACTION:



MESSAGE: LU (INTERNAL) TRACE MUST BEGIN WHEN WORKSTATION IS STARTED. (TRC=179)

Level: 179

CAUSE: Attempt to start LU (internal) trace was made but workstation is not started or active.

ACTION: Indicate internal tracing when starting a workstation.



MESSAGE: WORKSTATION IS ALREADY PERFORMING INTRINSIC (USER) TRACING. (TRC=180)

Level: 180

CAUSE: Attempt to start intrinsic (user) tracing but workstation is performing it.

ACTION:



MESSAGE: WORKSTATION IS ALREADY PERFORMING LU (INTERNAL) TRACING. (TRC=181)

Level: 181

CAUSE: Attempt was made to start LU (internal) tracing, which the workstation is already performing.

ACTION:



MESSAGE: TRACE FILE SIZE MUST BE BETWEEN 0 AND 32767 RECORDS. (TRC=182)

Level: 182

CAUSE: An out-of-bounds trace file size value was in the TraceSize parameter passed to NRJETrace, or its equivalent command.

ACTION: Change the TraceSize parameter to a number between 0 and 32767 records. A zero value indicates that a default is desired.



MESSAGE: ERROR OCCURRED WHILE TRYING TO ACCESS CONFIGURATION. (SEV=183)

Level: 183

CAUSE:

ACTION:



MESSAGE: WORKSTATION CANNOT INITIATE ANY NEW TRACING. (SEV=184)

Level: 184

CAUSE:

ACTION:



MESSAGE: WORKSTATION IS NOT PERFORMING ANY TRACING. (TRC=185)

Level: 185

CAUSE:

ACTION:



MESSAGE: UNABLE TO ISSUE RESET VIA "COMMAND". ERROR #!. PARM #!. (INT=193)

Level: 193

CAUSE: A file system related error has occurred. The error # was issued by the MPE Command intrinsic. The command itself is: RESET N1234567. The parm # if returned refers to the parameter within the command that was in error.

ACTION: Determine the cause (possibly with the help of your HP representative) and correct the problem.



MESSAGE: PR OUTPUT DESTINATION SPECIFICATION EXCEEDS MAX WIDTH. (INT=194)

Level: 194

CAUSE: The job log can only handle a total of 214 characters of output destination information. The PR specification alone is too long. (Note: file names are fully qualified by SUBMIT before they end up in the job log, and backreferences are expanded to the original file equation).

ACTION: Correct the problem.



MESSAGE: PR & PU OUTPUT DESTINATIONS EXCEED MAX WIDTH. (INT=195)

Level: 195

CAUSE: The job log can only handle a total of 214 characters of output destination information. The PR and PU destinations, together, are too long. Note: file names are fully qualified by SUBMIT before they end up in the job log, and backreferences are expanded to the original file equation.

ACTION: Correct the problem.



MESSAGE: PR, PU, & FO OUTPUT DESTINATIONS EXCEED MAX WIDTH. (INT=196)

Level: 196

CAUSE: The job log can only handle a total of 214 characters of output destination information. The PR, PU, and FO destinations, together, are too long. Note: file names are fully qualified by SUBMIT before they end up in the job log, and back references are expanded to the original file equation).

ACTION: Correct the problem.



MESSAGE: DISALLOWED CONSOLE COMMAND STRIPPED FROM JOB STREAM. (INT=197)

Level: 197

CAUSE: Users without NM capability are allowed to insert in a job stream only those host commands specified in the configuration file.

ACTION: No action is required.



MESSAGE: UNABLE TO READ FROM CONSOLE TEMP FILE. INPUT FILE #!. (INT=198)

Level: 198

CAUSE: A file system error has occurred. A file system error message will follow.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.

CAUSE: A severe error has occurred.

ACTION: See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: UNABLE TO WRITE CONSOLE DATA TO SPOOLFILE. INPUT FILE #!. (INT=199)

Level: 199

CAUSE: A file system error has occurred. A file system error message will follow.

ACTION: See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: INCOMPATIBLE TRANS AND/OR COMP SPECIFIED. FILE #!. (INT=200)

Level: 200

CAUSE: The user specified that the indicated file (or one of its ##FD include files) is already translated and/or compressed, but this workstation is configured to send data untranslated and/or uncompressed.

ACTION: Correct the file subcode or ##FD parameter in error.



MESSAGE: INCOMPATIBLE TRANSLATION SPECIFIED. FILE #!. (INT=201)

Level: 201

CAUSE: The user specified that the indicated file (or one of its ##FD include files) is already translated, but this workstation is configured "notranslate".

ACTION: Correct the file subcode or ##FD parameter in error.



MESSAGE: UNABLE TO OPEN INPUT FILE #!. (INT=202)

Level: 202

CAUSE: File system related error. The ! parameter is the file number in the order of input to SUBMIT or NRJE2Submit (The error may refer to an ##FD file specified within this input file.) A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: INVALID CHAR FOLLOWING ##FD FILENAME. IN INPUT FILE #!. (INT=203)

Level: 203

CAUSE: Syntax error on ##FD record. The ! parameter is the file number in the order of input to SUBMIT or NRJE2Submit. An open parenthesis "(" or a carriage return was expected following the file name.

ACTION: Locate the ##FD record in error and correct the problem.



MESSAGE: INVALID ##FD OPTION IN INPUT FILE #!. (INT=204)

Level: 204

CAUSE: Syntax error on ##FD record. The ! parameter is the file number in the order of input to SUBMIT or NRJE2Submit. N[OTRANSLATE] and T[RANSPARENT] are the only valid options.

ACTION: Locate the ##FD record in error and correct the problem.



MESSAGE: UNABLE TO OPEN ##FD FILE REFERENCED THROUGH INPUT FILE #!. (INIT=205)

Level: 205

CAUSE: File system related error. The ! parameter is the file number in order of input to SUBMIT or NRJE2Submit. The error refers to a ##FD file (perhaps multiply nested) within this file. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error.



MESSAGE: UNABLE TO PARSE ##FD RECORD IN INPUT FILE #!. (INT=206)

Level: 206

CAUSE: An irreconcilable parsing error of an ##FD record occurred. The ! parameter is the file number in the order of input to SUBMIT or NRJE2Submit.

ACTION: Locate and inspect the ##FD record for errors, and correct the problem.



MESSAGE: UNABLE TO CLOSE TEMPORARY FILE DURING ERROR PROCESSING. (INT=207)

Level: 207

CAUSE: A SUBMIT or NRJE2Submit error occurred. It was impossible to close the (pre-job console cmd) temporary file in the error cleanup routine. Any file system error message following this message does not refer to this error but to the original error that generated a need for cleanup processing.

ACTION: Report the occurrence to your HP representative.



MESSAGE: UNABLE TO OPEN TEMPORARY FILE. (INT=208)

Level: 208

CAUSE: File system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: MAXIMUM NUMBER OF ##FD LEVELS EXCEEDED. INPUT FILE #!. (INT=209)

Level: 209

CAUSE: ##FD inclusions may be nested to a maximum depth of 20. This maximum was exceeded in SUBMIT or NRJE2Submit. The ! parameter is the file number in the order of input to SUBMIT or NRJE2Submit.

ACTION: Correct the problem.



MESSAGE: UNABLE TO CLOSE FILEQ TEMPORARY FILE. (INT=210)

Level: 210

CAUSE: A SUBMIT or NRJE2Submit error occurred. It was impossible to close the (fileq) temporary file in the error cleanup routine. Any file system error message following this message does not refer to this error but to the original error that generated a need for cleanup processing.

ACTION: Report the occurrence to your HP representative.



MESSAGE: NLINFO ERROR #! WHILE LOADING TO HOST TRANSLATION TABLE. (INT=211)

Level: 211

CAUSE: SUBMIT or NRJE2Submit was unable to load the "to host" translation table because of a "Native Language Support" error. The ! parameter is the Native Language error code.

ACTION: Determine the cause by inspecting the Native Language error code and correct the problem.



MESSAGE: UNABLE TO CLOSE INPUT FILE. (SUB=212)

Level: 212

CAUSE: A file system related error occurred in SUBMIT or NRJE2Submit. While cleaning up in preparation for exiting on account of this error, NRJE was unable to close the currently open input file. Any file system error message following this message does not refer to this error but to the original file system error.

ACTION: Report the occurrence to your HP representative.



MESSAGE: NO FILENAME FOLLOWING ##FD. IN INPUT FILE #!. (INT=213)

Level: 213

CAUSE: An MPE filename must follow when ##FD is found in columns 1-4 of a record. The ! parameter is the file number in the order of input to SUBMIT or NRJE2Submit.

ACTION: Locate the ##FD record in error and correct it.



MESSAGE: UNABLE TO CLOSE INPUT FILE #! OR ONE OF ITS ##FD FILES. (INT=214)

Level: 214

CAUSE: A file system related error has occurred. The ! parameter is the file number in order of input to SUBMIT or NRJE2Submit. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: COMMAND ERROR #!. PARM #! IN ERROR. (INT=215)

Level: 215

CAUSE: A file system related error has occurred. ERROR #! refers to an error returned by the MPE COMMAND intrinsic. The command itself is: BUILD EQUATES;TEMP. PARM #! refers to the parameter within the command which is in error.

ACTION: Determine the cause (possibly with your HP representative's help) by inspecting the error code parameters provided, and correct the problem.



MESSAGE: DISALLOWED CONSOLE COMMAND STRIPPED FROM JOB STREAM. (INT=216)

Level: 216

CAUSE: Users without NM capability are allowed to insert in a job stream only those host commands specified in the configuration file.

ACTION:



MESSAGE: HOST COMMAND AFTER 1ST JOB CARD STRIPPED OUT. (INT=217)

Level: 217

CAUSE: Host console commands must appear in the job stream prior to the first job card.

ACTION: No action is required.



MESSAGE: SIGNOFF CARD STRIPPED FROM JOB STREAM. (INT=218)

Level: 218

CAUSE: Host signoff commands are not allowed in an NRJE job stream.

ACTION: No action is required.



MESSAGE: COMMAND ERROR #!. PARM #! IN ERROR. (INT=219)

Level: 219

CAUSE: An error has occurred in programmatically executing the command: LISTEQ *N1234567. ERROR #! refers to an error returned by the MPE COMMAND intrinsic. PARM #! refers to the parameter within the command which is in error.

ACTION: Determine the cause (possibly with your HP representative's help) by examining the error code parameters, and correct the problem.



MESSAGE: UNABLE TO RESOLVE PR/PU/FO DESTINATION BACKREFERENCE. (INT=220)

Level: 220

CAUSE: User specified a file backreference as a print, punch or forms destination in SUBMIT or NRJE2Submit but has no file equations in which to resolve it.

ACTION: Correct the problem.



MESSAGE: UNABLE TO OPEN FILEQ TEMPORARY FILE. (INT=221)

Level: 221

CAUSE: A file system related error has occurred. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO READ FILEQ TEMPORARY FILE. (INT=222)

Level: 222

CAUSE: A file system related error has occurred. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO CLOSE FILEQ TEMPORARY FILE. (INT=223)

Level: 223

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO RESOLVE PRINT DESTINATION BACKREFERENCE. (INT=224)

Level: 224

CAUSE: Backreferenced print destination for SUBMIT or NRJE2Submit cannot be resolved with the user's file equations.

ACTION: Check your spelling or your file equations.



MESSAGE: UNABLE TO RESOLVE PUNCH DESTINATION BACKREFERENCE. (INT=225)

Level: 225

CAUSE: Backreferenced print destination for SUBMIT or NRJE2Submit cannot be resolved with the user's file equations.

ACTION: Check your spelling or your file equations.



MESSAGE: UNABLE TO RESOLVE FORMS DESTINATION BACKREFERENCE. (INT=226)

Level: 226

CAUSE: Backreferenced print destination for SUBMIT or NRJE2Submit cannot be resolved with the user's file equations.

ACTION: Check your spelling or your file equations.



MESSAGE: ERROR IN ACCESSING CONFIGURATION FILE. (INT=227)

Level: 227

CAUSE: A severe error may have occurred. Another, more specific message should follow this.

ACTION: See the message following this one to determine the error.



MESSAGE: UNABLE TO CLOSE PRINT DESTINATION FILE AFTER TEST-OPENING. (INT

Level: 228

CAUSE: SUBMIT or NRJE2Submit test most output destinations to be sure they're there. NRJE was unable to close the print destination file after test-opening it. A file system related error. A file system error message will follow.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO CLOSE PUNCH DESTINATION FILE AFTER TEST-OPENING. (INT=229)

Level: 229

CAUSE: SUBMIT and NRJE2Submit test most output destinations to be sure they're there. NRJE was unable to close the punch destination file after test-opening it. A file system related error. A file system error message will follow.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO CLOSE FORMS DESTINATION FILE AFTER TEST-OPENING. (INT=230)

Level: 230

CAUSE: SUBMIT and NRJE2Submit test most output destinations to be sure they're there. NRJE was unable to close the forms destination file after test-opening it. A file system related error. A file system error message will follow.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO TEST-OPEN PRINT DESTINATION FILE. (INT=231)

Level: 231

CAUSE: SUBMIT and NRJE2Submit test most output destinations (by opening them) to be sure they're there. A file system related error. A file system error message will follow.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO TEST-OPEN PUNCH DESTINATION FILE. (INT=232)

Level: 232

CAUSE: SUBMIT and NRJE2Submit test most output destinations (by opening them) to be sure they're there. A file system related error. A file system error message will follow.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO TEST-OPEN FORMS DESTINATION FILE. (INT=233)

Level: 233

CAUSE: SUBMIT and NRJE2Submit test most output destinations (by opening them) to be sure they're there. A file system related error. A file system error message will follow.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO CLOSE JOB SPOOL FILE DURING ERROR CLEANUP. (INT=234)

Level: 234

CAUSE: While trying to clean up from a previous file system error in preparation for an error return, SUBMIT or NRJE2Submit was unable to close the currently open output spool file. Any file system error message following this message refers not to this error but to the original file system error.

ACTION: Exit NRJE to close the spool file. Then use SPOOK (or NRJE) to delete it. Report problems of this nature to your HP representative.



MESSAGE: COMPACTION OF INPUT FILES IS NOT SUPPORTED. INPUT FILE #!. (INT=235)

Level: 235

CAUSE: A compaction SCB was found in the input file specified or one of its ##FD include files.

ACTION: See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: UNABLE TO WRITE INPUT DATA OF FILE #! TO SPOOL FILE. (INT=236)

Level: 236

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO WRITE INPUT DATA OF FILE #! TO SPOOL FILE. (INT=237)

Level: 237

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.

CAUSE: One cause of this message is an invalid JOB card. If this message is caused by an invalid JOB card, no file system error message will follow.

ACTION: Check the format of the JOB card for the first input file specified in your SUBMIT command. Make sure it meets the specifications of the host JCL.



MESSAGE: UNABLE TO WRITE INPUT DATA OF FILE #! TO SPOOL FILE. (INT=238)

Level: 238

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO READ FROM TEMPORARY FILE. INPUT FILE #!. (INT=239)

Level: 239

CAUSE: A file system error has occurred. A file system error message will follow.

ACTION: Determine the cause by inspecting the file system error message and correct the problem. See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: READ LENGTH < > WRITE LENGTH. INPUT FILE #!. (INT=240)

Level: 240

CAUSE: A severe error has occurred.

ACTION: See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: NLINFO ERROR #! WHILE LOADING FROM HOST TRANSLATION TABLE. (INT=241)

Level: 241

CAUSE: SUBMIT or NRJE2Submit was unable to load the "from host" translation table because of a "Native Language Support" error. The ! parameter is the Native Language error code.

ACTION: Determine the cause by inspecting the Native Language error code and correct the problem.



MESSAGE: UNABLE TO CLOSE CONSOLE TEMPORARY FILE. (INT=242)

Level: 242

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem. See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: NO FILENAME FOLLOWING ##FD IN INPUT FILE #!. (INT=243)

Level: 243

CAUSE: An MPE filename is expected following ##FD in columns 1-4 of an input record. The ! parameter is the number of the file in order of input to SUBMIT or NRJE2Submit.

ACTION: Locate and correct the ##FD record in error.



MESSAGE: "N" SPECIFIED TWICE IN ##FD OPTIONS — INPUT FILE #!. (INT=244)

Level: 244

CAUSE: An ##FD syntax error. The ! parameter is the number of the file in order of input to SUBMIT or NRJE2Submit.

ACTION: Locate and correct the ##FD record in error.



MESSAGE: "T" SPECIFIED TWICE IN ##FD OPTIONS — INPUT FILE #!. (INT=245)

Level: 245

CAUSE: An ##FD syntax error. The ! parameter is the number of the file in order of input to SUBMIT or NRJE2Submit.

ACTION: Locate and correct the ##FD record in error.



MESSAGE: INVALID TRANSPARENT JOB CARD IN INPUT FILE #!. (INT=247)

Level: 247

CAUSE: Only host console commands and ##FD records that include host console commands are allowed prior to the first nontransparent job card. A transparent job card was encountered before a nontransparent job card. The ! parameter is the number of the file in the order input to SUBMIT or NRJE2Submit.

ACTION: Correct the job stream.



MESSAGE: DATA PRECEDES JOB CARD IN INPUT FILE #!. (INT=248)

Level: 248

CAUSE: Only host console commands and ##FD records that include host console commands are allowed prior to the first nontransparent job card. Something else was encountered. The ! parameter is the number of the file in the order input to SUBMIT or NRJE2Submit.

ACTION: Correct the job stream.



MESSAGE: UNABLE TO OPEN OUTPUT SPOOL FILE. INPUT FILE #!. (INT=249)

Level: 249

CAUSE: A file system related error. A file system error message will appear after this message. The ! parameter is the number of the file being processed in order input to SUBMIT or NRJE2Submit.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO REWIND FILEQ TEMPORARY FILE. (INT=250)

Level: 250

CAUSE: A file system related error. A file system error message follows this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem. Notify Hewlett-Packard if you cannot determine the cause.



MESSAGE: THE NRJE LOGICAL READER IS INCORRECTLY CONFIGURED. (INT=251)

Level: 251

CAUSE: The NRJE logical reader should be configured as a type 2, subtype 22 device.

ACTION: Correct the reader configuration.



MESSAGE: $NULL, $STDLIST, $NEWPASS NOT ALLOWED AS INPUT FILES. (INT=252)

Level: 252

CAUSE: These system files are not allowed as input to SUBMIT or NRJE2Submit.

ACTION: Correct and reissue.



MESSAGE: PRINT DESTINATION MUST BE LESS THAN 86 CHARACTERS. (INT=253)

Level: 253

CAUSE: The print destination for SUBMIT or NRJE2Submit must be between 1 and 86 characters if one is supplied.

ACTION: Correct the print destination.



MESSAGE: PUNCH DESTINATION MUST BE LESS THAN 86 CHARACTERS. (INT=254)

Level: 254

CAUSE: The punch destination for SUBMIT or NRJE2Submit must be between 1 and 86 characters if one is supplied.

ACTION: Correct the punch destination.



MESSAGE: FORMS DESTINATION MUST BE LESS THAN 86 CHARACTERS. (INT=255)

Level: 255

CAUSE: The forms destination for SUBMIT or NRJE2Submit must be between 1 and 86 characters if one is supplied.

ACTION: Correct the forms destination.



MESSAGE: OUTPUT DESTINATIONS MAY NOT RESOLVE TO SYSTEM FILES. (INT=256)

Level: 256

CAUSE: The print, punch, or forms destination resolved to $FileName. This is not supported in NRJE II.

ACTION: Correct the output destination.



MESSAGE: INVALID OUTPUT DESTINATION BACKREFERENCE. (INT=257)

Level: 257

CAUSE: A non-alphanumeric character was found in an output destination backreference.

ACTION: Correct the output destination.



MESSAGE: UNABLE TO WRITE JOBLOG RECORD TO SPOOL FILE. INPUT FILE #!. (INT=258)

Level: 258

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: FILE SUBCODE OUT OF RANGE — INPUT FILE #!. (INT=259)

Level: 259

CAUSE: The subcode of an input file must be between 0 and 2. The ! parameter is the file number in order input to SUBMIT or NRJE2Submit.

ACTION: Correct subcode array element to a value within range.



MESSAGE: RECORD TYPE OUT OF RANGE — INPUT FILE #!. (INT=260)

Level: 260

CAUSE: A severe error has occurred.

ACTION: See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: NRJE2SUBMIT INTERNAL ERROR. (INT=261)

Level: 261

CAUSE: A severe error has occurred.

ACTION: See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: N[OTRANSLATE] ##FD OPTION INCOMPATIBLE WITH SUBMIT DIRECT. (INT=263)

Level: 263

CAUSE: The ##FD option N[OTRANSLATE] cannot be used within a job that is submitted with the ";DIRECT" option, i.e., jobs already translated cannot be submitted ;DIRECT.

ACTION: Correct the problem and resubmit the job.



MESSAGE: MISSING ")" ON ##FD RECORD OPTION LIST IN INPUT FILE #!. (INT=264)

Level: 264

CAUSE: The correct syntax for a ##FD record is: ##FD filename (optionlist). The ! parameter is the file index in order of input to SUBMIT or NRJE2Submit.

ACTION: Correct the ##FD record and resubmit the job.



MESSAGE: FILE ERROR WHILE CHECKING PRINT DESTINATION. (INT=265)

Level: 265

CAUSE: A file system related error. A file system error message follows this message. NRJE, after successfully test-opening the print destination, was unable to obtain information about it.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: FILE ERROR WHILE CHECKING PUNCH DESTINATION. (INT=266)

Level: 266

CAUSE: A file system related error. A file system error message follows this message. NRJE, after successfully test-opening the punch destination, was unable to obtain information about it.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: COMMAND ERROR #!. PARM #! IN ERROR. (INT=269).

Level: 269

CAUSE: An error occurred in programmatically executing the command RESET N1234567.

ACTION: Determine the cause (possibly with your HP representative's help) by examining the error codes and correct the problem.



MESSAGE: COMMAND ERROR #!. PARM #! IN ERROR. (INT=270).

Level: 270

CAUSE: An error occurred in programmatically executing the command FILE N1234567 = EQUATES,OLDTEMP.

ACTION: Determine the cause (possibly with your HP representative's help) by examining the error codes, and then correct the problem. See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: ",NEW" NOT VALID IN PRINT DESTINATION. (INT=271)

Level: 271

CAUSE: Output destination files must have been built before the job is submitted.

ACTION: Build the output destination file and correct the file designator and/or file equations.



MESSAGE: ",NEW" NOT VALID IN PUNCH DESTINATION. (INT=272)

Level: 272

CAUSE: Output destination files must have been built before the job is submitted.

ACTION: Build the output destination file and correct the file designator and/or file equations.



MESSAGE: ",NEW" NOT VALID IN FORMS DESTINATION. (INT=273)

Level: 273

CAUSE: Output destination files must have been built before the job is submitted.

ACTION: Build the output destination file and correct the file designator and/or file equations.



MESSAGE: UNABLE TO REWIND CONSOLE CMD TEMPORARY FILE. INPUT FILE #!. (INT=274)

Level: 274

CAUSE: A file system related error. A file system error message follows this message.

ACTION: Determine the cause by inspecting the file system error message, and then correct the problem.

CAUSE: A severe error has occurred.

ACTION: See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: UNABLE TO FCONTROL CONSOLE CMD TEMPORARY FILE. INPUT FILE #!. (INT=275)

Level: 275

CAUSE: A file system related error. A file system error message follows this message.

ACTION: Determine the cause by inspecting the file system error message, and then correct the problem.

CAUSE: A severe error has occurred.

ACTION: See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: UNABLE TO WRITE "DIRECT" TO SPOOL FILE FROM INPUT FILE #!. (INT=276)

Level: 276

CAUSE: A file system related error. A file system error message follows this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: INVALID PRINT DESTINATION. (INT=277)

Level: 277

CAUSE: Specified print destination does not appear to be an actual file name, a backreferenced file, an ldev, a formid, or a device class.

ACTION: Correct the problem.



MESSAGE: INVALID PUNCH DESTINATION. (INT=278)

Level: 278

CAUSE: Specified punch destination does not appear to be an actual file name, a backreferenced file, an ldev, a formid, or a device class.

ACTION: Correct the problem.



MESSAGE: INVALID FORMS DESTINATION. (INT=279)

Level: 279

CAUSE: Specified forms destination does not appear to be an actual file name, a backreferenced file, an ldev, a formid, or a device class.

ACTION: Correct the problem.



MESSAGE: ONE OF THE PARAMETERS IS OUT OF BOUNDS: SEG# !, P=!. (INT=280)

Level: 280

CAUSE: One or more of the parameters passed to NRJEHJInfo (SHOW;HJ=) is not within the user's stack boundary. SEG# ! (code segment #) and P=! (program counter) are the return address after the intrinsic call. If this error was returned when you typed SHOW;HJ=... from the NRJE command interpreter, then a severe error has occurred.

ACTION: If you are calling NRJEHJInfo directly, check all of the parameters passed to the intrinsic, correct the problem, and call it again. If you typed SHOW;HJ=..., see "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.



MESSAGE: USER.ACCT MUST BE BETWEEN 1 AND 17 CHARACTERS LONG. (INT=281)

Level: 281

CAUSE: The UserName.AcctName length is out of range.

ACTION: Correct the problem and execute again.



MESSAGE: INCOUNT FOR NRJEHJINFO IS < 0. (INT=282)

Level: 282

CAUSE: The InCount parameter for the NRJEHJInfo intrinsic is out of the allowable range.

ACTION: Pass an InCount parameter to NRJEHJInfo that's greater than 0.



MESSAGE: JOBLISTLEN FOR NRJEHJINFO IS < 0. (INT=283)

Level: 283

CAUSE: The JoblistLen parameter for the NRJEHJInfo intrinsic is out of the allowable range. A list of host job names and numbers cannot have a negative number of elements.

ACTION: Pass a JoblistLen parameter to NRJEHJInfo that's greater than 0.



MESSAGE: UNABLE TO OPEN JOBLOG. (INT=284)

Level: 284

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO CLOSE JOBLOG. (INT=285)

Level: 285

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO LOCK JOBLOG. (INT=286)

Level: 286

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: FFINDBYKEY ERROR ON JOBLOG. (INT=287)

Level: 287

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO READ FROM JOBLOG. (INT=288)

Level: 288

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: UNABLE TO UNLOCK JOBLOG. (INT=289)

Level: 289

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: INVALID USERNAME. (INT=290)

Level: 290

CAUSE: The username in the SHOW command or the NRJEHJInfo intrinsic parameter is not in the proper form for a UserName.AcctName or @.

ACTION: Correct the username.



MESSAGE: NM CAPABILITY REQUIRED TO SHOW OTHER'S TRANSMITTED JOBS. (INT=291)

Level: 291

CAUSE: The user's logon account doesn't match the specified in the SHOW command or NRJEHJInfo intrinsic.

ACTION: A user must have NM capability to manipulate jobs submitted outside the logon UserName.AcctName.



MESSAGE: EITHER USERNAME OR JOBLIST MUST BE SUPPLIED. (INT=292)

Level: 292

CAUSE: Neither a UserName nor a list of host job names and numbers was supplied to the SHOW command or NRJEHJInfo intrinsic. One or the other must be supplied.

ACTION: Make sure that either a UserName or JobList is supplied and that UserNameLen or JobListLen is greater than 0 (NRJEHJInfo).



MESSAGE: STARTPOS MUST BE GREATER THAN 0. (INT=293)

Level: 293

CAUSE: The StartPos parameter to NRJEHJInfo must be greater than or equal to 1. StartPos is out of range.

ACTION: Make sure the value is in range.



MESSAGE: DISALLOWED CONSOLE COMMAND STRIPPED FROM JOB STREAM. (INT=294)

Level: 294

CAUSE: Users without NM capability are allowed to insert in a job stream only those host commands specified in the configuration file.

ACTION: No action is required.



MESSAGE: CONFIGURATION FILE ACCESS ERROR. (INT=295)

Level: 295

CAUSE: The SHOW command or NRJEHJInfo intrinsic was unable to access the workstation information. A more specific configuration file error message should follow this one.

ACTION: Determine the cause, if possible, by inspecting the message that follows this, and correct the problem. If the problem still occurs, contact your HP representative for assistance.



MESSAGE: CONFIGURED JOBLOG BELONGS TO ANOTHER WORKSTATION. (INT=296)

Level: 296

CAUSE: A job log file label specifies the workstation that owns the job log. The configuration file specifies the job log file that each workstation owns. The job log file specified for this workstation has a label naming a different workstation as owner. Possible configuration error.

ACTION: Check that the configuration file specifies the appropriate job log for the workstation. If the problem still occurs, contact your HP representative for assistance.



MESSAGE: UNABLE TO READ JOBLOG FILE LABEL. (INT=297)

Level: 297

CAUSE: A file system related error. A file system error message will appear after this message.

ACTION: Determine the cause by inspecting the file system error message and correct the problem.



MESSAGE: FAILED TO OPEN NEW JOBLOG FILE. (INT=300)

Level: 300

CAUSE: Internal software error. Possibly out of disk space on the system.

ACTION: Contact your HP representative.



MESSAGE: FPOINT ERROR ON JOBLOG FILE. (INT=304)

Level: 304

CAUSE:

ACTION:



MESSAGE: ERROR READING FROM JOBLOG FILE. (INT=305)

Level: 305

CAUSE:

ACTION:



MESSAGE: UNABLE TO DELETE A JOBLOG RECORD. (INT=306)

Level: 306

CAUSE:

ACTION:



MESSAGE: ERROR READING FROM JOBLOG FILE. (INT=307)

Level: 307

CAUSE:

ACTION:



MESSAGE: ERROR WRITING TO NEW JOBLOG FILE. (INT=308)

Level: 308

CAUSE:

ACTION:



MESSAGE: ERROR WHILE ATTEMPTING TO LOCK JOBLOG FILE. (INT=309)

Level: 309

CAUSE:

ACTION:



MESSAGE: READ ERROR ON LOOKUP TABLE. (INT=310)

Level: 310

CAUSE:

ACTION:



MESSAGE: LOOKUP TABLE IS EMPTY. (INT=311)

Level: 311

CAUSE: NRJE attempted to load a Lookup Table that has no entries.

ACTION: Rebuild designated Lookup Table and restart workstation.



MESSAGE: READ ERROR ON LOOKUP TABLE. (INT=312)

Level: 312

CAUSE:

ACTION:



MESSAGE: DMOVOUT ERROR WHILE ATTEMPTING TO LOAD LOOKUP TABLE. (INT=313)

Level: 313

CAUSE:

ACTION:



MESSAGE: WRITE ERROR WHILE ATTEMPTING TO LOAD LOOKUP TABLE. (INT=314)

Level: 314

CAUSE:

ACTION:



MESSAGE: READ ERROR ON LOOKUP TABLE. (INT=315)

Level: 315

CAUSE:

ACTION:



MESSAGE: DMOVOUT ERROR WHILE ATTEMPTING TO LOAD LOOKUP TABLE. (INT=316)

Level: 316

CAUSE:

ACTION:



MESSAGE: LOOKUP TABLE MUST BE LESS THAN 260 BYTES IN WIDTH. (INT=317)

Level: 317

CAUSE: Record length out of bounds.

ACTION: Rebuild Lookup Table < 260 bytes.



MESSAGE: FFILEINFO ERROR WHILE ACCESSING LOOKUP TABLE. (INT=318)

Level: 318

CAUSE:

ACTION:



MESSAGE: FAILED TO OPEN LOOKUP TABLE. (INT=320)

Level: 320

CAUSE:

ACTION:



MESSAGE: FFILEINFO ERROR WHILE ACCESSING LOOKUP TABLE. (INT=321)

Level: 321

CAUSE:

ACTION:



MESSAGE: FAILED TO OPEN LOOKUP TABLE. (INT=322)

Level: 322

CAUSE:

ACTION:



MESSAGE: GETDSEG FAILURE CODE = ! WHILE LOADING LOOKUP TABLE. (INT=324)

Level: 324

CAUSE:

ACTION:



MESSAGE: CLOSE FAILURE ON LOOKUP TABLE. (INT=326)

Level: 326

CAUSE:

ACTION:



MESSAGE: ERROR WHILE WRITING LABEL TO JOBLOG FILE. (INT=328)

Level: 328

CAUSE:

ACTION:



MESSAGE: ERROR WHILE WRITING LABEL TO JOBLOG FILE. (INT=329)

Level: 329

CAUSE:

ACTION:



MESSAGE: THE JOBLOG IS EMPTY. (INT=334)

Level: 334

CAUSE:

ACTION:



MESSAGE: ERROR OPENING LOOKUP TABLE. (INT=336)

Level: 336

CAUSE:

ACTION:



MESSAGE: LOOKUP TABLE IS NOT SPECIFIED IN CONFIGURATION FILE. (INT=337)

Level: 337

CAUSE:

ACTION: Make sure the Lookup Table is configured in the configuration file.



MESSAGE: READ ERROR ON LOOKUP TABLE. (INT=339)

Level: 339

CAUSE:

ACTION:



MESSAGE: ERROR OBTAINING WORKSTATION STATUS. (XDS=!) (INT=345)

Level: 345

CAUSE:

ACTION:



MESSAGE: WORKSTATION IS NOT ACTIVE. REQUEST NOT EXECUTED. (INT=346)

Level: 346

CAUSE: The RELOAD command was issued with the workstation inactive.

ACTION: No action is required.



MESSAGE: CONFIGURATION FILE ACCESS ERROR. (CFG=!) (INT=351)

Level: 351

CAUSE:

ACTION:



MESSAGE: FAILED TO OPEN JOBLOG FILE. (INT=352)

Level: 352

CAUSE:

ACTION:



MESSAGE: FAILED TO LOCK JOBLOG FILE. (INT=353)

Level: 353

CAUSE:

ACTION:



MESSAGE: FAILED TO CLOSE JOBLOG FILE. (INT=354)

Level: 354

CAUSE:

ACTION:



MESSAGE: FAILED TO PURGE OLD JOBLOG FILE. (INT=355)

Level: 355

CAUSE:

ACTION:



MESSAGE: NRJE MANAGER COMMANDS MAY NOT EXCEED 120 BYTES. (INT=356)

Level: 356

CAUSE: A command such as STARTWS or STOPWS was entered which exceeded the maximum supported length.

ACTION: Re-enter as separate commands.



MESSAGE: THE WORKSTATION IS NOT ACTIVE. (INT=357)

Level: 357

CAUSE: A control command sent to the NRJE monitor could not be processed because the monitor is not active.

ACTION: Use the STATUS command to verify the state of the workstation.



MESSAGE: THE LU IS NOT ACTIVE. (INT=358)

Level: 358

CAUSE: A control command sent to an LU cannot be processed because the LU is not active.

ACTION: Use the STATUS command to verify the state of the LU.



MESSAGE: SUBMITTED FILE RECORD SIZE EXCEEDS READER RECORD SIZE (INT=390)

Level: 390

CAUSE:

ACTION:



MESSAGE: RECORD SIZE OF 1ST FILE SUBMITTED IS < FOLLOWING FILES (INT=391)

Level: 391

CAUSE:

ACTION:



MESSAGE: UNABLE TO OBTAIN READER RECORD SIZE FROM IO CONFIG (INT=392)

Level: 392

CAUSE:

ACTION:



MESSAGE: UNABLE TO UNLOCK THE NRJE EXTRA DATA SEGMENT. (SEV=401)

Level: 401

CAUSE:

ACTION:



MESSAGE: ATTEMPT TO CREATE AN ACTIVE WORKSTATION ENTRY. (MAN=402)

Level: 402

CAUSE: Attempt to start a workstation that is already active.

ACTION:



MESSAGE: NO AVAILABLE WORKSTATION ENTRY LEFT IN NRJE XDS. (MAN=403)

Level: 403

CAUSE: NRJE allows only eight workstations to be active concurrently.

ACTION: Bring down some active workstations if other workstations need to be started.



MESSAGE: ATTEMPT TO ACCESS A NON EXISTING WORKSTATION ENTRY. (MAN=404)

Level: 404

CAUSE: There should be a message preceding this message.

ACTION: Look at the preceding message and determine the error.



MESSAGE: ATTEMPT TO CREATE AN EXISTING AND ACTIVE LU ENTRY. (MAN=405)

Level: 405

CAUSE: Attempt to create an LU entry that already exists.

ACTION:



MESSAGE: NO AVAILABLE LU ENTRY LEFT FOR THE WORKSTATION. (SEV=406)

Level: 406

CAUSE: User attempted to use more LUs than are available (maximum=16).

ACTION:



MESSAGE: ATTEMPT TO ACCESS A NON EXISTING LU ENTRY. (MAN=407)

Level: 407

CAUSE: Attempt to access an LU entry but it does not exist in the NRJE extra data segment.

ACTION:



MESSAGE: BUFFER COUNT MUST BE GREATER THAN 0. (SEV=409)

Level: 409

CAUSE:

ACTION:



MESSAGE: OFFSET MUST BE 0 OR POSITIVE. (SEV=411)

Level: 411

CAUSE:

ACTION:



MESSAGE: BUFFER SIZE IS TOO SMALL. (SEV=412)

Level: 412

CAUSE:

ACTION:



MESSAGE: AT LEAST ONE OF THE PARAMETERS IS OUT OF BOUNDS. (SEV=413)

Level: 413

CAUSE:

ACTION



MESSAGE: WRONG INPUT IN NXDSREAD OR NXDSWRITE. (SEV=414)

Level: 414

CAUSE:

ACTION:



MESSAGE: NOT ENOUGH STACK SPACE. (MAN=415)

Level: 415

CAUSE: If this message appears when executing the NRJE subsystem, then a severe error has occurred.

ACTION: See "Problem Resolution" in Chapter 5 “SNA NRJE Troubleshooting” of this manual, and contact your HP representative for assistance.

CAUSE: If this problem took place during the execution of a user program, then the NRJE intrinsics did not have sufficient stack space.

ACTION: PREP or RUN the user program with a larger STACK=StackSize parameter.



MESSAGE: SPLIT STACK CALL IS NOT ALLOWED. (SEV=416)

Level: 416

CAUSE:

ACTION:



MESSAGE: THE OUTPUT LIST IS TOO SHORT IN NXDSLULIST. (SEV=418)

Level: 418

CAUSE:

ACTION:



MESSAGE: WORKSTATION ENTRY IS IN PENDING STATE. (MAN=419)

Level: 419

CAUSE: Attempt to start a workstation that is in the pending activation state. Pending state is the state when the workstation is about to be active.

ACTION:



MESSAGE: WORKSTATION ENTRY IS IN MONITOR PENDING STATE. (MAN=420)

Level: 420

CAUSE: Attempt to start or stop a workstation but it is in the monitor pending state. Monitor pending state is the state when workstation monitor is about to be active.

ACTION:



MESSAGE: WORKSTATION ENTRY IS NOT IN ACTIVE OR INITIALIZED STATE. (MAN=421)

Level: 421

CAUSE:

ACTION:



MESSAGE: A SEVERE ERROR OCCURRED IN THE DICTIONARY SUBSYSTEM. (SEV=422)

Level: 422

CAUSE:

ACTION:



MESSAGE: A SEVERE ERROR OCCURRED IN NODE MANAGEMENT. (SEV=423)

Level: 423

CAUSE:

ACTION:



MESSAGE: SEVERE ERROR: WORKSTATION HAS AN UNDEFINED STATE. (SEV=424)

Level: 424

CAUSE:

ACTION:



MESSAGE: XDS ACCESS ERROR: NRJE XDS DOES NOT EXIST. (SEV=425)

Level: 425

CAUSE:

ACTION:



MESSAGE: ATTEMPT TO UNLOCK XDS LOCKED BY ANOTHER PIN. (SEV=426)

Level: 426

CAUSE:

ACTION:



MESSAGE: ATTEMPT TO LOCK XDS WHEN LOCKED BY SAME PIN. (SEV=427)

Level: 427

CAUSE:

ACTION:



MESSAGE: NO ROOM FOR AN NRJE XDS DST ENTRY. (SEV=428)

Level: 428

CAUSE:

ACTION:



MESSAGE: NO SWAP SPACE FOR AN NRJE XDS. (SEV=429)

Level: 429

CAUSE:

ACTION:



MESSAGE: UNABLE TO LOCK THE NRJE XDS. SHUTDOWN PENDING. (MAN=430)

Level: 430

CAUSE: The NRJE extra data segment is being deleted due to a system or NMMON shutdown. NRJE workstations can no longer be activated.

ACTION: Restart the system or NMMON before using NRJE.



MESSAGE: UNABLE TO OBTAIN PORTS FACILITY XDS FOR NRJE IPC. (INT=431)

Level: 431

CAUSE: NRJE was unable to obtain an extra data segment for use in the ports facility to provide interprocess communication between the several NRJE processes.

ACTION: Verify that all versions are correct. Increase the size of the DST table using SYSDUMP (SYSTEM TABLE CHANGES). Refer to the SNA Link Services Reference Manual for system configuration information.



MESSAGE: WORKSTATION ! IS NOT IN THE PENDING STATE. (MON=501)

Level: 501

CAUSE: Attempted to run NRJE monitor (NRJEMON) without calling NRJEStartWS or issuing a STARTWS command.

ACTION: Call NRJEStartWS or issue STARTWS command.



MESSAGE: UNABLE TO SET THE ABORT TRAP. SEVERE ERROR. (SEV=502)

Level: 502

CAUSE:

ACTION:



MESSAGE: WORKSTATION LENGTH IS NOT BETWEEN 1 AND 8 CHARACTERS. (MON=503)

Level: 503

CAUSE: NRJE monitor (NRJEMON) is run with the Info parameter containing an invalid workstation name length.

ACTION: Rerun NRJEMON with a valid and existing workstation name. Note: NRJEStartWS intrinsic must have been previously called or STARTWS command previously issued.



MESSAGE: UNABLE TO READ DATA FROM "TO MONITOR" MESSAGE FILE. (SEV=505)

Level: 505

CAUSE:

ACTION:



MESSAGE: UNABLE TO PURGE "TO HOST" CONSOLE MESSAGE FILE. (SEV=506)

Level: 506

CAUSE: "TO HOST" console message file is being opened by an NRJE operator and NRJE monitor is terminating.

ACTION: Locate the operator and tell it to close the file.



MESSAGE: UNABLE TO PURGE "FROM HOST" CONSOLE MESSAGE FILE. (MON=507)

Level: 507

CAUSE: "FROM HOST" console message file is being opened by an NRJE manager and NRJE monitor is terminating.

ACTION: Locate the manager and have the file closed.



MESSAGE: UNABLE TO PURGE "TO MONITOR" MESSAGE FILE. (SEV=508)

Level: 508

CAUSE:

ACTION:



MESSAGE: UNABLE TO PURGE "FROM MONITOR" MESSAGE FILE. (SEV=509)

Level: 509

CAUSE:

ACTION:



MESSAGE: UNABLE TO BUILD "TO HOST" CONSOLE MESSAGE FILE. (SEV=510)

Level: 510

CAUSE:

ACTION:



MESSAGE: UNABLE TO BUILD "FROM HOST" CONSOLE MESSAGE FILE. (SEV=511)

Level: 511

CAUSE:

ACTION:



MESSAGE: UNABLE TO BUILD "TO MONITOR" MESSAGE FILE. (SEV=512)

Level: 512

CAUSE:

ACTION:



MESSAGE: UNABLE TO BUILD "FROM MONITOR" MESSAGE FILE. (SEV=513)

Level: 513

CAUSE:

ACTION:



MESSAGE: UNABLE TO ABORT THE LU CLASS: !. (MON=515)

Level: 515

CAUSE: NRJE performed a kill on LU class ! but the kill failed.

ACTION: Bring down the workstation job whenever possible. If the problem still occurs, contact HP for assistance.



MESSAGE: UNABLE TO STOP THE LU CLASS: ! SINCE IT IS NOT ACTIVE. (MON=516)

Level: 516

CAUSE:

ACTION:



MESSAGE: UNABLE TO OPEN "TO MONITOR" MESSAGE FILE. (MON=517)

Level: 517

CAUSE: The message file between the command interpreter and the workstation monitor failed to open.

ACTION: Attempt to start the workstation again. If the problem continues, contact your HP representative for assistance.



MESSAGE: UNABLE TO SET TIMED READ ON "TO MONITOR" FILE. (SEV=518)

Level: 518

CAUSE:

ACTION:



MESSAGE: UNABLE TO FIND THE WORKSTATION, !, IN THE NRJE XDS. (MON=519)

Level: 519

CAUSE: The NRJE monitor (NRJEMON) is being run without preparation. ! is the workstation name.

ACTION: Issue a STARTWS command or call NRJESTARTWS intrinsic before running the monitor.



MESSAGE: UNABLE TO START THE LU CLASS: !. (MON=520)

Level: 520

CAUSE: The workstation monitor could not start the LU.

ACTION: See subsequent messages that appear for an explanation.



MESSAGE: FILE SYSTEM ERROR: ! (MON=521)

Level: 521

CAUSE: File system error has occurred.

ACTION: Determine the cause of the file system error.



MESSAGE: UNABLE TO OPEN "FROM MONITOR" MESSAGE FILE. (SEV=522)

Level: 522

CAUSE:

ACTION:



MESSAGE: UNABLE TO CREATE A PROCESS FOR LU: !. (MON=523)

Level: 523

CAUSE:

ACTION: Ensure that the NRJELU program exists under NRJE.SYS.



MESSAGE: NO LU SPECIFIED FOR INITIATION. (MON=524)

Level: 524

CAUSE: Neither the START command nor the NRJE configuration specified any LUs to be initiated.

ACTION: Issue a START command with the LU parameter, and/or revise the NRJE configuration.



MESSAGE: UNABLE TO STOP LU: !; XDS ERROR. (SEV=525)

Level: 525

CAUSE:

ACTION:



MESSAGE: ATTEMPT TO EXTEND WAIT ON "TO MONITOR" FILE FAILED. (SEV=526)

Level: 526

CAUSE:

ACTION:



MESSAGE: UNABLE TO OPEN CONFIGURATION FILE. NM CODE = ! (SEV=527)

Level: 527

CAUSE:

ACTION:



MESSAGE: UNABLE TO LOCK CONFIGURATION FILE. NM CODE = ! (SEV=528)

Level: 528

CAUSE:

ACTION:



MESSAGE: UNABLE TO HALT LU: ! ; XDS ERROR. (SEV=529)

Level: 529

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO BUILD A NEW JOBLOG FILE. (MON=530)

Level: 530

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO OPEN JOBLOG IN SEQUENTIAL ACCESS MODE. (MON=531)

Level: 531

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO BUILD A NEW JOB LOG DUE TO CONFIGURATION FILE ACCESS ERROR. (MON=532)

Level: 532

CAUSE:

ACTION:



MESSAGE: NRJE ENCOUNTERED FWRITE ERROR WHILE ATTEMPTING TO REBUILD THE JOBLOG FILE. (MON=533)

Level: 533

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO DELETE CORRUPTED JOBLOG FILE (MON=534)

Level: 534

CAUSE:

ACTION:



MESSAGE: NRJE 'FPOINT' ERROR ENCOUNTERED ON JOBLOG FILE. (MON=535)

Level: 535

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO OPEN JOBLOG DUE TO FILE SYSTEM ERROR. (MON=536)

Level: 536

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO CLOSE NEW JOBLOG TO PERMANENT DOMAIN (MON=537)

Level: 537

CAUSE:

ACTION:



MESSAGE: NRJE ENCOUNTERED FREAD ERROR WHILE ATTEMPTING TO REBUILD THE JOBLOG FILE. (MON=538)

Level: 538

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO LOCK THE JOBLOG FILE. (MON=539)

Level: 539

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO READ JOBLOG VERSION STAMP LABEL. (MON=540)

Level: 540

CAUSE:

ACTION:



MESSAGE: NRJE CONFIGURATION ERROR. JOBLOG FILE BELONGS TO ANOTHER WORKSTATION. (MON=541)

Level: 541

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO PURGE CORRUPT JOBLOG KEY FILE. (MON=542)

Level: 542

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO READ WORKSTATION ID LABEL ON JOBLOG FILE. (MON=543)

Level: 543

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO OPEN LOOKUP TABLE. (MON=544)

Level: 544

CAUSE: There should be a message preceding this one.

ACTION: Look at the preceding message and determine the error.



MESSAGE: NRJE UNABLE TO LOCK NEW JOB LOG FILE. (MON=545)

Level: 545

CAUSE:

ACTION:



MESSAGE: NRJE UNABLE TO ACQUIRE A LOCAL RIN. (MON=546)

Level: 546

CAUSE:

ACTION:



MESSAGE: NRJEMON TERMINATING — MUST BE RUN FROM NRJE.SYS. (MON=547)

Level: 547

CAUSE:

ACTION:



MESSAGE: WORKSTATION ! ACTIVATED. BEGIN TO DISPATCH ! LUS. (MON=550)

Level: 550

CAUSE:

ACTION:



MESSAGE: COMMAND CODE TO MONITOR = ! (0=STOP, 1=HALT, 2=START). (MON=551)

Level: 551

CAUSE:

ACTION:



MESSAGE: MONITOR INPUT CHAIN SIZE = !. (MON=552)

Level: 552

CAUSE:

ACTION:



MESSAGE: LUS AFFECTED BY THE COMMAND CODE: ! NUMBER OF LUS: !. (MON=553)

Level: 553

CAUSE:

ACTION:



MESSAGE: LU: ! IS DISPATCHED SUCCESSFULLY. (MON=554)

Level: 554

CAUSE:

ACTION:



MESSAGE: LU: ! IS ABORTED SUCCESSFULLY. (MON=555)

Level: 555

CAUSE:

ACTION:



MESSAGE: LU: ! IS SUCCESSFULLY SIGNALED TO STOP. (MON=556)

Level: 556

CAUSE:

ACTION:



MESSAGE: WORKSTATION ! TERMINATED. (MON=557)

Level: 557

CAUSE:

ACTION:



MESSAGE: NO ACTIVE LU. WORKSTATION ! IS TERMINATING . . . (MON=558)

Level: 558

CAUSE:

ACTION:



MESSAGE: LU: ! IS SUCCESSFULLY SIGNALED TO HALT. (MON=559)

Level: 559

CAUSE:

ACTION:



MESSAGE: LENGTH OF DEVICE LIST IS 0. (NRJEOUT=600)

Level: 600

CAUSE: NRJEOUT is run without a device list or the Info parameter.

ACTION: Rerun NRJEOUT with the Info parameter that contains an MPE device list.



MESSAGE: UNABLE TO PARSE THE DEVICE LIST IN INFO PARAMETER. (NRJEOUT=601)

Level: 601

CAUSE: A syntax error occurred in parsing the Info parameter after issuing RUN NRJEOUT.

ACTION: Redo RUN NRJEOUT command.



MESSAGE: UNABLE TO LOCATE CLASS: !. (NRJEOUT=602)

Level: 602

CAUSE: An unidentified device class name was specified in the Info parameter of a RUN NRJEOUT command.

ACTION: Verify that the device class name is in the MPE configuration and has been entered correctly in the RUN NRJEOUT command.



MESSAGE: UNABLE TO LOCATE LDEV: !. (NRJEOUT=603)

Level: 603

CAUSE: An unidentified logical device number was specified in the Info parameter of a RUN NRJEOUT command.

ACTION: Verify that the logical device number is in the MPE configuration and has been entered correctly in the RUN NRJEOUT command.



MESSAGE: INVALID DEVICE ID: !. (NRJEOUT=604)

Level: 604

CAUSE: An incorrect logical device number or device class name was indicated in the Info parameter of a RUN NRJEOUT command.

ACTION: Verify that the logical device number or device class name is configured to be with a logical writer by Network Management Services.



MESSAGE: SPOOL FILE INFORMATION ERROR. DEV=!, SP STATUS=!. (SEV=605)

Level: 605

CAUSE:

ACTION:



MESSAGE: SPOOL FILE ALTERATION ERROR. DEV=!, SP STATUS=!. (SEV=606)

Level: 606

CAUSE:

ACTION:



MESSAGE: SPOOL FILE OPENING ERROR. DEV=!, SP STATUS=!. (SEV=607)

Level: 607

CAUSE:

ACTION:



MESSAGE: CLASS NAME IS TOO LONG: !. (NRJEOUT=608)

Level: 608

CAUSE: There are too many characters in a device class name in the Info parameter of a RUN NRJEOUT command.

ACTION: Correct the device class name so that it begins with a letter and is eight or fewer characters long.



MESSAGE: DEVICE INFORMATION ERROR. DEV=!, SP STATUS=!. (SEV=609)

Level: 609

CAUSE:

ACTION:



MESSAGE: FILE SYSTEM ERROR: !. (NRJEOUT=610)

Level: 610

CAUSE: An access error occurred on a file.

ACTION: See subsequent messages identifying the file.



MESSAGE: UNABLE TO OPEN $STDIN. (SEV=613)

Level: 613

CAUSE:

ACTION:



MESSAGE: UNABLE TO OPEN $STDLIST. (SEV=614)

Level: 614

CAUSE:

ACTION:



MESSAGE: SPOOL FILE CLOSE ERROR. DEV=!, SP STATUS=!. (SEV=615)

Level: 615

CAUSE:

ACTION:



MESSAGE: SPOOL FILE PURGE ERROR. DEV=!, SP STATUS=!. (SEV=616)

Level: 616

CAUSE:

ACTION:



MESSAGE: SPOOL FILE READ ERROR. DEV=!, SP STATUS=!. (SEV=617)

Level: 617

CAUSE:

ACTION:



MESSAGE: MAXIMUM ALLOWABLE CLASSES, 100, EXCEEDED. (NRJEOUT=618)

Level: 618

CAUSE: Too many device classes have been indicated in the Info parameter of a RUN NRJEOUT command.

ACTION: Reduce the number of device classes indicated in the Info parameter of the RUN NRJEOUT command. Separate jobs or sessions may be suitable.



MESSAGE: MAXIMUM ALLOWABLE LDEVS, 100, EXCEEDED. (NRJEOUT=619)

Level: 619

CAUSE: Too many logical device numbers have been indicated in the Info parameter of a RUN NRJEOUT command.

ACTION: Reduce the number of logical device numbers indicated in the Info parameter of the RUN NRJEOUT command. Separate jobs or sessions may be suitable.



MESSAGE: WARNING: MAXIMUM CHAIN, 100, REACHED. (NRJEOUT=620)

Level: 620

CAUSE: There are too many spool files in one chain.

ACTION: Alter the host job so that fewer data sets are generated.



MESSAGE: NRJEOUT STACK DESTROYED BY USER PROCEDURE. (NRJEOUT=622)

Level: 622

CAUSE: NRJEOutData, supplied by a user, destroyed the integrity of data, DB through Q, in the NRJEOUT routine.

ACTION: Check the indexing range of operations that do storage.



MESSAGE: FAILED TO FIND PROGRAM FILE NAME. (NRJEOUT=623)

Level: 623

CAUSE:

ACTION:



MESSAGE: FAILED TO FIND PROGRAM FILE NAME. (NRJEOUT=624)

Level: 624

CAUSE:

ACTION:



MESSAGE: NRJEOUT NOT RUN FROM THE GROUP NRJE.SYS. (NRJEOUT=625)

Level: 625

CAUSE:

ACTION:



MESSAGE: COMMA IS EXPECTED. (CI=701)

Level: 701

CAUSE: Parsing error.

ACTION: Re-enter data.



MESSAGE: COMMA OR CARRIAGE RETURN IS EXPECTED. (CI=702)

Level: 702

CAUSE: Parsing error.

ACTION: Re-enter data.



MESSAGE: KEYWORD CAN BE SPECIFIED ONLY IN THE DISPLAY COMMAND. (CI=703)

Level: 703

CAUSE: A keyword was used out of context.

ACTION: Re-enter data without the keyword.



MESSAGE: DUPLICATE KEYWORDS DETECTED. (CI=704)

Level: 704

CAUSE: A keyword was used more than once where prohibited.

ACTION: Re-enter data and do not repeat the keyword.



MESSAGE: ENTER WELCOME MESSAGE (HIT CARRIAGE RETURN TO TERMINATE). (CI=705)

Level: 705

CAUSE: This is an information message for an NRJE manager entering a welcome message.

ACTION: Enter welcome message data lines followed by a [RETURN]. Enter a [RETURN] immediately after a prompt to terminate the welcome message.



MESSAGE: EQUAL SIGN EXPECTED AFTER A KEYWORD. (CI=706)

Level: 706

CAUSE: A data entry error has occurred. An equal sign following a keyword has been omitted.

ACTION: Scan the data for a keyword that requires an equal sign and a parameter. Re-enter the information.



MESSAGE: INPUT ERROR. (CI=707)

Level: 707

CAUSE: An error has occurred in reading from $STDIN.

ACTION: Re-enter the NRJE subsystem and then re-enter the data. If this occurs again, contact your HP representative for assistance.



MESSAGE: INVALID CHAIN SIZE. (CI=708)

Level: 708

CAUSE: The chain size parameter value is out of range.

ACTION: Correct the chain size parameter value and re-enter data.



MESSAGE: INVALID PRIORITY. (CI=709)

Level: 709

CAUSE: The priority value is out of range.

ACTION: Correct the priority value and re-enter data.



MESSAGE: INVALID JOB NAME, JOB NUMBER OR USER.ACCOUNT. (CI=710)

Level: 710

CAUSE: An incorrect job name, job number or UserName.AcctName was entered.

ACTION: Job names must begin with a letter and be eight or fewer alphanumeric characters long. Job numbers are five digit numeric strings. A UserName and AcctName each must begin with a letter and be eight or fewer alphanumeric characters long; a period must separate the two.



MESSAGE: INVALID JOB NAME. (CI=711)

Level: 711

CAUSE: An incorrect job name was entered.

ACTION: A job name must begin with a letter and be eight or fewer alphanumeric characters long. Correct the information and re-enter the data.



MESSAGE: INVALID JOB NUMBER. (CI=712)

Level: 712

CAUSE: An incorrect job number was entered.

ACTION: A job number is a string of five or fewer numbers. Correct the information and re-enter the data.



MESSAGE: NO SUCH KEYWORD. (CI=713)

Level: 713

CAUSE: An unknown keyword was entered.

ACTION: Correct the information and re-enter the data.



MESSAGE: LENGTH OF THE LU NAME IS OUT OF RANGE. (CI=714)

Level: 714

CAUSE: An invalid LU name was entered.

ACTION: An LU name must begin with a letter and may be eight or fewer alphanumeric characters long. Correct the information and re-enter the data.



MESSAGE: NEW PRIORITY MUST BE BETWEEN 0 AND 14. (CI=715)

Level: 715

CAUSE: An invalid new priority value was entered.

ACTION: A priority must be between 0 and 14. Correct the information and re-enter the data.



MESSAGE: INVALID USER.ACCOUNT. (CI=716)

Level: 716

CAUSE: An incorrect UserName.AcctName was entered.

ACTION: Verify that the UserName and AcctName exist. A UserName and AcctName must each begin with a letter and may be eight or fewer alphanumeric characters long. One must be separated from the other by a period.



MESSAGE: INVALID WORKSTATION ID. (CI=717)

Level: 717

CAUSE: An invalid workstation identification was entered.

ACTION: Verify that the workstation identification exists. A workstation must begin with a letter and may be eight or fewer alphanumeric characters long. Correct the information and re-enter the data.



MESSAGE: LENGTH OF THE WORKSTATION ID IS OUT OF RANGE. (CI=718)

Level: 718

CAUSE: The workstation identification contains too many, or too few characters.

ACTION: A workstation identification must begin with a letter and may be eight or fewer alphanumeric characters long. Correct the information and re-enter the data.



MESSAGE: NEW PRIORITY IS EXPECTED. (CI=719)

Level: 719

CAUSE: The new priority value was omitted.

ACTION: Correct the information and re-enter the data.



MESSAGE: NO PARAMETER IS EXPECTED. (CI=720)

Level: 720

CAUSE: A superfluous parameter was entered.

ACTION: Correct the information and re-enter the data.



MESSAGE: NO SUCH COMMAND. (CI=721

Level: 721

CAUSE: An unknown command was entered.

ACTION: Correct the information and re-enter the data.



MESSAGE: NO SUCH COMMAND OR PARAMETER. (CI=722)

Level: 722

CAUSE: An unknown command or parameter was entered.

ACTION: Correct the command or parameter and re-enter the data.



MESSAGE: KEYWORD VALID ONLY IN SOME OF THE OPERATOR COMMANDS. (CI=723)

Level: 723

CAUSE: A keyword has been entered and is not valid for the current command.

ACTION: Refer to NRJE manual for command syntax and reenter.



MESSAGE: UNABLE TO PARSE THE PARAMETER LIST. (CI=724)

Level: 724

CAUSE: A syntax error has occurred in the parameter list.

ACTION: Correct the information and re-enter the data.



MESSAGE: SEMICOLON IS EXPECTED. (CI=725)

Level: 725

CAUSE: A semicolon was omitted.

ACTION: Correct the information and re-enter.



MESSAGE: KEYWORD CAN BE SPECIFIED ONLY IN THE STARTWS COMMAND. (CI=726)

Level: 726

CAUSE: A keyword was used incorrectly.

ACTION: Omit the keyword from the command and re-enter the data.



MESSAGE: UNABLE TO OPEN $STDINX. (CI=727)

Level: 727

CAUSE: The $STDINX input file could not be opened.

ACTION: Another routine may be using $STDINX. Wait and then try to open again.



MESSAGE: UNABLE TO OPEN $STDLIST. (CI=728)

Level: 728

CAUSE: The $STDLIST output file could not be opened.

ACTION: Another routine may be using $STDLIST. Wait and then try to open again.



MESSAGE: KEYWORD CAN BE SPECIFIED ONLY IN THE SUBMIT COMMAND. (CI=729)

Level: 729

CAUSE: The keyword use is limited to the SUBMIT command.

ACTION: Delete the keyword from this command and re-enter the data.



MESSAGE: WARNING: ATTEMPT TO SWITCH TO THE CURRENT WORKSTATION. (CI=730)

Level: 730

CAUSE: The current workstation and the new workstation are identical.

ACTION: Switching workstation is superfluous.



MESSAGE: MORE PARAMETERS ARE EXPECTED. (CI=731)

Level: 731

CAUSE: There are too few parameters.

ACTION: Check the parameter list, add to it, and re-enter the data.



MESSAGE: WARNING: EXTRA PARAMETERS ARE DETECTED AND IGNORED. (CI=732)

Level: 732

CAUSE: There are too many parameters.

ACTION: No action is required. If this error message was printed because of prestored input, delete the extra parameters to prevent this message from being printed again.



MESSAGE: UNABLE TO PARSE THE COMMAND. (CI=733)

Level: 733

CAUSE:

ACTION:



MESSAGE: THE CONSOLE MUST BE OPENED PRIOR TO USING THIS COMMAND. (CI=734)

Level: 734

CAUSE: An attempt was made to RELEASE the console when it was not open.

ACTION: Issue a CONSOLE command, or call NRJEConsole, then enter a host console command or call NRJESendCmd.



MESSAGE: WORKSTATION ID IS EXPECTED. (CI=735)

Level: 735

CAUSE: A workstation identification was omitted from this command and there is no default workstation. The NRJE subsystem was entered without specifying a workstation identification.

ACTION: Re-enter this command including a workstation identification parameter. Or enter an NRJE command with a workstation identification parameter to establish a default workstation, and then enter this command.



MESSAGE: UNABLE TO READ WELCOME MESSAGE INPUT. (CI=736)

Level: 736

CAUSE: NRJE command interpreter unable to read input welcome messages from the user. A file system error should follow to clarify the situation.

ACTION: Investigate the file system error message and if possible reenter.



MESSAGE: END OF INPUT FILE DETECTED, SUBSYSTEM IS TERMINATING... (CI=737)

Level: 737

CAUSE: NRJE command interpreter received an end of file condition from MPE file system when attempting to read user input.

ACTION:



MESSAGE: UNDEFINED MPE COMMAND. (CI=738)

Level: 738

CAUSE: An undefined MPE command was entered from the NRJE subsystem.

ACTION: Correct the MPE command and re-enter the data.



MESSAGE: UNABLE TO EXECUTE MPE COMMAND. MPE ERROR # !. (CI=739)

Level: 739

CAUSE: An MPE command that was entered from the NRJE subsystem could not be executed. The meaning of MPE error number ! can be found in System Operation and Resource Management Reference Manual. The command to be executed may be limited to non-break mode.

ACTION: In order to execute the MPE command, EXIT from NRJE, execute the MPE command, and then re-enter NRJE.



MESSAGE: MAXIMUM OF 5 LU NAMES CAN BE ENTERED. (CI=740)

Level: 740

CAUSE: There are more than five LU name parameters in the command.

ACTION: Reduce the number of LU names to five, or less, and re-enter the command.



MESSAGE: LENGTH OF THE INFILE NAME IS OUT OF RANGE. (CI=741)

Level: 741

CAUSE: An InFile reference is too long.

ACTION: An InFile reference can be a fully qualified file name, or * followed by a formal designator reference to a FILE command. All parts of a fully qualified file name, and a formal designator, must begin with a letter and are eight or fewer alphanumeric characters long.



MESSAGE: DUPLICATE INFILE OPTION IS DETECTED. (CI=742)

Level: 742

CAUSE: An InFile reference was followed by a (C,C) or (T,T).

ACTION: Correct the command and re-enter it.



MESSAGE: EXPECTED A RIGHT PARENTHESIS AFTER THE INFILE OPTIONS. (CI=743)

Level: 743

CAUSE: A right parenthesis was omitted.

ACTION: Correct the command and re-enter it.



MESSAGE: EXTRANEOUS TOKEN AFTER THE INFILE OPTION IS DETECTED. (CI=744)

Level: 744

CAUSE: A token that is not a comma, semicolon, or carriage return is detected after an infile option.

ACTION: Refer to NRJE manual and re-enter.



MESSAGE: MAXIMUM OF 5 INFILES CAN BE ENTERED. (CI=745)

Level: 745

CAUSE: Too many infiles have been specified.

ACTION: If the SUBMIT command is for more than one job, divide the task into several SUBMIT commands. If the SUBMIT command is for one job, consolidate the files as follows: (1) append several files together and SUBMIT again, and (2) write a routine using the NRJESubmit intrinsic.



MESSAGE: SEMICOLON OR CARRIAGE RETURN IS EXPECTED. (CI=746)

Level: 746

CAUSE: A semicolon or carriage return was omitted.

ACTION: Correct the information and re-enter the data.



MESSAGE: INFILE OPTION IS INVALID. (CI=747)

Level: 747

CAUSE: An invalid infile option was specified.

ACTION: Correct the information and re-enter the data.



MESSAGE: NO WORKSTATION IS SELECTED. (CI=748)

Level: 748

CAUSE: No workstation identification has been specified.

ACTION: Enter an NRJE command with a workstation identification to specify a default workstation, or use a workstation identification with the commands that require it.



MESSAGE: UNABLE TO EXECUTE RUN COMMAND. CREATEPROCESS ERROR # !. (CI=751)

Level: 751

CAUSE: A RUN command has been issued within the CI but failed.

ACTION: Check and make sure the program does exist.



MESSAGE: KEYWORD VALID ONLY IN THE SUBMIT OR DISPLAY COMMAND. (CI=752)

Level: 752

CAUSE: A keyword has been entered out of context.

ACTION: Correct and re-enter the command.



MESSAGE: REDO INPUT EXCEEDS THE MAXIMUM COMMAND LENGTH. (CI=753)

Level: 753

CAUSE: The input to correct a command is too long.

ACTION: Correct the command in stages.



MESSAGE: REDO INPUT CONTAINS GARBAGE DELETION. (CI=754)

Level: 754

CAUSE: Garbage characters detected after delete characters (D).

ACTION: Re-enter.



MESSAGE: UNABLE TO OPEN THE HOST CONSOLE. (CI=755)

Level: 755

CAUSE: The workstation is not active, or the host console is already in use.

ACTION: Use the DISPLAY command, or its intrinsic equivalent, to determine whether the workstation is active, or the host console is already in use. Wait until the workstation is active, or the host console is available, and re-enter the command.



MESSAGE: WORKSTATION ID LENGTH IS NOT BETWEEN 1 AND 8 CHARACTERS. (CI=756)

Level: 756

CAUSE: A workstation identification length is out of range.

ACTION: A workstation identification must begin with a letter and be eight or fewer alphanumeric characters long. Correct the information and re-enter the data.



MESSAGE: WORKSTATION ID DOES NOT EXIST. (CI=757)

Level: 757

CAUSE: The workstation identification specified is in error, or has not been configured.

ACTION: Verify the workstation identification desired. Correct the information and re-enter the data.



MESSAGE: WARNING: NO WORKSTATION ID HAS BEEN SPECIFIED. (CI=758)

Level: 758

CAUSE: There is no default workstation.

ACTION: Enter an NRJE command with a workstation identification, or enter subsequent commands and include the workstation identification.



MESSAGE: NO INPUT FILE SPECIFIED FOR THE SUBMIT COMMAND. (CI=759)

Level: 759

CAUSE: An input file name is required. It may be a fully qualified file name or a file reference.

ACTION: Correct the SUBMIT command to include an input file name, and re-enter it.



MESSAGE: TRANSLATION OR COMPRESSION CANNOT BE SPECIFIED WITH DIRECT. (CI=760)

Level: 760

CAUSE: Translation and compression cannot be combined with the DIRECT option.

ACTION: Revise the command to omit this combination and re-enter it.



MESSAGE: COMPRESSED AND UNTRANSLATED INPUT FILE IS NOT ALLOWED. (CI=761)

Level: 761

CAUSE: An input file submitted with compressed and untranslated options is not allowed. An input file must have been translated before compression on it can be performed.

ACTION: Resubmit and specify compressed and translated for the file.



MESSAGE: NO NULL KEYWORD IS ALLOWED. (CI=762)

Level: 762

CAUSE: Two semicolons without any token between them detected.

ACTION: Re-enter.



MESSAGE: CONSOLE ALREADY OPENED. (CI=767)

Level: 767

CAUSE:

ACTION:



MESSAGE: NULL TRACE TYPE IS NOT ALLOWED. (CI=769)

Level: 769

CAUSE: No trace type has been specified in the TRACEON command while other keywords for the command are specified.

ACTION: Re-enter.



MESSAGE: ILLEGAL TRACE TYPE IS DETECTED. (CI=770)

Level: 770

CAUSE:

ACTION:



MESSAGE: TRACE TYPE IS ALREADY SPECIFIED. (CI=771)

Level: 771

CAUSE:

ACTION:



MESSAGE: ILLEGAL TRACE MEDIUM: MUST BE DISC OR TAPE. (CI=772)

Level: 772

CAUSE:

ACTION:



MESSAGE: ILLEGAL NUMBER OF RECORDS (0-32767). (CI=773)

Level: 773

CAUSE:

ACTION:



MESSAGE: PM CAPABILITY REQUIRED TO EXECUTE THE COMMAND. (CI=777)

Level: 777

CAUSE:

ACTION:



MESSAGE: MISSING FILE NAME. (CI=778)

Level: 778

CAUSE: SUBMIT command detects no input file has been entered.

ACTION: Re-enter SUBMIT command with file name.



MESSAGE: OPENING CONSOLE IN PROGRESS ... (CI=780)

Level: 780

CAUSE:

ACTION:



MESSAGE: JCW TABLE IS FULL. UNABLE TO OBTAIN CONSOLE. (CI=781)

Level: 781

CAUSE:

ACTION:



MESSAGE: UNABLE TO RUN VERSION PROGRAM. MAKE SURE NRJEVERS.NRJE.SYS EXISTS. (CI=783)

Level: 783

CAUSE:

ACTION:



MESSAGE: COMMAND NOT VALID WITH NRJECONTROL. (CI=784)

Level: 784

CAUSE:

ACTION:



MESSAGE: KEYWORDS: SYNTAX, PARMS, OPERATION, ALL

Level: 785

CAUSE:

ACTION:



MESSAGE: ATTEMPTING TO REOPEN CONSOLE. (CI=786)

Level: 786

CAUSE:

ACTION:



MESSAGE: GENERAL INFORMATION

Level: 800

CAUSE:

ACTION:



MESSAGE: READER QUEUE

Level: 801

CAUSE:

ACTION:



MESSAGE: LOGICAL WRITER

Level: 802

CAUSE:

ACTION:



MESSAGE: ACTIVE WORKSTATIONS

Level: 803

CAUSE:

ACTION:



MESSAGE: WORKSTATION LU LIST

Level: 804

CAUSE:

ACTION:



MESSAGE: JOB SUCCESSFULLY SUBMITTED. THE SPOOL FILE IS:

Level: 805

CAUSE:

ACTION:



MESSAGE: NO WORKSTATION IS ACTIVE. (CI=806)

Level: 806

CAUSE:

ACTION:



MESSAGE: WORKSTATION IS NOT ACTIVE. DISPLAY IS USED. (CI=807)

Level: 807

CAUSE:

ACTION:



MESSAGE: WHEN READER FENCE IS 0, MPE SYSTEM OUTFENCE IS USED. (CI=808)

Level: 808

CAUSE:

ACTION:



MESSAGE: NO USER, @, SPOOLFILE, OR HOST JOB SPECIFIED. (CI=818)

Level: 818

CAUSE: Syntax to CANCEL was invalid.

ACTION: Re-enter CANCEL command with the correct parameters.



MESSAGE: NO USER, @, SPOOLFILE, OR HOST JOB SPECIFIED. (CI=819)

Level: 819

CAUSE: Syntax to SHOW was invalid.

ACTION: Re-enter SHOW command with the correct parameters.



MESSAGE: PR SPECIFICATION MUST BE BETWEEN 1 AND 86 CHARACTERS. (CI=820)

Level: 820

CAUSE: An incorrect print destination was entered on a SUBMIT command.

ACTION: A print destination specification must be between 1 and 86 characters. Correct the information and re-enter the data.



MESSAGE: PU SPECIFICATION MUST BE BETWEEN 1 AND 86 CHARACTERS. (CI=821)

Level: 821

CAUSE: An incorrect punch destination was entered on a SUBMIT command.

ACTION: A punch destination specification must be between 1 and 86 characters. Correct the information and re-enter the data.



MESSAGE: FO SPECIFICATION MUST BE BETWEEN 1 AND 86 CHARACTERS. (CI=822)

Level: 822

CAUSE: An incorrect forms destination was entered on a SUBMIT command.

ACTION: A forms destination specification must be between 1 and 86 characters. Correct the information and re-enter the data.



MESSAGE: KEYWORD HJ= VALID ONLY IN SHOW AND CANCEL COMMANDS. (CI=823)

Level: 823

CAUSE: A keyword was used incorrectly.

ACTION: Omit the keyword from the command and re-enter the data.



MESSAGE: HOST JOB NAME MUST BE BETWEEN 1 AND 8 CHARACTERS. (CI=824)

Level: 824

CAUSE: An incorrect host job name or number was entered in a SHOW or CANCEL command.

ACTION: A host job name or number is 1 to 8 characters. Correct the information and re-enter.



MESSAGE: ERROR IN CONFIGURATION FILE ACCESS. (CI=825)

Level: 825

CAUSE: The NRJE command interpreter received an error when trying to access workstation information from the configuration file. Another, more specific message will appear after this message.

ACTION: Determine the cause by inspecting the second error message and correct the problem.



MESSAGE: ERROR IN CONFIGURATION FILE ACCESS. (CI=826)

Level: 826

CAUSE: The NRJE command interpreter received an error when trying to access workstation information from the configuration file. Another more specific message will appear from this message.

ACTION: Determine the cause by inspecting the second error message and correct the problem. A severe error has occurred.



MESSAGE: HOST JOB NAME MUST BE BETWEEN 1 AND 8 CHARACTERS. (CI=827)

Level: 827

CAUSE: An incorrect host job name or number was entered in a SHOW or CANCEL command.

ACTION: A host job name or number is 1 to 8 characters. Correct the information and re-enter.



MESSAGE: 'ALL' OR 'OLD' EXPECTED. (CI=830)

Level: 830

CAUSE:

ACTION:



MESSAGE: INVALID KEYWORD LENGTH. 'ALL' OR 'OLD' EXPECTED. (CI=831)

Level: 831

CAUSE:

ACTION:



MESSAGE: DATE KEYWORD IS NOT VALID WITH THIS COMMAND. (CI=832)

Level: 832

CAUSE:

ACTION:



MESSAGE: TIME KEYWORD IS NOT VALID WITH THIS COMMAND. (CI=833)

Level: 833

CAUSE:

ACTION:



MESSAGE: TIME PARAMETER LENGTH IS INVALID. (CI=834)

Level: 834

CAUSE:

ACTION:



MESSAGE: DATE PARAMETER LENGTH IS INVALID. (CI=835)

Level: 835

CAUSE:

ACTION:



MESSAGE: INVALID DATE FORMAT. (NLERR=!). (CI=836)

Level: 836

CAUSE:

ACTION:



MESSAGE: INVALID KEYWORD. 'ALL' OR 'OLD' EXPECTED. (CI=837)

Level: 837

CAUSE:

ACTION:



MESSAGE: INVALID DATE AND TIME FORMAT. (NLERR=!). (CI=838)

Level: 838

CAUSE:

ACTION:



MESSAGE: INVALID TIME FORMAT. (NLERR=!). (CI=839)

Level: 839

CAUSE:

ACTION:



MESSAGE: WARNING: FUTURE DATE AND TIME SPECIFIED. ENTIRE JOBLOG WILL BE PURGED. (CI=840)

Level: 840

CAUSE:

ACTION:



MESSAGE: INVALID MAXREC VALUE SPECIFIED. (CI=841)

Level: 841

CAUSE:

ACTION:



MESSAGE: WARNING: 'TRANSLATED' KEYWORD USED. 'NOTRANSLATE' WILL BE ASSUMED. (CI=842)

Level: 842

CAUSE:

ACTION:



MESSAGE: ENTIRE JOBLOG PURGED. DISC SPACE RECOVERED. (CI=850)

Level: 850

CAUSE:

ACTION:



MESSAGE: JOBLOG PURGED OF ! ENTRIES. DISC SPACE WAS NOT RECOVERED. (CI=851)

Level: 851

CAUSE:

ACTION:



MESSAGE: JOBLOG PURGED OF ! ENTIRES. DISC SPACE RECOVERED. (CI=852)

Level: 852

CAUSE:

ACTION:



MESSAGE: JOBLOG PURGED OF ! ENTRIES. DISC SPACE WAS NOT RECOVERED. (CI=853)

Level: 853

CAUSE:

ACTION:



MESSAGE: INVALID TIME FORMAT. FOR NATIVE-3000, "AM" OR "PM" MUST BE INDICATED. (EX: 10:42 AM). (NLERR=!). (CI=854)

Level: 854

CAUSE:

ACTION:



MESSAGE: YOU MUST LOG ON TO THE SYS ACCOUNT TO PURGE THE JOBLOG. (CI=855)

Level: 855

CAUSE:

ACTION:



MESSAGE: ENVID length is not between 1 and 50 characters. (CI=856)

Level: 856

CAUSE:

ACTION:



MESSAGE: Info string length is not between 1 and 65 characters. (CI=857)

Level: 857

CAUSE:

ACTION:



MESSAGE: Unauthorized SNA Server user. (CI=858)

Level: 858

CAUSE:

ACTION:



MESSAGE: WORKSTATION ID NOT FOUND IN CONFIGURATION FILE. (CFG=1010)

Level: 1010

CAUSE:

ACTION:



MESSAGE: ARRAYS TOO SMALL TO RETURN LU CONFIGURATION. (CFG=1020)

Level: 1020

CAUSE:

ACTION:



MESSAGE: ARRAYS TOO SMALL TO RETURN WRITER CONFIGURATION. (CFG=1030)

Level: 1030

CAUSE:

ACTION:

Feedback to webmaster