MPE/iX Error Messages Manual Volume I HP 3000 MPE/iX Computer Systems Edition 4 Manufacturing Part Number: 32650-90878 E0300 U.S.A.
Notice The information contained in this document is subject to change without notice. Hewlett-Packard makes no warranty of any kind with regard to this material, including, but not limited to, the implied warranties of merchantability or fitness for a particular purpose. Hewlett-Packard shall not be liable for errors contained herein or for direct, indirect, special, incidental or consequential damages in connection with the furnishing or use of this material.
Contents 1. Introduction Intrinsic Status Parameter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2. Command Interpreter (CIERR). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 3. Command Interpreter (CIERR) 1901-12256 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154 4.
Contents (Subsystem 195). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .392 6. File System (Native Mode) (Subsystem 143). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Tables Table 1-1.. Status.subsys Parameter Identifiers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Tables 6
Preface MPE/iX, Multiprogramming Executive with Integrated POSIX, is the latest in a series of forward-compatible operating systems for the HP 3000 line of computers. In HP documentation and in talking with HP 3000 users, you will encounter references to MPE XL, the direct predecessor of MPE/iX. MPE/iX is a superset of MPE XL. All programs written for MPE XL will run without change under MPE/iX.
1 Introduction This manual, which consists of three volumes, contains MPE/iX error messages. Each volume is divided into sections that address individual subsystems or categories of error messages. Volumes I and II cover error messages frequently encountered in general usage and programmatic calls to MPE/iX intrinsics. The third volume covers error messages more likely to be encountered by systems programmers or error message sets too large to be included in either of the first two volumes.
Introduction Intrinsic Status Parameter Intrinsic Status Parameter Some intrinsics use the status parameter to return information on the status of the intrinsic call (refer to the MPE/iX Intrinsics Reference Manual, for further information on this feature). The status parameter contains a number representing the subsystem that initiated the error or warning. Table 1-1. on page 10 represents the possible values returned by the status parameter. Table 1-1. Status.
Introduction Intrinsic Status Parameter Table 1-1. Status.
Introduction Intrinsic Status Parameter 12 Chapter 1
2 Command Interpreter 13
Command Interpreter (CIERR) (CIERR) 11 MESSAGE PROGRAMMATIC EXECUTION OF THIS COMMAND HAS BEEN DISABLED. (CIERR 11) CAUSE The command in question may not be executed programatically. ACTION See your system manager. MESSAGE COMMAND NOT PROGRAMMATICALLY EXECUTABLE. (CIERR 12) CAUSE The command in question may not be executed programatically. ACTION There is no way at present to change this characteristic.
Command Interpreter (CIERR) use of the STREAM command. ACTION See your system operator or system manager. MESSAGE STREAM FILE MUST BE OF TYPE ASCII. (CIERR 83) CAUSE You have attempted to stream a job file that is not written in ASCII code. ACTION The only way you can stream your job is to be sure it is written in ASCII code. MESSAGE RECORD LENGTH OF STREAM FILE MUST BE LESS THAN 256 BYTES.
Command Interpreter (CIERR) 131 MESSAGE CHARACTER CLASS RANGE "(ALPHABETIC-NUMERIC)" IN FILE NAME. (CIERR 131) 132 MESSAGE CHARACTER CLASS RANGE "(NUMERIC-ALPHABETIC)" IN FILE NAME. (CIERR 132) 133 MESSAGE CHARACTER CLASS RANGE WITHOUT STARTING CHARACTER IN FILE NAME. (CIERR 133) 134 MESSAGE CHARACTER CLASS RANGE WITHOUT CLOSING CHARACTER IN FILE NAME. (CIERR 134) 135 MESSAGE NON-ALPHANUMERIC CHARACTER CLASS FOUND IN FILE NAME.
Command Interpreter (CIERR) 155 MESSAGE NON-ALPHANUMERIC CHARACTER CLASS FOUND IN ACCOUNT NAME. (CIERR 155) 156 MESSAGE CHARACTER CLASS MISSING CLOSING ')' FOUND IN ACCOUNT NAME. (CIERR 156) 157 MESSAGE CHARACTER CLASS NOT ALLOWED IN ACCOUNT NAME. (CIERR 157) 160 MESSAGE EMPTY CHARACTER CLASS IN LOCK WORD. (CIERR 160) 161 MESSAGE CHARACTER CLASS RANGE "(ALPHABETIC-NUMERIC)" IN LOCK WORD. (CIERR 161) 162 MESSAGE CHARACTER CLASS RANGE "(NUMERIC-ALPHABETIC)" IN LOCK WORD.
Command Interpreter (CIERR) 199 200 201 202 203 204 18 MESSAGE NO LOCKWORDS ALLOWED IN :FILE FORMAL DESIGNATORS. (CIERR 199) CAUSE You have included a lockword in your FILE statement; this is not allowed. ACTION Reenter the file equation, leaving out the lockword. To review the syntax of the FILE command, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. MESSAGE MORE THAN 200 PARAMETERS TO BUILD COMMAND.
Command Interpreter (CIERR) statement; a minimum of two is required. 205 206 207 208 209 Chapter 2 ACTION Reenter the FILE command; specify at least one parameter in addition to the formal filename. To review the syntax of this command, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. MESSAGE A FORMAL FILE DESIGNATOR MAY NOT BE A BACK REFERENCED FILE NAME.
Command Interpreter (CIERR) backreferenced filename is spelled correctly. To check the FILE statements for your session, use the LISTEQ command. 210 211 212 213 214 20 MESSAGE NO PARAMETERS MAY BE SUPPLIED WHEN EQUATING TO $NULL. (CIERR 210) CAUSE FILE command does not allow any other parameters when the formal file designator is equated to $NULL file. ACTION Reenter the command and do not supply any other parameters. MESSAGE THE DOMAIN OF A SYSTEM DEFINED FILE IS FIXED BY THE SYSTEM.
Command Interpreter (CIERR) refer to the MPE/iX Commands Reference Manual. 215 216 217 218 219 220 Chapter 2 MESSAGE EXTRANEOUS DELIMITER IGNORED. (CIWARN 215) CAUSE You included an extra delimiter (such as a comma or semicolon) where none was called for. ACTION No action is required; the system merely ignored the extra delimiter. You may wish to note the error for future reference. MESSAGE THE ! KEYWORD IS NOT APPROPRIATE IN THE CONTEXT OF A BUILD COMMAND.
Command Interpreter (CIERR) Facility or refer to the MPE/iX Commands Reference Manual. 221 222 223 224 225 22 MESSAGE SPECIFICATION OF CCTL OVERRIDES PREVIOUS NOCCTL. (CIWARN 221) CAUSE You have specified CCTL and the system is warning you that a previous specification of NOCCTL is being overridden. ACTION No action is required, unless you change your mind and wish to respecify NOCCTL. The system is merely bringing this issue to your attention.
Command Interpreter (CIERR) 226 227 228 229 230 231 Chapter 2 MESSAGE SPECIFICATION OF SAVE OVERRIDES PREVIOUS TEMP. (CIWARN 226) CAUSE You have specified SAVE and the system is warning you that your specification of TEMP earlier in the command line is being overridden. ACTION No action is required, unless you actually want to specify TEMP rather than SAVE, in which case you must reenter the command, omitting the SAVE specification. MESSAGE SPECIFICATION OF DEL OVERRIDES PREVIOUS TEMP.
Command Interpreter (CIERR) 232 233 234 235 236 24 CAUSE You have specified EAR and the system is warning you that your specification of EXC earlier in the command line is being overridden. ACTION No action is required, unless you actually want to specify EXC rather than EAR, in which case you must reenter the command, omitting the EAR specification. MESSAGE SPECIFICATION OF EAR ACCESS OVERRIDES PREVIOUS SHR.
Command Interpreter (CIERR) being overridden. 237 238 239 240 241 Chapter 2 ACTION No action is required, unless you actually want to specify NOMR rather than MR, in which case you must reenter the command, omitting the MR specification. MESSAGE SPECIFICATION OF NOMR ACCESS OVERRIDES PREVIOUS MR. (CIWARN 237) CAUSE You have specified NOMR and the system is warning you that your specification of MR earlier in the command line is being overridden.
Command Interpreter (CIERR) 242 243 244 245 246 26 ACTION No action is required, unless you actually want to specify WAIT rather than NOWAIT, in which case you must reenter the command, omitting the NOWAIT specification. MESSAGE THE KEYWORD ! HAS NO SUBPARAMETERS. (CIERR 242) CAUSE You have entered what the system interprets to be subparameters after a keyword; that keyword has no subparameters.
Command Interpreter (CIERR) 247 248 249 250 251 252 Chapter 2 MESSAGE ACCESS SYNTAX IS ACCESS = access type. NO OTHER PARAMETERS ALLOWED. (CIERR 247) CAUSE You have entered something that the system does not recognize. ACTION To review the command syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual; then reenter the command, specifying the appropriate access type. MESSAGE BUF PARAMETER OVERRIDES PREVIOUS NOBUF.
Command Interpreter (CIERR) the last one named. 253 254 255 256 257 258 28 ACTION If you do not wish the system to use the last one named in your command line, reenter the command, omitting the redundancy. MESSAGE UNKNOWN FILE CODE TYPE. (CIERR 253) CAUSE You have entered a file code type that the system does not recognize. ACTION To review the command syntax, including what file code types are acceptable, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual.
Command Interpreter (CIERR) 259 260 261 262 263 Chapter 2 CAUSE You have entered something in the device name that the system does not recognize. ACTION Check your command line for spelling errors. Review the command syntax, including what device names are allowed, by invoking the online Help Facility or referring to the MPE/iX Commands Reference Manual; then reenter the command, specifying an appropriate device name. MESSAGE DS CLASS NAME > 8 CHARACTERS LONG.
Command Interpreter (CIERR) as a specification of the number of copies. ACTION You must specify a positive number between 1 and 127 to indicate the number of copies. To review the command syntax, invoke the online Help facility or refer to the MPE/iX Commands Reference Manual; then reenter the command with the appropriate number of copies specified. MESSAGE UNEXPECTED DELIMITER FOUND.
Command Interpreter (CIERR) of extents][,[# extents allocated]]] (CIERR 269) 270 271 272 273 274 Chapter 2 CAUSE You have entered something that the system does not recognize. ACTION Check for syntax or spelling errors and reenter the command. For more information about the command syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. MESSAGE REC PARAMETER OVERRIDES PREVIOUS REC PARAMETER.
Command Interpreter (CIERR) 275 ACTION Review the command syntax by invoking the online Help Facility or referring to the MPE/iX Commands Reference Manual; then reenter the command with the correct specifications. MESSAGE UNEXPECTED DELIMITER. SYNTAX OF REC= PARAMETER IS REC=[record size][,[blocking factor][,[F/V/U] [,[ASCII/BINARY]]]] (CIERR 275) CAUSE You have entered something that the system does not recognize as a value for the REC parameter.
Command Interpreter (CIERR) more information about the command syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. 280 281 282 283 284 Chapter 2 MESSAGE EXPECTED AN INTEGER BETWEEN 0 AND 12 AS THE MONTH. (CIERR 280) CAUSE You have entered something that the system does not recognize as a specification of the month. You must enter an integer from 0 to 12.
Command Interpreter (CIERR) MPE/iX Commands Reference Manual. 285 286 287 288 289 290 34 MESSAGE IF MONTH AND DAY ARE 0, YEAR MUST BE 0. (CIERR 285) CAUSE You have specified the month and day as zero; therefore, the system expects the year to be zero as well. ACTION To review the command syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual; then reenter the command with the year specified correctly. MESSAGE EXTRANEOUS PARAMETER TO EXPIRATION DATE.
Command Interpreter (CIERR) 291 292 293 294 295 Chapter 2 CAUSE You have specified an unacceptable volume type; the type must be either ANS or IBM. ACTION Reenter the command, specifying an appropriate volume type. To review the command syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. MESSAGE EXPECTED "NEXT", "ADDF" OR A FOUR DIGIT NUMBER AS THE SEQUENCE FIELD.
Command Interpreter (CIERR) command with a shorter message specified. To review the command syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. 296 297 298 299 300 36 MESSAGE NOLABEL OVERRIDES PREVIOUS LABEL. (CIWARN 296) CAUSE You have specified NOLABEL and the system is warning you that your specification of LABEL earlier in the command line is being overridden.
Command Interpreter (CIERR) Manual. 301 302 303 304 305 306 Chapter 2 MESSAGE INVALID DEVICE CLASS OR NUMBER. (CIERR 301) CAUSE You have entered something that the system does not recognize as a device class/number. ACTION Check for syntax or spelling errors and reenter the command. For more information about the command syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. MESSAGE SPECIFICATION OF "RIO" OVERRIDES PREVIOUS "NORIO".
Command Interpreter (CIERR) 307 308 309 310 311 38 CAUSE You have included more than one ENV parameter in your command line; the system is warning you that it is using the last one named. ACTION If you do not wish the system to use the last one named in your command line, reenter the command, omitting the redundancy. MESSAGE "ENV" HAS NO SUBPARAMETERS, EXPECTED FILENAME. (CIERR 307) CAUSE You have entered something that is not an acceptable subparameter to the ENV parameter.
Command Interpreter (CIERR) syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. 312 MESSAGE "OUTQ" HAS NO SUBPARAMETERS, EXPECTED ONE OF OUTQNAME (CIERR 312) 313 MESSAGE SPECIFICATION OF SEMI OVERRIDES PREVIOUS SHR. (CIWARN 313) CAUSE You have specified SEMI and the system is warning you that your specification of SHR earlier in the command line is being overridden.
Command Interpreter (CIERR) 318 319 320 321 322 40 ACTION No action is required, unless you actually want to specify NOMULTI rather than GMULTI, in which case you must reenter the command, omitting the GMULTI specification. MESSAGE SPECIFICATION OF GMULTI OVERRIDES PREVIOUS MULTI. (CIWARN 318) CAUSE You have specified GMULTI and the system is warning you that your specification of MULTI earlier in the command line is being overridden.
Command Interpreter (CIERR) command, omitting the STD specification. 323 324 325 326 327 328 Chapter 2 MESSAGE SPECIFICATION OF STD OVERRIDES PREVIOUS CIR. (CIWARN 323) CAUSE You have specified STD and the system is warning you that your specification of CIR earlier in the command line is being overridden. ACTION No action is required, unless you actually want to specify CIR rather than STD, in which case you must reenter the command, omitting the STD specification.
Command Interpreter (CIERR) (CIWARN 328) 329 330 331 332 333 42 CAUSE You have specified MSG and the system is warning you that your specification of RIO earlier in the command line is being overridden. ACTION No action is required, unless you actually want to specify RIO rather than MSG, in which case you must reenter the command, omitting the MSG specification. MESSAGE SPECIFICATION OF MSG OVERRIDES PREVIOUS CIR.
Command Interpreter (CIERR) ENV parameter in your file equation. 334 335 336 337 338 Chapter 2 ACTION Check for syntax or spelling errors and reenter the command. To review the command syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. MESSAGE "DEN" PARAMETER OVERRIDES PREVIOUS "DEN" PARAMETER. (CIWARN 334) CAUSE You have included more than one DEN parameter in your command line; the system is warning you that it is using the last one named.
Command Interpreter (CIERR) keys. 339 340 342 343 344 345 44 MESSAGE COMMA OR SEMICOLON NOT ALLOWED IN VOLID. (CIERR 339) CAUSE You have put a comma or semicolon in the VOLID parameter; this is not allowed. ACTION Check for syntax or spelling errors and reenter the command. For more information about the command syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. MESSAGE VOLID CONTAINS EXTRANEOUS INFORMATION.
Command Interpreter (CIERR) recognize as a logical device. 350 351 353 354 355 356 Chapter 2 ACTION Check for syntax or spelling errors and reenter the command. For more information about the command syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. MESSAGE LOCKWORD SUPPLIED BY USER DIFFERENT FROM FILE. (CIERR 350) CAUSE You have specified an incorrect lockword. ACTION Check for syntax or spelling errors and reenter the command.
Command Interpreter (CIERR) restrictions on files; to review the LISTF command syntax, invoke the online Help Facility or refer to the MPE/iX Commands Reference Manual. If you are denied access information about that file, contact the "owner" of the file to arrange for access, or discuss the situation with your system manager. 360 MESSAGE EXPECTED EITHER FILE DESIGNATOR OR "@". (CIERR 360) 361 MESSAGE EXPECTED EITHER LINE DESIGNATOR OR "@". (CIERR 361) 362 MESSAGE FILE COMMAND NOT FOUND.
Command Interpreter (CIERR) command. ACTION Check for extraneous delimiters that you may have typed and reenter the command. Consult with online Help Facility and the MPE/iX Commands Reference Manual for more information. MESSAGE REQUIRES FILE NAME TO BE PURGED. (CIERR 381) CAUSE You did not supply a file name to the PURGE command. ACTION Reenter the command and supply a file name. Consult with online Help Facility and the MPE/iX Commands Reference Manual for more information.
Command Interpreter (CIERR) and reenter the command. Consult with online Help Facility and the MPE/iX Commands Reference Manual for more information. 391 MESSAGE REQUIRES NAME OF FILE TO BE SAVED. (CIERR 391) CAUSE You did not supply a file name to the SAVE command to which the temporary file should be saved. ACTION Reenter the command and supply a file name. Consult with online Help Facility and the MPE/iX Commands Reference Manual for more information. 392 MESSAGE EXPECTED "$OLDPASS".
Command Interpreter (CIERR) 397 398 400 401 410 411 420 Chapter 2 MESSAGE WARNING: SAVE EXPECTED COMMA, FOUND SEMICOLON. (CIWARN 397) CAUSE You specified a semicolon ";" in place of a comma ",." Your request was not granted and the temporary file was not saved. ACTION Reenter the command and supply a comma instead of a semicolon.
Command Interpreter (CIERR) 422 MESSAGE LISTF ,-1 OR -3 REQUIRES SM CAPABILITY. (CIERR 422) CAUSE Evidently, you do not have system manager (SM) capability which is required to obtain the information displayed by these levels. ACTION Consult with your system manager. MESSAGE LISTF ,-1 OR -3 REQUIRES AM CAPABILITY. (CIERR 423) CAUSE Evidently, you do not have Account Manager (AM) capability which is required to obtain the information displayed by these levels.
Command Interpreter (CIERR) 431 432 433 434 435 500 Chapter 2 CAUSE Unknown. ACTION Reenter the command. If it fails consistently, consult with your system manager or support representatuive. MESSAGE NO FILES FOUND IN FILE-SET (CIWARN 431) CAUSE There are no files that match that pattern. ACTION No action is required, unless you are certain that some files exist that match that pattern.
Command Interpreter (CIERR) 501 502 503 504 505 506 507 508 52 MESSAGE EXPECTED A ")" FOLLOWING THE SECURITY SPECIFICATIONS. (CIERR 501) CAUSE The right parenthesis was not included at the end of the security specifications. ACTION Include the right parenthesis on the command line. MESSAGE EXPECTED ONE OF R,A,W,L, or X FILE ACCESS MODES. (CIERR 502) CAUSE You did not include a valid file access mode (Read, Append, Write, Lock, or Execute) on the command line.
Command Interpreter (CIERR) 509 510 511 512 513 514 515 Chapter 2 ACTION Specify an acceptable user type. MESSAGE EXPECTED ONE OF ANY, AC, AL, GU, or GL USER TYPES. (CIERR 509) CAUSE You did not include an acceptable user type. Acceptable user types for this command are any, account user (AC), account librarian (AL), group user (GU), or group librarian (GL). ACTION Specify an acceptable user type. MESSAGE EXPECTED EITHER "ANY" or "AC" USER TYPE.
Command Interpreter (CIERR) 516 MESSAGE LOCK ACCESS FOR THIS USER TYPE REDUNDANTLY SPECIFIED. (CIERR 516) CAUSE You specified lock access more than once on the same command line. ACTION This message is informational only. MESSAGE EXECUTE ACCESS FOR THIS USER TYPE REDUNDANTLY SPECIFIED. (CIERR 517) CAUSE You specified execute access more than once on the same command line. ACTION This message is informational only. MESSAGE SAVE ACCESS FOR THIS USER TYPE REDUNDANTLY SPECIFIED.
Command Interpreter (CIERR) 531 532 534 535 536 540 541 542 Chapter 2 MESSAGE FILE NAME MISSING. (CIERR 531) CAUSE You did not include a file name on the command line. ACTION Specify a file name on the command line. MESSAGE FILE NAME IS MORE THAN EIGHT CHARACTERS LONG. (CIERR 532) CAUSE The file name that you specified is greater than eight characters, and file names can only be eight characters or less in length. You probably mistyped the file name. ACTION Retype the command.
Command Interpreter (CIERR) group names can only be eight characters or fewer in length. You probably mistyped the group name. 543 544 545 546 547 550 551 56 ACTION Retype the command. MESSAGE EXPECTED GROUP NAME; "@" NOT PERMITTED. (CIERR 543) CAUSE "@" was specified instead of an alphanumeric name for the group. ACTION Re-enter the command and supply an alphanumeric name for the group. MESSAGE EMBEDDED NON-ALPHANUMERIC CHARACTER IN GROUP NAME.
Command Interpreter (CIERR) 552 553 554 555 556 560 561 Chapter 2 CAUSE Account name was not specified as part of the command line. ACTION Re-enter the command and supply an account name. MESSAGE ACCOUNT NAME IS MORE THAN EIGHT CHARACTERS LONG. (CIERR 552) CAUSE The name specified for the account is more than 8 characters long. ACTION Re-enter the command and supply an account name that is up to 8 characters long. MESSAGE EXPECTED ACCOUNT NAME; "@" NOT PERMITTED.
Command Interpreter (CIERR) CAUSE You forgot to specify the lockword after the slash. ACTION Re-enter the command and supply the lockword. MESSAGE LOCKWORD > 8 CHARACTERS LONG. (CIERR 562) CAUSE The name specified for the lockword is more than 8 characters long. ACTION Re-enter the command and supply a lockword that is up to 8 characters long. MESSAGE EXPECTED LOCKWORD; "@" NOT PERMITTED. (CIERR 563) CAUSE "@" was specified instead of an alphanumeric lockword.
Command Interpreter (CIERR) 572 573 574 575 576 579 580 Chapter 2 ACTION Re-enter the command and supply a VSD name. MESSAGE VSD NAME > 8 CHARACTERS LONG. (CIERR 572) CAUSE The name specified for the Volume Set Definition (VSD) is more than 8 characters long. ACTION Re-enter the command and supply a VSD name that is up to 8 characters long. MESSAGE EXPECTED VSD NAME; "@" NOT PERMITTED. (CIERR 573) CAUSE "@" was specified instead of an alphanumeric Volume Set Defintion (VSD) name.
Command Interpreter (CIERR) defined file name. 581 MESSAGE UNEXPECTED CHARACTER IN FILE NAME; EXPECTED "." (CIERR 581) CAUSE A "." was expected in order to construct a fully qualified file name. ACTION Re-enter the command and supply a fully qualified file name. MESSAGE UNEXPECTED CHARACTER IN FILE NAME; EXPECTED "." OR "/". % IS THE DELIMITER BETWEEN PARAMETERS CORRECT? (CIERR 582) CAUSE The file name contains a character that is neither alphanumeric nor a period or a backslash.
Command Interpreter (CIERR) 593 594 595 596 600 601 602 Chapter 2 ACTION Retype the command. MESSAGE EXPECTED USER NAME; "@" NOT PERMITTED. (CIERR 593) CAUSE "@" was specified instead of an alphanumeric user name. ACTION Re-enter the command and supply a completely alphanumeric user name. MESSAGE EMBEDDED NON-ALPHANUMERIC CHARACTER IN USER NAME. (CIERR 594) CAUSE User names can be comprised of both alphabetic and numeric characters.
Command Interpreter (CIERR) 603 604 605 606 607 608 609 610 62 MESSAGE NO PROGRAM FILE SPECIFIED FOR PREP. (CIERR 603) CAUSE The PREP command expected a file name as its second parameter. ACTION Re-enter the command and supply a file name as the second parameter to PREP. MESSAGE EXPECTED SEMICOLON OR CARRIAGE RETURN, FOUND COMMA. (CIERR 604) CAUSE A "," was specified where a ";" or carriage return should have been supplied. ACTION Re-enter the command.
Command Interpreter (CIERR) STACK, MAXDATA, %DEBUG, PARM, INFO, STDIN, STDLIST, XL, UNSAT, PRI, NMSTACK, NMHEAP. (CIERR 610) 611 612 613 614 615 616 Chapter 2 CAUSE A keyword other than the ones listed above was specified. ACTION Re-enter the command and supply one of the keywords listed above. MESSAGE PREPRUN COMMAND: EXPECTED ONE OF NOPRIV, PMAP, DEBUG, LMAP, ZERODB, % MAXDATA, PARM, STACK, DL, LIB, CAP, RL, NOCB. (CIERR 611) CAUSE A keyword other than the ones listed above was specified.
Command Interpreter (CIERR) specified range. 617 MESSAGE DL SIZE VALUE MUST BE BETWEEN -1 AND 32767. (CIERR 617) CAUSE A value less than -1 and greater than 32767 was specified. ACTION Re-enter the command and supply a value between the specified range. MESSAGE REQUIRES ONE OF IA, BA, PH, DS, MR, PM CAPABILITIES. (CIERR 618) CAUSE The command requires one of the above capabilities to be present in order to execute. ACTION Check the user, group, and account capabilities.
Command Interpreter (CIERR) CAUSE The file specified is not a program file. ACTION Re-enter the command and supply the name of a program file. 626 MESSAGE INVALID PROGRAM FILE. (CIERR 626) 627 MESSAGE ENTRY NAME MORE THAN 15 CHARACTERS LONG. (CIERR 627) 628 MESSAGE PATCH VALUE MUST BE BETWEEN -1 AND 16380. (CIERR 628) CAUSE The value specified for the patch is not within the bounds allowed. ACTION Enter a patch value that is within the bounds specified.
Command Interpreter (CIERR) ACTION No action is required. 636 MESSAGE CONFIGURATION MAXDATA USED. (CIWARN 636) 637 MESSAGE MAXDATA ROUNDED UP TO REQUIRED STACK SPACE. (CIWARN 637) CAUSE The MAXDATA value specified is too small. System overwrote the value in order to accomodate for table overflow conditions. ACTION No action is required. MESSAGE STACK SPACE REQUIRED EXCEEDS CONFIGURATION MAXDATA. (CIERR 638) CAUSE Program requires more stack area than allowed by the system.
Command Interpreter (CIERR) 644 MESSAGE PREP STEP FAILED, NO RUN WAS DONE. (CIERR 644) CAUSE Segmenter could not find all the pieces required to generate an executable image and run it. ACTION Check to see if all external calls are satisfied. MESSAGE REQUIRED DUMP FILE NAME MISSING. (CIERR 645) CAUSE Dump file name was not specified as part of the command line. ACTION Re-enter the command and supply a dump file name. MESSAGE MUST BE A BACK REFERENCED FILE.
Command Interpreter (CIERR) WORKSPACE NAME. (CIERR 659) 660 MESSAGE UNABLE TO INITIATE ! SUBSYSTEM. (CIERR 660) 661 MESSAGE CURRENT 'INFO' PARAMETER OVERRIDES PREVIOUS 'INFO'. (CIWARN 661) CAUSE The 'INFO' parameter was specified more than once. The system used the latest specification of that parameter as the valid one. ACTION Re-enter the command and supply the correct information through that parameter. MESSAGE UNKNOWN KEYWORD, EXPECTED 'INFO' OR 'WKSP'.
Command Interpreter (CIERR) Remember to terminate the string with a matching delimiter. 683 MESSAGE EXPECTED BALANCING ' OR " TO TERMINATE STRING. (CIERR 683) CAUSE The strings are ended with a matching ' or ". If the string was started using ', it should be ended with '. If the string was started using ", is should be terminated with ". ACTION Re-enter the command and use matching pairs of delimiters. MESSAGE COULDN'T OPEN SPECIFIED $STDIN FOR PROGRAM.
Command Interpreter (CIERR) ACTION Verify that the assigned capabilities are appropriate. Re-enter the command if they are not. MESSAGE USER MAY NOT SPECIFY BOTH FPMAP AND NOFPMAP IN PREP (CIERR 691) CAUSE Both FPMAP and NOFPMAP were specified. ACTION These parameters have exactly opposite meanings. Re-enter the command and specify the appropriate parameter. 692 MESSAGE UNKNOWN MODE VALUE - EXPECTED EMULATE, FASTEM, OR TRANS.
Command Interpreter (CIERR) (CIERR 700) 701 702 705 706 707 708 709 710 Chapter 2 CAUSE The commands expected the pattern matching character "@" only. ACTION Re-enter the command and supply only "@". MESSAGE EXPECTED "CPU" OR "CONNECT". (CIERR 701) CAUSE A parameter name other than CPU and CONNECT was specified. ACTION Re-enter the command and specify either of these parameters. MESSAGE RESETACCT HAS ONLY 2 PARAMETERS.
Command Interpreter (CIERR) 711 715 716 717 718 719 720 721 72 CAUSE More than two parameters were supplied to the command. ACTION Re-enter the command and supply at most two parameters. MESSAGE EXTRANEOUS CHARACTERS IN GROUP NAME. (CIERR 711) CAUSE Group names must be constructed using alphanumeric characters. Evidently, there are non-alphanumeric characters in the group name. ACTION Re-enter the command and supply a completely alphanumeric group name.
Command Interpreter (CIERR) this command; evidently your logon does not have this capability. ACTION If you need this information log on with a user name that has AM capability and re-enter the command. If you are not assigned a user name with AM capability, consult with your account manager. MESSAGE EXECUTING THIS COMMAND ON ANY USER OTHER THAN THE LOGON USER REQUIRES AM CAPABILITY.
Command Interpreter (CIERR) this command. Your logon does not have this capability. 729 730 731 732 733 734 74 ACTION If you need this information log on with a user name that has AM capability and re-enter the command. If you are not assigned a user name with AM capability, consult with your account manager. MESSAGE EXECUTING THIS COMMAND ON ANY GROUP OTHER THAN THE LOGON GROUP REQUIRES AM CAPABILITY.
Command Interpreter (CIERR) 735 736 737 738 739 740 Chapter 2 CAUSE You have specified too many parameters on the command line. ACTION Consult the MPE/iX Commands Reference Manual for acceptable parameters. MESSAGE NEWUSER CAN HANDLE A MAXIMUM OF 71 PARAMETERS. (CIERR 735) CAUSE You have specified too many parameters on the command line. ACTION Consult the MPE/iX Commands Reference Manual for acceptable parameters. MESSAGE EXPECTED COMMA AFTER ACCOUNT NAME, BEFORE MANAGER'S NAME.
Command Interpreter (CIERR) OMITTED. (CIERR 740) 741 742 743 744 745 746 76 CAUSE The command that you issued does not recognize one of the parameters. It might be that you did not include a delimiter (semi-colon, comma, period, or space) between parameters. ACTION Check the MPE/iX Commands Reference Manual, to make sure that you did not omit a delimiter. If you did, fill the delimiter in. MESSAGE ACCESS INAPPROPRIATE FOR USER.
Command Interpreter (CIERR) 747 748 749 750 751 752 753 754 Chapter 2 MESSAGE NO CAPABILITY SPECIFIED. IGNORED. (CIERR 747) CAUSE You did not specify any capabilities in your capability list. ACTION This message is informational only. MESSAGE EXPECTED ONE OF SM, AM, AL, GL, DI, 0P, PH, DS, MR, PM, IA, BA, CS, ND, SF, UV, CV, LG, NA, NM, PS. (CIERR 748) CAUSE You did not specify an acceptable capability.
Command Interpreter (CIERR) 755 756 758 760 761 762 764 78 CAUSE You neglected to specify the name of the account manager. The NEWACCT command requires the name of the account manager. ACTION Specify the name of the account manager. MESSAGE MANAGER NAME MUST START WITH ALPHABETIC CHARACTER. (CIERR 755) CAUSE The first character of the manager name is not alphabetic. You probably mistyped the command. ACTION Retype the command. MESSAGE MANAGER NAME CANNOT BE MORE THAN 8 CHARACTERS LONG.
Command Interpreter (CIERR) 765 767 768 769 770 771 773 Chapter 2 CAUSE You specified a password with a character that is neither alphabetic nor numeric. You probably mistyped the command. ACTION Retype the command. MESSAGE HOME GROUP OPTION APPROPRIATE ONLY TO USERS. IGNORED. (CIERR 765) CAUSE You specified the home group option for an account or a group. It may only be specified for users. ACTION This message is informational only. MESSAGE FILES OPTION INAPPROPRIATE FOR USERS. IGNORED.
Command Interpreter (CIERR) 774 MESSAGE EXPECTED POSITIVE INTEGER <2147483647 AS CPU SECONDS LIMIT. (CIERR 774) CAUSE You specified a CPU limit that is greater than 2147483647. ACTION Specify a new CPU limit that is less than 2147483647. MESSAGE CPU SECONDS LIMIT MAY NOT BE A NEGATIVE NUMBER. (CIERR 775) CAUSE You specified a negative number for the CPU seconds limit. Only a positive number is allowed ACTION This message is informational only. MESSAGE CPU SECONDS LIMIT REDUNDANTLY SPECIFIED.
Command Interpreter (CIERR) MANAGER.SYS. 785 786 787 788 789 790 Chapter 2 ACTION Review account structure capabilities in the MPE/iX Commands Reference Manual, . MESSAGE ATTEMPT TO REMOVE SM CAPABILITY FROM SYS ACCOUNT OVERRIDDEN. (CIERR 785) CAUSE You cannot remove system manager (SM) capability from the SYS account. ACTION Review account structure capabilities in this manual. MESSAGE FILE SPACE LIMIT REQUESTED LESS THAN ACTUAL SPACE ALREADY IN USE. COMMAND REJECTED WITH NO CHANGES.
Command Interpreter (CIERR) 791 792 793 794 795 796 797 82 ACTION This message is informational only. MESSAGE GROUP FILE SPACE LIMIT REQUESTED IS LESS THAN SPACE ALREADY IN USE. COMMAND REJECTED. (CIERR 791) CAUSE You have requested a group file space limit that is less than the space that is already in use. ACTION This message is informational only. MESSAGE ACCOUNT MANAGER ATTEMPTED TO REMOVE HIS OWN ACCOUNT MANAGER CAPABILITY. COMMAND REJECTED.
Command Interpreter (CIERR) CAUSE You specified the local attribute more than once on the command line. The last local attribute specification is the one implemented. ACTION This message is informational only. MESSAGE EXPECTED INTEGER BETWEEN -2147483648 AND 2147483647. (CIERR 798) CAUSE You specified an integer that is not greater than -2147483647 or less than 2147483647. ACTION Specify an integer within the accepted range. MESSAGE EXPECTED ONE OF PH, DS, MR, PM, IA, BA.
Command Interpreter (CIERR) (CIERR 855) CAUSE You did not supply the correct number of parameters. ACTION Consult with the online Help facility and the MPE/iX Commands Reference Manual, , and re-enter the command.
Command Interpreter (CIERR) 900 MESSAGE END OF FILE ON INPUT. (CIERR 900) 901 MESSAGE I/O ERROR ON INPUT. (CIERR 901) 905 MESSAGE I/O ERROR IN DIRECTORY ROUTINES. (CIERR 905) 906 MESSAGE DUPLICATE NAME IN DIRECTORY. (CIERR 906) CAUSE The name you specified already exists on the system. ACTION This depends on the operation you are trying to perform. You may re-enter the command and supply another name.
Command Interpreter (CIERR) 913 914 915 916 917 918 919 86 MESSAGE USER LACKS SAVE ACCESS TO SPECIFIED GROUP. (CIERR 913) CAUSE User does not have Save Files (SF) capability. ACTION Ask your system manager to assign SF capability to your user name. MESSAGE FILES CANNOT BE SAVED IN ANOTHER ACCOUNT. (CIERR 914) CAUSE An attempt was made to save a file in an account other than the one associated with the user.
Command Interpreter (CIERR) 920 MESSAGE NON-EXISTENT FILE !. (CIWARN 920) 921 MESSAGE NON-EXISTENT GROUP !. (CIWARN 921) 922 MESSAGE NON-EXISTENT ACCOUNT!. (CIWARN 922) 923 MESSAGE NON-EXISTENT VOLUME SET DEFINITION !. (CIWARN 923) 924 MESSAGE NON-EXISTENT VOLUME SET LIST !. (CIWARN 924) 926 MESSAGE UNKNOWN DIRECTORY ERROR. (CIWARN 926) 927 MESSAGE VALID TEMPORARY FILE FORMATS ARE -1, 0, 1, 2, 3, OR THE EQUIVALENT FORMAT NAME.
Command Interpreter (CIERR) parent directory. (CIERR 933) 934 936 937 938 939 88 CAUSE User lacks CD access and appropriate privilege to the target parent directory. ACTION See appropriate privilege definition. Change the ACD for the parent directory to grant CD access to the user. See the ALTSEC command. MESSAGE Cannot traverse the pathname. (CIERR 934) CAUSE User lacks TD access to one or more of the directories and appropriate privilege. ACTION See appropriate privilege definition.
Command Interpreter (CIERR) directory. This warning is only visible if the SHOWERRORS option was specified. 940 941 942 950 951 954 Chapter 2 ACTION See appropriate privilege definition. Change the ACD for the directory to grant RD access to the user. See the ALTSEC command. MESSAGE User lacks traverse directory entries (TD) access to "!". (CIWARN 940) CAUSE User lacks TD access and appropriate privilege to the parent of one of the subdirectories below the target directory.
Command Interpreter (CIERR) 955 956 957 958 959 960 961 90 MESSAGE THIS COMMAND REQUIRES SYSTEM SUPERVISOR (OP) CAPABILITY. (CIERR 955) CAUSE The command is available only to those who have System Supervisor (OP) capability. ACTION Ask your system manager to assign OP capability to your user name. MESSAGE THIS COMMAND REQUIRES SYSTEM MANAGER (SM) CAPABILITY. (CIERR 956) CAUSE User does not have System Manager (SM) capability.
Command Interpreter (CIERR) your user name. 962 963 964 965 966 967 968 Chapter 2 MESSAGE THIS COMMAND REQUIRES PRIVILEGED MODE (PM) CAPABILITY. (CIERR 962) CAUSE User does not have privileged mode (PM) capability. ACTION Ask your system manager to assign PM capability to your user name. MESSAGE THIS COMMAND REQUIRES INTERACTIVE ACCESS (IA) CAPABILITY. (CIERR 963) CAUSE User does not have Interactive Access (IA) capability.
Command Interpreter (CIERR) 969 970 971 975 976 977 978 979 92 MESSAGE USER MUST HAVE AM CAPABILITY OR BE THE MASTER OPERATOR TO SPECIFY "@" HERE. (CIERR 969) CAUSE User does not have Account Manager (AM) capability. ACTION Ask your system manager to assign AM capability to your user name. MESSAGE EXECUTING THIS COMMAND ON ANY ACCOUNT OTHER THAN THE LOGON ACCOUNT REQUIRES SM CAPABILITY OR MASTER OPERATOR STATUS.
Command Interpreter (CIERR) command. 980 981 984 985 986 988 989 990 Chapter 2 MESSAGE COMMAND GREATER THAN 278 CHARACTERS LONG. (CIERR 980) CAUSE The command entry exceeded the maximum allowable length of 278 characters. ACTION Reenter the command making sure the length is less than 278 characters. MESSAGE MISSING COLON BEFORE COMMAND NAME. (CIERR 981) CAUSE A CI command was entered from a subsystem without the preceeding colon.
Command Interpreter (CIERR) response to the "ABORT? (YES/NO)" message. 991 100 1001 1002 1003 1004 1005 94 ACTION Enter YES or NO in response to the "ABORT? (YES/NO)" message. MESSAGE NO PARAMETERS ARE ALLOWED WITH "ABORT". (CIERR 991) CAUSE An attempt was made to enter parameters with the ABORT command. ACTION Do not enter parameters with the ABORT command. MESSAGE ERROR WHILE WRITING TO TAPE - STORE STOPPED. (CIERR 1000) CAUSE An error occurred while writing to a STORE tape.
Command Interpreter (CIERR) 1006 1007 1008 1009 1010 1011 1012 1013 Chapter 2 ACTION Check the command syntax and reenter the command (make sure the tape file name is included). MESSAGE SEMICOLON REQUIRED BETWEEN KEYWORDS. (CIERR 1006) CAUSE A semicolon (;) is required to separate keywords. ACTION Reenter the command making sure the keywords are separated with semicolons. MESSAGE "FILES=" REDUNDANTLY SPECIFIED. LAST USED.
Command Interpreter (CIERR) ACTION Check the syntax and reenter the command. MESSAGE UNABLE TO OPEN LIST FILE. FORCED TO $STDLIST. (CIWARN 1014) CAUSE Same as message content. ACTION None. Information only. MESSAGE INSUFFICIENT STACK TO DO STORE. (CIERR 1015) CAUSE Same reason as the message indicates. ACTION Alter the STORE file set and make it smaller.
Command Interpreter (CIERR) CAUSE A break was entered during the store process. ACTION None. Information only. MESSAGE UNEXPECTED SPECIAL CHARACTER IN FILESET. (CIERR 1022) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE ERROR WHEN USING SCRATCH FILE - RESTORE STOPPED. (CIERR 1025) CAUSE An error occurred when using the scratch file during restore. ACTION Reenter the command using a different scratch file. MESSAGE ERROR ACCESSING TAPE - RESTORE STOPPED.
Command Interpreter (CIERR) 1033 1034 1035 1036 1037 1038 1039 1040 1041 98 MESSAGE NO SUCH LOGICAL DEVICE NUMBER IN THE SYSTEM. (CIERR 1033) CAUSE Same as message. ACTION Contact your system manager for the correct LDEV (logical device) number. MESSAGE MUST BE A DISK DEVICE. (CIERR 1034) CAUSE Same as the message. ACTION Contact your system manager for the correct LDEV (logical device) number. MESSAGE TAPE APPARENTLY NOT A STORE TAPE.
Command Interpreter (CIERR) (CIWARN 1041) 1042 1043 1044 1045 1046 1047 1048 Chapter 2 CAUSE The DEV option was specified more than once. ACTION None. Information only. The last DEV option specified is the one used. MESSAGE EXPECTED "DEV= [DEVICE NAME]". (CIERR 1042) CAUSE The DEV option was omitted. ACTION Reenter the command making sure the DEV= option is specified. MESSAGE EXPECTED DEVICE NAME AFTER "DEV=". (CIERR 1043) CAUSE The DEV= option was specified without a device name.
Command Interpreter (CIERR) 1049 1050 1051 1052 1053 1054 1055 1056 100 ACTION Check the syntax and reenter the command. MESSAGE RESTORE TAPE RECORD SIZE MUST BE A MULTIPLE OF 256 WORDS AND BE BETWEEN 256 AND !, INCLUSIVE, FOR THIS DEVICE. (CIERR 1049) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE CAN ONLY RESTORE TAPE OR SERIAL DISC. (CIERR 1050) CAUSE A media other than tape or serial disk was specified with the RESTORE command.
Command Interpreter (CIERR) 1057 1058 1059 1060 1061 1062 1063 1064 Chapter 2 MESSAGE EXPECTED EITHER "," OR ";" TO DELIMIT FILE SET NAMES. (CIERR 1057) CAUSE A comma (,) or semicolon (;) was not used to delimit the file set names. ACTION Reenter the command making sure a comma or semicolon is used to delimit file set names. MESSAGE REDUNDANT SPECIFICATION OF "DATE" PARAMETER. (CIWARN 1058) CAUSE The DATE parameter was specified more than once.
Command Interpreter (CIERR) 1064) 1090 1091 1100 1101 1102 1103 1104 1105 102 CAUSE The specified tape is a labeled tape on a remote drive. ACTION Do not specify a labeled tape on a remote drive. MESSAGE STORE ABORTED BECAUSE OF ERROR (CIERR 1090) CAUSE The specified tape is a labeled tape on a remote drive. ACTION Do not specify a labeled tape on a remote drive. MESSAGE RESTORE ABORTED BECAUSE OF ERROR (CIERR 1091) CAUSE The specified tape is a labeled tape on a remote drive.
Command Interpreter (CIERR) 1106 1107 1108 1109 1110 1111 1112 1113 Chapter 2 MESSAGE ILLEGAL OPERATION WHILE BOUND TO HOME VOLUME SET (CIERR 1106) CAUSE Same as the message. ACTION Alter the group volume set specification before performing the operation. MESSAGE ILLEGAL OPERATION WHILE GROUP FILE DOMAIN NOT EMPTY (CIERR 1107) CAUSE Same as the message. ACTION Alter the group volume set specification before performing the operation.
Command Interpreter (CIERR) 1114 1115 1116 1117 1118 1119 1120 1121 104 ACTION Ask your system manager to assign AM capability to your user name. MESSAGE EXPECTED ";", FOLLOWED BY LIST FILE NAME. (CIERR 1114) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE FILE SYSTEM ERROR ! ENCOUNTERED ON LIST FILE. (CIERR 1115) CAUSE Same as the message. ACTION Refer to the File System error message section. MESSAGE UNIDENTIFIABLE VOLUME SET NAME.
Command Interpreter (CIERR) 1122 1123 1125 1126 1127 1128 1129 1130 1150 1151 Chapter 2 MESSAGE SPECIFIED VCNAME IS NOT A CLASS DEFINITION ENTRY. (CIERR 1122) CAUSE Same as the message. ACTION Verify the vcname with your system manager. MESSAGE SPAN OPERATION FAILED. (CIERR 1123) CAUSE Same as the message. MESSAGE SPAN PARAMETER NOT OPTIONAL IN THIS CONTEXT. VS PARAMETER IGNORED. (CIWARN 1125) CAUSE Same as message content. ACTION Information only.
Command Interpreter (CIERR) 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 106 MESSAGE THE HOMEVS= PARAMETER IS NOT ALLOWED. (CIWARN 1152) CAUSE Same as message content. ACTION Information only. MESSAGE THE VS= PARAMETER IS NOT ALLOWED. (CIERR 1153) CAUSE Same as message content. ACTION Reenter the command without the VS= parameter. MESSAGE THE ONVS PARAMETER IS NOT ALLOWED WITH USER. (CIWARN 1154) CAUSE Same as the message. ACTION None; the message is for information only.
Command Interpreter (CIERR) PARAMETER. (CIERR 1161) 1201 1202 1203 1204 1205 1206 1207 1208 1209 Chapter 2 CAUSE User does not have Create Volumes (CV) capability. ACTION Ask your system manager to assign CV capability to your user name. MESSAGE PASSWORD LENGTH > 8 CHARACTERS (CIERR 1201) CAUSE The password specified is longer than 8 characters. ACTION Reenter the command making sure the password length is less than or equal to 8 characters.
Command Interpreter (CIERR) 1210 1211 1212 1213 1215 1216 1217 1219 1222 108 ACTION None. Information only. MESSAGE MAX LOGGING IDENTIFIERS EXCEEDED (CIERR 1210) CAUSE Same as message content. ACTION Check the syntax and reenter the command. MESSAGE ONLY VALID KEYWORDS ARE "LOG", "PASS", "AUTO", AND "NOAUTO" (CIERR 1211) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE COMMAND MUST BE ISSUED BY CREATOR OF IDENTIFIER.
Command Interpreter (CIERR) 1223 1225 1226 1227 1229 1230 1231 1232 1233 1234 Chapter 2 CAUSE A parameter other than DEV= was entered. ACTION Reenter the command using only DEV= as a parameter. MESSAGE ERROR PERFORMING CHANGELOG (CIERR 1223) CAUSE Same as the message. MESSAGE EXPECTED LOGGING IDENTIFIER NAME (CIERR 1225) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE LOGGING IDENTIFIER LENGTH > 8 CHARACTERS (CIERR 1226) CAUSE Syntax error.
Command Interpreter (CIERR) 1250 1251 1252 1253 1254 1255 1256 1257 1258 110 CAUSE The user is not the creator of the file. ACTION Log on as the creator of the log file. MESSAGE LOGFILE MUST RESIDE IN THE LOGON GROUP AND ACCOUNT (ULOGERR 1250) CAUSE Same as the message. ACTION None; the message is for information only. MESSAGE EXTRANEOUS PARAMETER (CIERR 1251) CAUSE Syntax error. ACTION Check the syntax and reenter the command.
Command Interpreter (CIERR) 1259 1300 1301 1302 1303 1304 1305 1306 1307 Chapter 2 ACTION Check the syntax and reenter the command. MESSAGE THIS VERSION OF THE UTILITY IS INCOMPATIBLE WITH THE CURRENT MPE VERSION ON THIS SYSTEM. (CIERR 1259) CAUSE Same as message content. ACTION Notify your system manager. MESSAGE REMOTE JOBS ARE NOT ALLOWED !. (CIERR 1300) CAUSE Same as the message. ACTION None; the message is for information only.
Command Interpreter (CIERR) BY DATA. (CIERR 1307) 1308 1309 1310 1311 1312 1313 1314 1315 112 CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE PHNUM IS 1 TO 30 DIGITS AND DASHES. (CIERR 1308) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE ! LIST CAN CONTAIN ONLY ONE ELEMENT. (CIERR 1309) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE THE SPECIFIED LOGICAL DEVICE IS NOT OPEN.
Command Interpreter (CIERR) 1316 1317 1318 1319 1320 1321 1322 1323 Chapter 2 ACTION Reenter the command making sure the LINEBUF value entered is within the range of 304 to 4096. MESSAGE UNABLE TO COMPLETE THE REMOTE COMMAND. (CIERR 1316) CAUSE Same as the message. ACTION Retry the operation. MESSAGE NOT A CURRENTLY AVAILABLE DSLINE. (CIERR 1317) CAUSE The line specified with the DSLINE command is not available.
Command Interpreter (CIERR) 1324 1325 1326 1350 1351 1389 1390 1391 1392 114 MESSAGE FROM ADDRESS MUST BE BETWEEN 1 AND 15 CHARACTERS INCLUSIVE. (CIERR 1324) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE TO ADDRESS MUST BE BETWEEN 1 AND 15 CHARACTERS INCLUSIVE. (CIERR 1325) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE FROM AND TO ADDRESS MUST BE A DECIMAL NUMBER. (CIERR 1326) CAUSE Syntax error.
Command Interpreter (CIERR) 1393 1394 1395 1396 1397 1398 1399 1400 1401 Chapter 2 MESSAGE COMPRESSION REQUEST NOT HONORED. REMOTE DOES NOT SUPPORT THIS FEATURE. (CIWARN 1393). CAUSE Same as message content. ACTION None. Information only. MESSAGE COMPRESSION PARAMETER RESPECIFIES AND OVERRIDES PREVIOUS COMPRESSION PARAMETER. (CIWARN 1394) CAUSE Same as message content. ACTION None. Information only. MESSAGE OPEN PARAMETERS ENTERED ON A CLOSE REQUEST ARE IGNORED.
Command Interpreter (CIERR) 1402 1403 1404 1405 1406 1407 1408 1411 1412 116 MESSAGE EXPECTED HELLO, :JOB, :DATA, OR (CMD) AS LOGON. (CIERR 1402) CAUSE An incorrect logon was entered. ACTION Reenter the command using a correct logon. MESSAGE LOGON DEVICE WON'T ALLOW THIS COMMAND. (CIERR 1403) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE WARNING: LINES PRECEDING :JOB/:DATA WERE IGNORED. (CIWARN 1404) CAUSE Same as message content. ACTION None.
Command Interpreter (CIERR) 1413 1421 1422 1423 1424 1425 1426 1427 1428 1429 Chapter 2 MESSAGE CILOG TABLE FULL. CAN'T LOGON. SEE SYSTEM MANAGER. (CIERR 1413) CAUSE Same as message content. ACTION Notify your system manager. MESSAGE (COMMAND) LOGON IS MISSING RIGHT PARENTHESIS. (CIERR 1421) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE (COMMAND) LOGON IS MISSING LEFT PARENTHESIS. (CIERR 1422) CAUSE Syntax error.
Command Interpreter (CIERR) 1430 1431 1432 1433 1434 1435 1436 1437 1438 118 MESSAGE EXPECTED GROUP PASSWORD. (CIERR 1430) CAUSE The group password was omitted. ACTION Provide a valid group password with this command. MESSAGE USER NEEDS IA CAPABILITY FOR SESSIONS. (CIERR 1431) CAUSE You do not have interactive access (IA) capability. ACTION Ask your account manager to assign IA capability to the user. MESSAGE USER NEEDS BA CAPABILITY FOR JOBS.
Command Interpreter (CIERR) 1439 1441 1442 1443 1444 1445 1446 1447 Chapter 2 CAUSE The user name provided does not exist within the specified account. ACTION Provide a valid user name for this account. MESSAGE ACCT/USER EXIST, NO HOME GROUP FOR USER. (CIERR 1439) CAUSE You are not assigned a home group. ACTION You must specify a valid group name when logging on if you are not assigned a home group. MESSAGE INCORRECT PASSWORD. (CIERR 1441) CAUSE The password provided was incorrect.
Command Interpreter (CIERR) 1448 1449 1451 1452 1453 1454 1455 1456 120 MESSAGE ACCOUNT NEEDS BA CAPABILITY FOR JOBS. (CIERR 1448) CAUSE Account is not assigned batch access (BA) capability. ACTION Ask your system manager to assign BA capability to this account. MESSAGE PASSWORD PROMPTS ARE REQUIRED, EMBEDDED PASSWORDS ARE NOT ALLOWED. (CIERR 1449) CAUSE Same as message. ACTION Remove embedded passwords. MESSAGE IGNORED DELIMITER.
Command Interpreter (CIERR) 1457 1458 1459 1460 1461 1462 1463 Chapter 2 ACTION If you want to specify values other than the default reenter the command. MESSAGE TERM VALID FOR SESSIONS AND INTERACTIVE JOBS ONLY, DEFAULT USED. (CIWARN 1457) CAUSE TERM may only be specified for sessions and interactive jobs. ACTION Check with your system supervisor to determine what default value was specified for TERM during system configuration. MESSAGE INVALID TERMINAL TYPE, IGNORED.
Command Interpreter (CIERR) 1464 1465 1466 1467 1468 1469 1470 1471 122 ACTION If you want an INPRI value less than 13 specify the new value. MESSAGE INPRI PREVIOUSLY SPECIFIED, HIPRI VALUE USED. (CIWARN 1464) CAUSE Same as message. ACTION None; the message is for information only. MESSAGE OUTCLASS VALID FOR JOBS ONLY, IGNORED. (CIWARN 1465) CAUSE Same as message. ACTION None; the message is for information only. MESSAGE INV. OUTCLASS-EXPECT CLASS NAME OR LDEV; DEFAULT USED.
Command Interpreter (CIERR) 1472 1473 1475 1476 1477 1478 1479 Chapter 2 ACTION If you want more than 127 copies you will have to enter more than once. MESSAGE OUTCLASS ONLY HAS 3 PARAMETERS: [DEVICE][,OUTPRI][,NUMCOPIES]. EXTRA PARAMETER IGNORED. (CIWARN 1472) CAUSE The parameter specified was not valid with the OUTCLASS keyword. ACTION Use only the DEVICE, OUTPRI, or NUMCOPIES parameters with the OUTCLASS keyword. MESSAGE RESTART FOR JOBS ONLY, IGNORED.
Command Interpreter (CIERR) 1480 1481 1482 1491 1492 1493 1494 1495 124 ACTION If you want to limit the amount of time allowed for logging on specify a valid value. MESSAGE MINIMUM NUMBER OF COPIES IS 1, 1 USED. (CIWARN 1480) CAUSE The number of copies specified was less than 1 and 1 copy will be printed. ACTION If you want more than one copy specify the new value. MESSAGE EXPECTED INTEGER VALUE BETWEEN 1-14. DEFAULT USED.
Command Interpreter (CIERR) 1496 1497 1498 1499 1500 1501 1502 1503 Chapter 2 ACTION Provide a valid name for list file. MESSAGE LIST FILE SHOULD BE LAST PARAMETER OF THE COMMAND. (CIERR 1496) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE UNABLE TO CLOSE LIST FILE. (CIERR 1497) CAUSE Same as the message. ACTION Retry the command using a different list file name. MESSAGE NOWAIT OPTION IS ONLY VALID WHEN USING STARTSESS.
Command Interpreter (CIERR) 1504 1505 1506 1507 1508 1509 1510 1511 1512 126 MESSAGE EXPECTED JUST "@J". (CIERR 1504) CAUSE More than just the @J parameter was specified. ACTION To obtain information for jobs specify only the @J parameter. MESSAGE EXPECTED EITHER "@S" OR "@J". (CIERR 1505) CAUSE To obtain information for either sessions or jobs either @S or @J must be specified. ACTION Specify either @S or @J with this command. MESSAGE JOB NAME > 8 CHARACTERS LONG.
Command Interpreter (CIERR) 1513 1514 1515 1516 1517 1518 1519 1520 Chapter 2 CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE ERROR USING SCRATCH FILE; UNABLE TO COMPLETE COMMAND. (CIERR 1513) CAUSE Same as the message. ACTION Check the syntax and reenter the command. MESSAGE JOB STATE INCONSISTENT WITH PREVIOUS PARAMETER; LAST USED. (CIWARN 1514) CAUSE Same as the message. ACTION None; the message is for information only.
Command Interpreter (CIERR) 1520) 1521 1522 1530 1531 1532 1533 128 CAUSE The JOB parameter was specified more than once. ACTION None. MESSAGE EXPECTED "=" AFTER JOB KEYWORD. (CIERR 1521) CAUSE The = sign is a required part of the JOB keyword specification. ACTION Provide the = sign with the JOB keyword (JOB=). MESSAGE SHOWJOB INTERNAL ERROR, CREATE OBJECT FAILED (CIERR 1522) CAUSE The SHOWJOB command is trying to create an internal object in order to copy the Job Master Table (JMAT).
Command Interpreter (CIERR) parameters were ignored by the system. 1534 1535 1536 1537 1538 1539 1540 1541 Chapter 2 ACTION None. MESSAGE EXPECTED ONE OF SP, STATUS, DEV, JOB, ACTIVE, READY, OPENED, LOCKED. (CIERR 1534) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE STATUS INAPPROPRIATE WHEN OTHER PARAMETERS SPECIFIED. (CIERR 1535) CAUSE The STATUS parameter is not valid with any other parameter.
Command Interpreter (CIERR) the READY state, then reenter the command. 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 130 MESSAGE EXPECTED EITHER "D" (DEFERRED) OR "N" (NOT DEFERRED). (CIERR 1542) CAUSE You entered a syntax error. ACTION Check the syntax and reenter the command. MESSAGE EXPECTED "JOB=". (CIERR 1543) CAUSE You entered a syntax error. ACTION Check the syntax and reenter the command. MESSAGE EXPECTED ONE OF @, @J, @S, @J', @S', #Jnn, #Snn, #J'nn, #S'nn.
Command Interpreter (CIERR) USED. (CIWARN 1551) 1552 1553 1554 1555 1556 1580 1581 1582 Chapter 2 CAUSE The JOB parameter was specified more than once. The last value entered was used by the system. ACTION To specify a value other than the value used by the system reenter the command. MESSAGE EXPECTED "DEV= device specification". (CIERR 1552) CAUSE You entered a syntax error. ACTION Check the syntax and reenter the command.
Command Interpreter (CIERR) CHARACTERS LONG. (CIERR 1582) 1583 1584 1585 1590 1591 1593 1594 132 CAUSE Device class names may not contain more than eight characters. ACTION Specify a valid device class name that contains eight or fewer characters. MESSAGE LOGICAL DEVICE CLASS "!" CANNOT BE FOUND ON THE SYSTEM. (CIERR 1583) CAUSE The logical device class specified is not valid on this system. ACTION Specify a valid logical device class. MESSAGE DS DEVICE MAY NOT BE SPECIFIED.
Command Interpreter (CIERR) 1595 1596 1597 1598 1599 1610 1611 1612 1613 Chapter 2 ACTION Contact your system manager to correct the spool queues. MESSAGE UNABLE TO OPEN SPOOL FILE. (CIERR 1595) CAUSE Same as the message. ACTION Contact your system manager to correct the spool queues. MESSAGE UNABLE TO OPEN STREAM FILE. (CIERR 1596) CAUSE Same as the message. ACTION Contact your system manager to perform the STREAMS command. MESSAGE COMMAND GREATER THAN 255 CHARACTERS.
Command Interpreter (CIERR) 1614 1615 1616 1617 1618 1619 1620 1626 134 MESSAGE EXPECTED "@" OR A PARTICULAR JOB NAME. (CIERR 1614) CAUSE You entered a syntax error. ACTION Check the syntax and reenter the command. MESSAGE JOB NAME MAY NOT EXCEED 8 CHARACTERS. (CIERR 1615) CAUSE The specified job name was more than eight characters. ACTION Specify a job name that contains eight or fewer characters. MESSAGE JOB NAME MUST START WITH ALPHABETIC CHARACTER.
Command Interpreter (CIERR) 1627 MESSAGE ! NOT INTERACTIVE; MESSAGE NOT SENT TO JOB (CIWARN 1627). CAUSE You cannot send a message to a job. ACTION Only send messages to interactive sessions. 1628 MESSAGE LOGON DEVICE ACCESS SECURITY VIOLATION (CIERR 1628). 1630 MESSAGE TARGET FILE IS THE ONLY PARAMETER ALLOWED. (CIERR 1630) CAUSE The only valid parameter is the target file. ACTION Specify a valid target file. MESSAGE TARGET FILE IS A REQUIRED PARAMETER.
Command Interpreter (CIERR) 1641 1642 1643 1644 1645 1646 1649 136 ACTION Specify only the input speed and output speed with this command. MESSAGE SPEED REQUIRES EITHER AN INPUT OR AN OUTPUT SPEED. (CIERR 1641) CAUSE The SPEED command requires either an INPUT or an OUTPUT speed to be specified. ACTION Specify either an INPUT or an OUTPUT speed with the SPEED command. MESSAGE INPUT SPEED SPECIFIED NOT SUPPORTED BY THIS DEVICE.
Command Interpreter (CIERR) 1650 1651 1652 1653 1654 1655 1656 1657 Chapter 2 CAUSE This command expects you to specify either ON or OFF. ACTION Specify either ON or OFF with this command. MESSAGE ALLOCATE HAS ONLY TWO PARAMETERS. (CIERR 1650) CAUSE The parameter specified is not allowed with the ALLOCATE command. ACTION The ALLOCATE command only accepts the procedure or program name parameters. MESSAGE REQUIRES AT LEAST A PROGRAM NAME.
Command Interpreter (CIERR) 1658 1659 1664 1666 1667 1668 1669 1670 138 ACTION Reenter the command using a "non-backreferenced" file name. Do not enter a file name that has an asterisk (*) at the beginning of it, since that indicates that it refers to a file equation. MESSAGE PROGRAM FILE MAY NOT BE A SYSTEM DEFINED FILE. (CIERR 1658) CAUSE Same as the message. ACTION None; the message is for information only.
Command Interpreter (CIERR) 1675 1676 1680 1681 1684 1685 1686 1690 1691 Chapter 2 MESSAGE EXPECTED EITHER "ON" OR "OFF". (CIERR 1675) CAUSE This command expects you specify either ON or OFF. ACTION Specify either ON or OFF with this command. MESSAGE UNEXPECTED PARAMETER TO SETMSG COMMAND. (CIERR 1676) CAUSE The parameter specified is not recognized by the SETMSG command. ACTION Specify only valid parameters for the SETMSG command. MESSAGE UNKNOWN OPTION TO SETDUMP COMMAND.
Command Interpreter (CIERR) is rinnumber. 1692 1693 1694 1695 1696 1697 1698 140 ACTION Specify only the rinnumber with the FREERIN command. MESSAGE CAN'T ALLOCATE RIN, RIN TABLE FULL. (CIERR 1692) CAUSE Once the RIN table becomes full no additional RINs can be allocated. ACTION Wait until a RIN becomes available or request your system manager to raise the maximum number of RINs that can be assigned. MESSAGE THIS RIN ISN'T ALLOCATED.
Command Interpreter (CIERR) charactaer. 1700 1701 1702 1703 1704 1705 1710 1711 1712 Chapter 2 MESSAGE MAXIMUM OF 2 PARAMETERS. (CIERR 1700) CAUSE You entered a syntax error. ACTION Check the syntax and reenter the command. MESSAGE PARAMETER NOT ONE OF CS,DS,ES OR 0. (CIERR 1701) CAUSE Same as the message. ACTION Check the syntax and reenter the command. MESSAGE DEFAULT PRIORITY OF 0 NOT ALLOWED. DEFAULTED TO CS. (CIWARN 1702) CAUSE Same as the message.
Command Interpreter (CIERR) 1713 1714 1715 1716 1717 1718 1719 1720 1721 142 ACTION Specify a value between 0 and 65535. MESSAGE "8" OR "9" DIGIT FOUND IN OCTAL VALUE FOR JCW. (CIERR 1713) CAUSE Octal values do not allow the digits 8 or 9. ACTION Specify an octal value that includes only the allowed digits (0-7). MESSAGE MAXIMUM "OK" VALUE IS 65535. (CIERR 1714) CAUSE Value specified was more than 65535. ACTION Specify a value of no more than 65535.
Command Interpreter (CIERR) 1722 1723 1724 1725 1726 1728 1730 1731 Chapter 2 ACTION Enter the SETJCW again using the syntax shown in the error message. MESSAGE OUT OF SPACE IN JOB DIRECTORY TABLE - UNABLE TO ADD NEW JCW. (CIERR 1722) CAUSE The job directory table is full. ACTION Contact your system manager. MESSAGE UNLESS A :CONTINUE IS IN EFFECT, THE REMAINDER OF THE CURRENT UDC WILL BE FLUSHED. (CIWARN 1723) CAUSE The next command in the UDC will result in an error.
Command Interpreter (CIERR) you did not, define the JCW, and reenter the command. 1735 1736 1737 1738 1739 1740 1741 1742 144 MESSAGE THE REST OF THE RELATIONAL EXPRESSION IS MISSING. (CIERR 1735) CAUSE You entered an invalid expression. ACTION Correct the relational expression and reenter it. MESSAGE EXPECTED ONE OF <, >, =, <=, >=, OR <>. (CIERR 1736) CAUSE You entered a syntax error. ACTION Correct the relational expression and reenter it.
Command Interpreter (CIERR) 1743 1744 1745 1746 1747 1748 1749 Chapter 2 CAUSE Parameters specified were not recognized by the IF command. ACTION The IF command only recognizes the CONDITION and THEN statement parameters. MESSAGE IF COMMANDS MAY NOT BE NESTED MORE THAN 30 LEVELS. (CIERR 1743) CAUSE The IF command was nested more than 30 levels which is not allowed. ACTION Do not nest the IF command more than 30 levels. MESSAGE THE ELSE COMMAND HAS NO PARAMETERS.
Command Interpreter (CIERR) 1750 1751 1752 1753 1754 1755 1756 1760 1761 146 ACTION None; the message is for information only. MESSAGE :ELSEIF CANNOT FOLLOW :ELSE. (CIWARN 1750) CAUSE ELSEIF must not follow ELSE. ACTION You must maintain proper IF...ELSE...ENDIF constructs. Check the nesting in your IF construction. MESSAGE BAD IF EXPRESSION (CIERR 1751) CAUSE A relational expression is not valid. ACTION Review the relational expression and correct it where necessary.
Command Interpreter (CIERR) 1762 1763 1764 1765 1766 1767 1768 1769 1770 Chapter 2 CAUSE Same as the message. ACTION Review the command and reenter the CLINE equation as necesary. MESSAGE TOO MANY BACK CLINE REFERENCES. (CIERR 1762) CAUSE Same as the message. ACTION Review the CLINE equations and delete as necessary. MESSAGE INVALID CLINE DESIGNATOR. (CIERR 1763) CAUSE Same as the message. ACTION Check the syntax and reenter the command. MESSAGE CLINE EQUATION NOT FOUND.
Command Interpreter (CIERR) 1771 1772 1773 1774 1775 1776 1777 1778 148 CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE SYNTAX ERROR IN LINE SPECIFICATION. (CIERR 1771) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE INTEGER OUT OF RANGE OR BAD FORMAT. (CIERR 1772) CAUSE Same as the message. ACTION Review the command and then reissue it. MESSAGE INTEGER NOT IN RANGE 0 - 255.
Command Interpreter (CIERR) 1779 1780 1781 1782 1783 1784 1785 1786 1793 Chapter 2 MESSAGE INTEGER NOT IN RANGE 0 - 15. (CIERR 1779) CAUSE The integer value entered was less than zero (0) or greater than 15. ACTION Reenter the command making sure the integer value specified is within the range of 0 to 15. MESSAGE DRIVER NAME > 8 CHARACTERS LONG. (CIERR 1780) CAUSE The driver name specified was more than 8 characters long.
Command Interpreter (CIERR) 1800 1801 1802 1803 1804 1805 1806 1807 1808 150 ACTION Contact the system manager to rebuild the help catalog. MESSAGE UNABLE TO OPEN HELP CATALOG - 'CICAT.PUB.SYS' (HERR 1800) CAUSE The HELP catalog (CICAT.PUB.SYS) does not exist. MESSAGE HELP TERMINATED. CAUSE Same as message content. ACTION None. Information only. MESSAGE FILE SYSTEM ERROR READING HELP CATALOG, 'CICAT.PUB.SYS'. (CIERR 1802) CAUSE Same as message content. ACTION Try again.
Command Interpreter (CIERR) 1815 1816 1817 1818 1819 Chapter 2 ACTION Reissue the command. MESSAGE FWRITE HELP UDC HEADER FAILED (CIERR 1815) CAUSE Same as the message. ACTION Reissue the command. MESSAGE FWRITE HELP COMMAND LINES FAILED (CIERR 1816) CAUSE Same as the message. ACTION Reissue the command. MESSAGE WARN NO HELP COMMAND NAME SPECIFIED (CIERR 1817) CAUSE Same as the message. ACTION Reissue the command.
Command Interpreter (CIERR) 152 Chapter 2
3 Command Interpreter Errors 1901 to 12256.
Command Interpreter (CIERR) 1901-12256 (CIERR) 1901-12256 1901 1902 1903 1904 1905 1906 154 MESSAGE CANNOT FIND USER-LEVEL LOGON COMMAND. LOGON UDC NOT EXECUTED. (CIERR 1901) CAUSE The logon UDC was not found. ACTION Use SHOWCAT to check USER level UDCs for a logon UDC. Then use the SETCATALOG command and specify the UDC file that contains that logon UDC. MESSAGE CANNOT FIND ACCOUNT-LEVEL LOGON COMMAND. LOGON UDC NOT EXECUTED. (CIERR 1902) CAUSE The logon UDC was not found.
Command Interpreter (CIERR) 1901-12256 1907 1908 1909 1910 1911 1912 1913 1914 1915 Chapter 3 MESSAGE UDC AT NEST LIMIT, COULDN'T EXECUTE COMMAND OR WOULD STACK OVERFLOW. (CIERR 1907) CAUSE Same as the message. ACTION Examine the UDCs in the UDC file for recursive loops and nesting of UDCs. MESSAGE COULDN'T GET UDC DATA SEGMENT. (CIERR 1908) CAUSE Same as the message. ACTION Log off and then log on again. MESSAGE UDC DIRECTORY OVERFLOW, TOO MANY COMMANDS.
Command Interpreter (CIERR) 1901-12256 1916 1921 1922 1923 1924 1925 1926 1927 156 ACTION Reissue the command. MESSAGE COULDN'T GET UDC FILE LOCKWORD. SETCATALOG FAILED. (CIERR 1916) CAUSE Same as the message. ACTION Reissue the SETCATALOG command using the correct lockword. MESSAGE COULDN'T OPEN UDC LIST FILE - !. (CIERR 1921) CAUSE Same as the message. ACTION "Unset" the UDCs for that account/user by entering the SETCATALOG command without specifying a file name after it.
Command Interpreter (CIERR) 1901-12256 1928 1929 1931 1933 1934 1935 1936 1937 1938 Chapter 3 MESSAGE NO ACCOUNT LEVEL UDCS HAVE BEEN INITIALIZED. (CIWARN 1928) CAUSE Same as message content. ACTION None. Information only. MESSAGE NO SYSTEM LEVEL UDCS HAVE BEEN INITIALIZED. (CIWARN 1929) CAUSE Same as message content. ACTION None. Information only. MESSAGE NO USER DEFINED COMMAND CATALOGS IN USE. (CIERR 1931) CAUSE Same as the message.
Command Interpreter (CIERR) 1901-12256 THE "ACCOUNT" PARAMETER. (CIERR 1938) 1939 1940 1941 1942 1943 1944 1945 1946 158 CAUSE User does not have Account Manager (AM) capability. ACTION Ask your system manager to assign AM capability to your user name. MESSAGE THE "ACCOUNT" AND "SYSTEM" PARAMETERS CANNOT BE SPECIFIED SIMULTANEOUSLY. (CIERR 1939) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE TOO MANY UDC CONTINUATION LINES, 320 CHAR. MAX.
Command Interpreter (CIERR) 1901-12256 1947 1948 1949 1950 1951 1952 1953 1954 1955 Chapter 3 ACTION Check the syntax and reenter the command. MESSAGE CAN'T FIND A UDC PARAMETER FOR THIS NAME. (CIERR 1947) CAUSE You entered a syntax error. ACTION Check the syntax and reenter the command. MESSAGE REQUIRED UDC PARAMETER IS MISSING. (CIERR 1948) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE ASSEMBLED UDC COMMAND IS TOO LONG, 278 CHARS.
Command Interpreter (CIERR) 1901-12256 ACTION Check the syntax and reenter the command. MESSAGE UNKNOWN OPTION KEYWORD. THIS OPTION IGNORED. VALID OPTIONS: HELP/NOHELP, LIST/NOLIST, BREAK/NOBREAK, LOGON/NOLOGON. (CIWARN 1956) CAUSE Syntax error. ACTION None. Information only. 1968 MESSAGE OPTION NOPROGRAM OVER-RIDDEN BY PREVIOUS PROGRAM. (CIWARN 1968) 1969 MESSAGE OPTION NOPROGRAM OVER-RIDDEN BY PREVIOUS NOPROGRAM. (CIWARN 1969) 1970 MESSAGE OPTION LIST OVER-RIDDEN BY PREVIOUS NOLIST.
Command Interpreter (CIERR) 1901-12256 ACTION None. Information only. MESSAGE OPTION BREAK OVER-RIDDEN BY PREVIOUS NOBREAK. (CIWARN 1977) CAUSE Same as message content. ACTION None. Information only. 1978 MESSAGE OPTION RECURSION OVER-RIDDEN BY PREVIOUS RECURSION. (CIWARN 1978) 1979 MESSAGE OPTION RECURSION OVER-RIDDEN BY PREVIOUS NORECURSION. (CIWARN 1979) 1980 MESSAGE :SETCATALOG EXPECTS AN EQUAL SIGN ("=") AFTER "USER" KEYWORD (CIERR 1980). CAUSE Syntax error.
Command Interpreter (CIERR) 1901-12256 SPECIFICATION AFTER "USER" KEYWORD OF THE FORM: username[.accountname]. (CIERR 1991). 1992 1993 1994 1995 1996 2000 2001 162 CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE EXPECTED A PERIOD (".") BETWEEN USER AND ACCOUNT NAMES. (CIERR 1992) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE TOO MANY PARAMETERS FOR :SHOWCATALOG. EXTRAS IGNORED. (CIWARN 1993) CAUSE Syntax error. ACTION None.
Command Interpreter (CIERR) 1901-12256 specified is within the range of 1 to 8 characters. 2002 2003 2004 2005 2006 2007 2008 2009 Chapter 3 MESSAGE ACCOUNT NAME CONTAINS SPECIAL CHARACTERS. ALPHA-NUMERIC CHARACTERS ALLOWED ONLY. (CIERR 2002). CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE ACCOUNT NAME TOO LONG. EXPECTS 1 TO 8 CHARACTERS. (CIERR 2003). CAUSE The account name specified exceeded 8 characters.
Command Interpreter (CIERR) 1901-12256 IS: :SETCATALOG [udcfile1 [,udcfile2 ...]][;SYSTEM][;ACCOUNT][;SHOW] [;USER=username[.accountname]] (CIERR 2009). 2010 2011 2012 2013 2021 164 CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE UNKNOWN SYNTAX. EXPECTED :SHOWCATALOG SYNTAX IS: :SHOWCATALOG [LISTFILE][;USER=username[.accountname]]. (CIERR 2010). CAUSE Syntax error. ACTION Check the syntax and reenter the command.
Command Interpreter (CIERR) 1901-12256 2022 MESSAGE FWRITE FILE NAME FAILED ON UDC LIST FILE - !. (CIERR 2022) CAUSE Same as the previous message (2021). ACTION Same as the previous message (2021). 2023 MESSAGE ONLY ONE LIST FILE IN SHOWCATALOG COMMAND (CIERR 2023) 2024 MESSAGE WARN NO DELIMITER ON LIST FILE (CIERR 2024) CAUSE You entered a syntax error. ACTION Check the syntax and reenter the command. MESSAGE TOO MANY CHARACTERS IN PARAMETER NAME DEFINITION, 255 MAXIMUM.
Command Interpreter (CIERR) 1901-12256 2034) CAUSE Internal error. ACTION There is no action that you can take. 2035 MESSAGE TRYING TO SEARCH FOR UDCS ON NONEXISTENT LEVEL (CIERR 2035) 2036 MESSAGE BAD UDC COMMAND ENTRY, NOT MATCH FILE - NOT EXECUTED (CIERR 2036) 2037 MESSAGE TOO MANY CHARACTERS IN PARAMETER NAME, 255 MAXIMUM (CIERR 2037) CAUSE The parameter name definition in a UDC or user command file exceeded the maximum character length of 255 characters.
Command Interpreter (CIERR) 1901-12256 FILE (CIERR 2044) 2045 MESSAGE ONLY ONE PARAMETER LINE IN USER COMMANDS (CIERR 2045) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE NO USER COMMAND IN FILE, EOF FOUND (CIERR 2046) CAUSE You have an empty UDC file. ACTION Put some UDCs in your UDC file before using the SETCATALOG command on that UDC file.
Command Interpreter (CIERR) 1901-12256 entries. 2054 MESSAGE WARN NO NEW UDC FILES WERE ADDED (CIWARN 2054) CAUSE Information only. ACTION None. Information only. 2055 MESSAGE FWRITE FNAME IN SHOW OPTION FAILED (CIERR 2055) 2056 MESSAGE DIRECTORY BUILD FAILED ON USER LEVEL (CIERR 2056) 2057 MESSAGE DIRECTORY BUILD FAILED ON ACCOUNT LEVEL (CIERR 2057) 2058 MESSAGE DIRECTORY BUILD FAILED ON SYSTEM LEVEL (CIERR 2058) 2059 MESSAGE CAN'T SPECIFY "USER" WITH "APPEND" OR "DELETE".
Command Interpreter (CIERR) 1901-12256 CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE BAD SYNTAX IN USER COMMAND HEADER LINE. (CIERR 2066) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE JOB TABLE CORRUPTED, CANNOT DO UDCS. (CIERR 2067) CAUSE Internal error. ACTION There is no action you can take. MESSAGE SPECIAL CHARACTERS NOT ALLOWED IN UDC NAME. (CIERR 2068) CAUSE Syntax error.
Command Interpreter (CIERR) 1901-12256 of files. ACTION Check the SETCATALOG append option and provide the filename or a list of files. MESSAGE TRYING TO DELETE FILE THAT IS NOT CATALOGED. (CIERR 2300) CAUSE The DELETE option of the SETCATALOG command specified a file that is not cataloged. ACTION Do not specify an uncataloged file with the DELETE option of the SETCATALOG command. 2301 MESSAGE DELETE FILE FROM DIRECTORY FAILED.
Command Interpreter (CIERR) 1901-12256 3001 MESSAGE LOGICAL DEVICE NUMBERS MUST BE BETWEEN 1 AND 2175. (CIERR 3001) 3002 MESSAGE DEVICE NUMBER > !, THE HIGHEST IN THIS CONFIGURATION. (CIERR 3002) 3003 MESSAGE HEADON HAS EXACTLY ONE PARAMETER, THE DEVICE NUMBER. (CIERR 3003) 3004 MESSAGE HEADOFF HAS EXACTLY ONE PARAMETER, THE DEVICE NUMBER. (CIERR 3004) 3005 MESSAGE DEVICE MUST BE ONE OF EITHER CARD READER, PRINTER, OR CARD READ/PUNCH.
Command Interpreter (CIERR) 1901-12256 CAUSE Same as message content. ACTION None. Information only. MESSAGE DEVICE IN USE, DOWN PENDING (CIWARN 3018) CAUSE Same as message content. ACTION None. Information only. 3019 MESSAGE ABORTIO EXPECTS ONLY ONE PARAMETER. (CIERR 3019) 3020 MESSAGE NO REPLIES PENDING (CIWARN 3020) CAUSE Same as message content. ACTION None. Information only. 3021 MESSAGE ONE OR MORE DEVICES IN THAT DEVICE CLASS ARE ASSOCIATED BY OTHERS.
Command Interpreter (CIERR) 1901-12256 CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE REFUSE HAS ONLY TWO PARAMETERS. (CIERR 3030) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE ACCEPT HAS AT LEAST ONE PARAMETER, THE DEVICE NUMBER (CIERR 3031) CAUSE No parameters were specified with ACCEPT. ACTION Check the syntax and reenter the command.
Command Interpreter (CIERR) 1901-12256 3041 3042 3043 3044 3045 3046 3047 174 CAUSE The job number was ommitted or not entered correctly. ACTION Reenter the command making sure the job number is entered in the form #Jnnn. MESSAGE JOB NUMBER MUST BE WITHIN 1 AND 16383. (CIERR 3041) CAUSE The job number entered was less than 1 or greater than 16,383. ACTION Reenter the command using a job number between 1 and 16,383. MESSAGE JOB DOES NOT EXIST.
Command Interpreter (CIERR) 1901-12256 3047) CAUSE The command entered is executable from the console only unless distributed with the ALLOW command, or if the JOBSECURITY is set to LOW. ACTION Issue the command from the console, or have the operator set JOBSECURITY to LOW. MESSAGE REPLY HAS AT LEAST TWO PARAMETERS. (CIERR 3048) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE REPLY HAS ONLY THREE PARAMETERS. (CIERR 3049) CAUSE Syntax error.
Command Interpreter (CIERR) 1901-12256 3058 MESSAGE EXECUTING THIS COMMAND REQUIRES PRIOR ASSOCIATION TO THAT DEVICE CLASS. (CIERR 3058) CAUSE The DISASSOCIATE command was used for a device class that has not been associated with the ASSOCIATE command. ACTION Use the DISASSOCIATE command only for devices that have been associated with the ASSOCIATE command. MESSAGE ASSOCIATING THIS DEVICE REQUIRES SYSTEM MANAGER'S PERMISSION.
Command Interpreter (CIERR) 1901-12256 NUMBER. (CIERR 3066) 3067 3068 3069 3070 3071 3072 Chapter 3 CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE STREAMS DEVICE CANT BE A TERMINAL. (CIERR 3067) CAUSE The logical device specified with the STREAMS command is a terminal. ACTION Any input device except the System Console or terminals may be used with the STREAMS command, providing that it was configured as job-accepting in the SYSGEN dialog.
Command Interpreter (CIERR) 1901-12256 3073 3074 3075 3076 3077 3078 3079 178 MESSAGE LIMIT EXPECTS A COMMA BETWEEN PARAMETERS. (CIERR 3073) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE EXPECTED SESSION LIMIT BETWEEN 0 AND 32767. (CIERR 3074) CAUSE The session limit parameter value specified with the LIMIT command was not within the valid range of 0 and 32,767.
Command Interpreter (CIERR) 1901-12256 3080 3081 3082 3083 3084 3085 3086 3087 3088 Chapter 3 MESSAGE EXPECTED [JOBNAME,]USERNAME.ACCOUNTNAME. (CIERR 3080) CAUSE The syntax of the job identifier is as shown above. If the optional jobname is supplied the entire identifier must be enclosed in quotes. All of the above names must begin with a letter and cannot exceed eight characters in length. ACTION Correct your typo and try again. MESSAGE USER NAME AND ACCOUNT NAME ARE AT MOST 8 CHARACTERS.
Command Interpreter (CIERR) 1901-12256 3089 3090 3091 3092 3093 3094 3095 3096 180 CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE ALTJOB EXPECTS AT LEAST JOB NUMBER AND ONE OF EITHER INPRI OR OUTDEV. (CIERR 3089) CAUSE No parameters were entered with the ALTJOB command. ACTION Reenter the ALTJOB command making sure the job number and either the input priority (INPRI) or the destination device (OUTDEV) parameters are specified.
Command Interpreter (CIERR) 1901-12256 3096) 3097 3098 3099 3100 3101 3102 3104 Chapter 3 CAUSE The delimiter is missing between the command names in the COMMANDS= parameter of the ALLOW command. ACTION Reenter the ALLOW command making sure the commands in the COMMANDS= parameter are separated by a comma. MESSAGE EXPECTED ;COMMANDS= . (CIERR 3097) CAUSE The COMMANDS= parameter was missing from the ALLOW command.
Command Interpreter (CIERR) 1901-12256 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 182 ACTION Check the syntax and reenter the command. MESSAGE LMOUNT EXPECTS VOLUMESET.GROUP.ACCOUNT[;GEN=GENINDEX] (CIERR 3105) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE LDISMOUNT HAS EXACTLY 3 PARAMETERS. (CIERR 3106) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE EXPECTED SET NAME OR "*". (CIERR 3107) CAUSE Syntax error.
Command Interpreter (CIERR) 1901-12256 (CIERR 3114) 3115 MESSAGE DEVICE MUST BE TAPE FOR USE BY MONITORING. (CIERR 3115) 3116 MESSAGE DEVICE MUST BE DOWN FOR USE BY MONITORING. (CIERR 3116) 3117 MESSAGE EXPECTED ;E= . (CIERR 3117) 3118 MESSAGE ASOCIATE TABLE INCOMPATIBLE WITH OS. USE ASOCTBL.PUB.SYS TO RECREATE ASOCIATE.PUB.SYS. (CIERR 3118) 3120 MESSAGE EXPECTED COMMA FOLLOWING MASK. (CIERR 3120) CAUSE Syntax error. ACTION Check the syntax and reenter the command.
Command Interpreter (CIERR) 1901-12256 CAUSE The specified PASSEXEMPT value differs from the current Security Monitor setting. The specified PASSEXEMPT value is combined with the corresponding Security Monitor value, and the result is displayed in this warning and set by JOBSECURITY. ACTION If you wish a different PASSEXEMPT setting please re-configure the Security Monitor’s “stream privilege” and/or “stream authorize” settings. MESSAGE EXPECTED ONE OF EITHER HIGH OR LOW.
Command Interpreter (CIERR) 1901-12256 3148) 3149 MESSAGE CONSOLE NOT SWITCHED; DEVICE IS DOWN OR DOWN PENDING (CIERR 3149 3150 MESSAGE DOWN NOT PERFORMED ON CONSOLE DEVICE (CIERR 3150) 3151 MESSAGE THE DOWN COMMAND IS NOT APPLICABLE TO DISCS. (CIERR 3151) 3160 MESSAGE CANNOT ABORT I/O ON A DISK DRIVE. (CIERR 3160) 3161 MESSAGE HLIO INTERNAL ERROR. COMMAND CANNOT BE EXECUTED. (CIERR 3161) 3170 MESSAGE FILE NAME CONTAINS EMBEDDED NON-ALPHANUMERIC CHARS. CONFIGURED TERMINAL TYPE USED.
Command Interpreter (CIERR) 1901-12256 3179 MESSAGE FIRST CHARACTER IN LOCKWORD NOT ALPHABETIC. CONFIGURED TERMINAL TYPE USED. (CIWARN 3179) ACTION None. Information only. MESSAGE FIRST CHARACTER IN GROUP NAME NOT ALPHABETIC. CONFIGURED TERMINAL TYPE USED. (CIWARN 3180) ACTION None. Information only. MESSAGE FIRST CHARACTER IN ACCOUNT NAME NOT ALPHABETIC. CONFIGURED TERMINAL TYPE USED. (CIWARN 3181) ACTION None. Information only. MESSAGE UNIDENTIFIABLE FILE SET NAME.
Command Interpreter (CIERR) 1901-12256 3212 MESSAGE EXPECTED PRIORITY BETWEEN 0 AND 14. (CIERR 3212). 3213 MESSAGE STARTSPOOL REQUIRES EXACTLY 1 PARAMETER, THE LDEV OR DEVICE CLASS. (CIERR 3213). 3214 MESSAGE THE DEVICE CLASS CONTAINS MORE THAN 8 CHARACTERS. (CIERR 3214). 3215 MESSAGE THE DEVICE CLASS IS NOT CONFIGURED IN THIS SYSTEM. (CIERR 3215). 3216 MESSAGE EXPECTED REPLY OF "IN" OR "OUT". (CIERR 3216). 3217 MESSAGE DEVICE IS NOT CORRECT TYPE FOR SPOOLEE. (CIERR 3217).
Command Interpreter (CIERR) 1901-12256 ACTION Check the syntax and reenter the command. 3231 MESSAGE SUSPENDSPOOL EXPECTS "FINISH" AS SECOND PARAMETER. (CIERR 3231). 3232 MESSAGE RESUMESPOOL REQUIRES AT LEAST ONE PARAMETER, THE LDEV. (CIERR 3232). CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE SPECIFICATION OF DEFER OVERRIDES PREVIOUS PRI. (CIWARN 3233). ACTION None. Information only. MESSAGE SPECIFICATION OF PRI OVERRIDES PREVIOUS DEFER. (CIWARN 3234).
Command Interpreter (CIERR) 1901-12256 THE ALLOW OR ASSOCIATE COMMANDS. (CIERR 3247) 3248 MESSAGE LDEV HAS NO ACTIVE SPOOLFILE (CIERR 3248) 3249 MESSAGE EXTRA PARMS AFTER "BEGINNING" (CIERR 3249) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE EXPECTED BLANK DELIMITER (CIERR 3250) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE EXPECTED ONE OF LDEV [;SHUTQ] (CIERR 3251) CAUSE Syntax error.
Command Interpreter (CIERR) 1901-12256 3265 3266 3267 3268 3269 3282 3284 3285 3286 3287 3288 3289 190 MESSAGE DEVICE QUEUE ALREADY OPEN. (CIWARN 3265) ACTION None. Information only. MESSAGE DEVICE CLASS QUEUE ALREADY OPEN. (CIWARN 3266) ACTION None. Information only. MESSAGE DEVICE QUEUE ALREADY SHUT. (CIWARN 3267) ACTION None. Information only. MESSAGE DEVICE CLASS QUEUE ALREADY SHUT. (CIWARN 3268) ACTION None. Information only.
Command Interpreter (CIERR) 1901-12256 ACTION None. Information only. 3290 MESSAGE UNEXPECTED RIT STATUS = !. (CIERR 3290) 3291 MESSAGE REPLY REQUIRES THREE PARAMETERS. (CIERR 3291) CAUSE Syntax error. ACTION Check the syntax and reenter the command. 3301 MESSAGE DEVICE MUST BE 2608 OR 2631 LINE PRINTER, LDEV = !. (CIERR 3301) 3302 MESSAGE MARGIN MUST BE NUMERIC . (CIERR 3302) 3303 MESSAGE MARGIN MUST BE BETWEEN 1 AND 16. (CIERR 3303) 3304 MESSAGE TOO MANY PARAMETERS.
Command Interpreter (CIERR) 1901-12256 3313 MESSAGE EXPECTED COMMA TO DELIMIT COMMENT. (CIERR 3313) CAUSE Syntax error. ACTION Check the syntax and reenter the command. MESSAGE VFC OR MARGIN MUST HAVE AT LEAST ONE PARAMETER. (CIERR 3314) CAUSE Syntax error. ACTION Check the syntax and reenter the command. 3315 MESSAGE VFC LINES PER INCH MUST BE NUMERIC. (CIERR 3315) 3316 MESSAGE VFC NUMBER OF PRINTLINES MUST BE NUMERIC. (CIERR 3316) 3317 MESSAGE VFC CANNOT EXCEED 127 LINES/FORM.
Command Interpreter (CIERR) 1901-12256 3326 MESSAGE EXPECTED COMMA DELIMITERS IN THE "VFC" RECORD. (CIERR 3326) 3327 MESSAGE DOWNLOAD EXPECTS A COMMA AFTER THE DEVICE NUMBER. (CIERR 3327) CAUSE Syntax error. ACTION Check the syntax and reenter the command. 3328 MESSAGE BAD CHARACTER(S) IN VFC CHANNEL DEFINITION LINE. LEGAL CHARACTERS ARE " ", "0", AND "1". (CIERR 3328) 3329 MESSAGE IMPROPER LINES-PER-INCH SPECIFIED. "6" LPI USED. (CIWARN 3329) 3330 MESSAGE EXTRA VFC FILE LINE.
Command Interpreter (CIERR) 1901-12256 that is not recognized by the command interpreter. 3351 3352 3353 3354 3355 3356 194 ACTION Use a valid file name for the WELCOME message file. MESSAGE EMBEDDED NON-ALPHANUMERIC CHARACTERS IN LOCKWORD. WELCOME MESSAGE REMAINS UNCHANGED. (CIERR 3351) CAUSE The lockword entered to access the WELCOME message file contains a character that is not recognized by the CI. ACTION Use a valid file name, with the appropriate lockword, for the WELCOME message file.
Command Interpreter (CIERR) 1901-12256 3357 3358 3359 3360 3361 3362 Chapter 3 ACTION Correctly reenter the WELCOME message file name and group name. MESSAGE ACCOUNT NAME GREATER THAN 8 CHARACTERS LONG. WELCOME MESSAGE REMAINS UNCHANGED. (CIERR 3357) CAUSE The account name used to access the WELCOME message file contains extraneous characters. ACTION Correctly reenter the WELCOME message's file name, group and account names. MESSAGE FIRST CHARACTER IN FILENAME IS NON-ALPHA.
Command Interpreter (CIERR) 1901-12256 WELCOME command to define a welcome message. 3363 3364 3365 3366 3367 3368 3370 196 ACTION Reenter the command providing only one parameter. MESSAGE WELCOME FILE MUST BE FIXED RECORD FORMAT. WELCOME MESSAGE REMAINS UNCHANGED. (CIERR 3363) CAUSE The WELCOME message file is not in fixed record format. ACTION Alter the WELCOME message file so that it is in fixed record format. MESSAGE WELCOME FILE MUST BE ASCII. WELCOME MESSAGE REMAINS UNCHANGED.
Command Interpreter (CIERR) 1901-12256 (CIERR 3370) 3371 3372 3373 3374 3375 3376 3377 3378 Chapter 3 CAUSE Two parameters are to be provided; LDEV and ENABLE/DISABLE. ACTION Provide both parameters. MESSAGE THE ONLY VALID DELIMITER BETWEEN PARMS IS A COMMA. (CIERR 3371) CAUSE A command line delimiter other than a comma (,) has been used. ACTION Use the comma (,) as a delimiter in the command line. MESSAGE INVALID NUMERICAL VALUE FOR LDEV.
Command Interpreter (CIERR) 1901-12256 address of a device, has failed. ACTION Call your service representative. MESSAGE DISCRPS IS NOT ENABLED ON THIS DEVICE. (CIERR 3379) CAUSE The Rotational Position Sensing (RPS) feature on the specified logical device has not been enabled. ACTION Use the DISCRPS command to enable the device. MESSAGE DISCRPS IS ALREADY ENABLED ON THIS DEVICE.
Command Interpreter (CIERR) 1901-12256 3400 3401 3402 3403 3404 3405 3406 3407 3408 Chapter 3 MESSAGE SYSTEM MONITOR IS ALREADY ENABLED. (CIERR 3400) CAUSE Device referenced has been enabled. ACTION User does not need to enable system monitor. MESSAGE COULD NOT ENABLE MEASIO. (CIERR 3401) CAUSE Measurement Interface can not be enabled. ACTION User cannot enable MEASIO. MESSAGE UNABLE TO GET DATASEG BUFFER FOR SYSTEM MONITOR.
Command Interpreter (CIERR) 1901-12256 3409 3410 3411 3412 3413 3414 3415 3420 3421 3422 3423 200 MESSAGE UNABLE TO LOAD MIO'INIT. (CIERR 3409) CAUSE MIO'INIT process is not able to be accessed. ACTION Check MIO'INIT process. MESSAGE MEASIO ERROR. (CIERR 3410) CAUSE Process has encountered an error. ACTION Check measurement interface code segmenter. MESSAGE UNABLE TO LOAD MIO'RESET. (CIERR 3411) CAUSE Program requested cannot be accessed or found. ACTION Check program.
Command Interpreter (CIERR) 1901-12256 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 Chapter 3 CAUSE A labeled magnetic tape is mounted on the device specified. ACTION Check magnetic tape. MESSAGE NO TAPE MOUNTED ON SPECIFIED DEVICE. (CIERR 3424) CAUSE No magnetic tape is mounted on the device referenced. ACTION Mount tape on device. MESSAGE IMPROPER LOGICAL DEVICE SPECIFIED. (CIERR 3425) CAUSE Logical Device referenced is not accepted.
Command Interpreter (CIERR) 1901-12256 3434 3435 3460 3461 3463 3464 3465 3466 202 CAUSE The device specified as system monitor is not enabled. ACTION Enable the system monitor. MESSAGE SYSTEM MONITOR IS RUNNING, USE OPERATOR COMMAND -MOFF-. (CIERR 3434) CAUSE The system monitor is currently running. ACTION To turn off the monitor, use the alternate operator command, MOFF. MESSAGE LDEV MUST BE A 7970E OR 7970B TAPE DRIVE.
Command Interpreter (CIERR) 1901-12256 3467 3468 3469 3470 3471 3472 3473 3750 Chapter 3 ACTION Check command syntax. MESSAGE EXPECTED EITHER CQ, DQ, OR EQ. (CIERR 3467) CAUSE Syntax error. ACTION Check command syntax. MESSAGE EXPECTED ! AS A SEPARATOR BEFORE PARAMETER. (CIERR 3468) CAUSE Only a the specified delimeter (represented by a ! in this message) can be used as a parameter delimiter. ACTION Check command line syntax and make sure you are using the appropriate delimiter.
Command Interpreter (CIERR) 1901-12256 3751 3752 3753 3754 3810 3811 3812 3813 3814 204 ACTION Reenter command line specifying either AUTO or NOAUTO. MESSAGE LOGFILE MUST END WITH "001" TO USE AUTO (CIERR 3751) CAUSE Logfile entry must end with "001". ACTION Reenter logfile number.
Command Interpreter (CIERR) 1901-12256 3815 3816 3817 3818 3819 3820 3821 3822 Chapter 3 ACTION Activate log process. MESSAGE EXPECTED ONE OF START, STOP, OR RESTART. (CIERR 3815) CAUSE Incorrect parameter used. ACTION Check command syntax. MESSAGE LOG PROCESS IS ALREADY RUNNING. (CIERR 3816) CAUSE User attempted to START or RESTART logging when logging was already running. ACTION Wait until log process has ended before reexecuting. MESSAGE UNABLE TO INITIATE LOG PROCESS FOR LOGID.
Command Interpreter (CIERR) 1901-12256 3823 3824 3825 3826 3827 3828 3829 3830 206 MESSAGE ENHANCE= PARAMETER OVERRIDES PREVIOUS ENHANCE=PARAMETER. (CIWARN 3823) CAUSE Previous ENHANCE= parameter has been overwritten with current parameter. ACTION No action needed unless overwrite was in error. MESSAGE EXPECTED EQUAL SIGN TO DELIMIT PARAMETER. (CIERR 3824) CAUSE Error detected in parameter delimiter. ACTION Check syntax. MESSAGE EXPECTED VALUE BETWEEN 0 AND 3 INCLUSIVE.
Command Interpreter (CIERR) 1901-12256 parameter (ON or OFF). 3831 3832 3833 3838 3839 3840 3841 3842 3843 Chapter 3 ACTION Provide either a YES or NO. MESSAGE EXPECTED AN INTEGER: 0<=I<=255 FOR TRACE MASK. (CIERR 3831) CAUSE The TRACE MASK value was not an integer. ACTION Check syntax and reenter the command using an integer between 0 and 255, inclusive, for a TRACE MASK value. MESSAGE EXPECTED AN INTEGER: 0<=I<=248 FOR TRACE ENTRIES.
Command Interpreter (CIERR) 1901-12256 3844 3845 3846 3847 3848 3850 3851 3852 3853 208 CAUSE File not accepted. ACTION Check the file name or the contents of the file. MESSAGE ONLY "TRACE ON" MAY BE CHAINED FROM IMF START. (CIERR 3844) CAUSE Unexpected reference encountered. ACTION Check syntax. MESSAGE EXPECTED CARRIAGE RETURN OR SEMICOLON. (CIERR 3845) CAUSE Unexpected user input encountered. ACTION Reenter command. MESSAGE START COMPLETED. TRACE NOT STARTED DUE TO ERROR.
Command Interpreter (CIERR) 1901-12256 3854 3855 3856 3857 3860 3861 3862 3863 3864 3865 Chapter 3 MESSAGE VOLUME IS AN IN-USE PRIVATE VOLUME. (CIERR 3854) CAUSE Volume referenced is currently in use. ACTION Retry command later. MESSAGE VOLUME IS AN IN-USE SERIAL DISC. (CIERR 3855) CAUSE Volume referenced is currently a serial disk that is in use. ACTION Retry command later. MESSAGE SPECIFIED DEVICE IS IN THE SYSTEM DOMAIN. (CIERR 3856) CAUSE Device is part of the system domain.
Command Interpreter (CIERR) 1901-12256 group id. 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 210 MESSAGE LINE ALREADY SHUT. (CIERR 3866) CAUSE Line referenced is already shut. ACTION No need to shut line. MESSAGE LINE MUST BE OPEN BEFORE ACCESSING TRACE. (CIERR 3867) CAUSE Line referenced is not open. ACTION Open line before reentering command. MESSAGE TRACE ALREADY ON. (CIERR 3868) CAUSE Trace is already turned on. ACTION No need to turn trace on.
Command Interpreter (CIERR) 1901-12256 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 Chapter 3 MESSAGE LINE MUST BE OPEN BEFORE FALLBACK. (CIERR 3876) CAUSE Line must be open before performing task. ACTION Open line before performing task. MESSAGE DUPLEX REQUIRES THREE PARAMETERS. (CIERR 3877) CAUSE Syntax error. ACTION Check syntax. MESSAGE UP AND DOWN REQUIRE THREE PARAMETERS. (CIERR 3878) CAUSE You did not enter three parameters.
Command Interpreter (CIERR) 1901-12256 3886 3887 3888 3889 3890 3891 3892 3893 212 ACTION Check syntax and reenter the command using an appropriate option. MESSAGE LINE MUST BE OPEN BEFORE DUPLEX. (CIERR 3886) CAUSE Line referenced is not opened. ACTION Open line before reentering command. MESSAGE DEBUG REQUIRES THREE OR LESS PARAMETERS. (CIERR 3887) CAUSE Syntax error encountered. ACTION Check syntax. MESSAGE PREVIOUS COMMAND STILL BEING PROCESSED.
Command Interpreter (CIERR) 1901-12256 3900 3903 3907 3908 3909 3910 4100 4101 Chapter 3 MESSAGE EXPECTED USER AND ACCOUNT NAME OR NO PARAMETERS. (CIERR 3900) CAUSE You entered a syntax error. ACTION Check the syntax and reenter the command with a user or account name, or nothing at all. MESSAGE NONE OF THE SPECIFIED USER(S) LOGGED ON. (CIERR 3903) CAUSE Users referenced are not currently logged on. ACTION Unable to execute this command.
Command Interpreter (CIERR) 1901-12256 4102 4103 4104 4105 4106 4107 4108 4109 214 MESSAGE EXPECTED A DEVICE CLASS NAME OR LOGICAL DEVICE NUMBER FOR ONE OR MORE DS DEVICES. (CIERR 4102) CAUSE A device specification was expected. ACTION Specify a device name. MESSAGE USER IS NOT ASSOCIATED WITH DS DEVICE !. NO CONTROL FUNCTIONS EXECUTED FOR THIS DEVICE. (CIWARN 4103) CAUSE The user specified is not associated with the device specified.
Command Interpreter (CIERR) 1901-12256 4110 4111 4112 4113 4114 4115 4116 4117 4118 Chapter 3 CAUSE Previous speed option has been overwritten. ACTION No action necessary. MESSAGE OPEN OVERRIDES PREVIOUS OPEN/SHUT FUNCTION. (CIWARN 4110) CAUSE Previous OPEN/SHUT function has been overwritten. ACTION None. Information only. MESSAGE SHUT OVERRIDES PREVIOUS OPEN/SHUT FUNCTION. (CIWARN 4111) CAUSE Previous OPEN/SHUT function has been overwritten. ACTION None. Information only.
Command Interpreter (CIERR) 1901-12256 4119 4120 4121 4122 4123 4124 4125 4126 216 CAUSE Syntax error encountered. ACTION Check syntax. MESSAGE EXPECTED EITHER A ";" OR RETURN AS DELIMITER. (CIERR 4119) CAUSE Syntax error encountered. ACTION Check syntax. MESSAGE EXPECTED A "=" AS DELIMITER FOR SPEED OPTION. (CIERR 4120) CAUSE Syntax error encountered. ACTION Check syntax. MESSAGE EXPECTED A "," AS DELIMITER BETWEEN OPTIONS. (CIERR 4121) CAUSE Syntax error encountered.
Command Interpreter (CIERR) 1901-12256 4127 4128 4129 4130 4131 4132 4133 4134 4135 Chapter 3 ACTION Enter command at the system console. MESSAGE EXPECTED NO OPTION FOR DEBUG OR ONE OF THE FOLLOWING: ON, OFF, OR POSITIVE INTEGER VALUE. (CIERR 4127) CAUSE Syntax error encountered. ACTION Check syntax. MESSAGE EXPECTED NO OPTION FOR MON/MOFF OR ONE OF THE FOLLOWING: CS, OR DS. (CIERR 4128) CAUSE Syntax error encountered. ACTION Check syntax.
Command Interpreter (CIERR) 1901-12256 4136 4137 4138 4139 4140 4141 4142 4143 4144 218 ACTION Check DS monitor. MESSAGE CS DEVICE ! IS UNAVAILABLE FOR USE. (CIERR 4136) CAUSE Device specified not accessible. ACTION Check CS device. MESSAGE DS DEVICE MUST BE OPEN PRIOR TO USE. (CIERR 4137) CAUSE DS device not opened. ACTION Open DS device. MESSAGE USER SPECIFIED TRACE FILE NOT ALLOWED WHEN MORE THAN ONE DEVICE IN DEVICE CLASS. (CIERR 4138) CAUSE Specified file not allowed.
Command Interpreter (CIERR) 1901-12256 (CIWARN 4144) 4145 4146 4147 4148 4149 4150 4151 4152 Chapter 3 CAUSE DEBUG not executed due to given reason. ACTION None. Information only. MESSAGE NO DS DEVICES REMAINING TO BE CONTROLLED. (CIWARN 4145) CAUSE There are no further DS devices to be controlled. ACTION None. Information only. MESSAGE RETRY OVERRIDES PREVIOUS RETRY FUNCTION. (CIWARN 4146) CAUSE Previous RETRY overwritten. ACTION None; the message is for information only.
Command Interpreter (CIERR) 1901-12256 4153 4154 4180 4181 4182 4183 4200 4201 4202 220 MESSAGE MISSING CRITICAL DS SOFTWARE, NO CONTROL FUNCTIONS EXECUTED. (CIERR 4153) CAUSE Software referenced is not located. ACTION Check with your service representative. MESSAGE TOO MANY DS USERS ON THIS SYSTEM. CANNOT OBTAIN A VIRTUAL PROCESS NUMBER. (CIERR 4154) CAUSE Too many users using the system to perform task, or too many DS lines are open.
Command Interpreter (CIERR) 1901-12256 4203 MESSAGE EXPECTED TWO PARAMETERS, HOSTID AND RETRYNUM. (CIERR 4203) CAUSE Syntax error encountered. ACTION Check syntax. MESSAGE UNABLE TO OPEN CONFIGURATION FILE FOR THIS HOST. (CIERR 4204) CAUSE Host configuration file is not accessible. ACTION Check file security. 4205 MESSAGE UNABLE TO ACCESS CONFIGURATION FILE FOR THIS HOST. (CIERR 4205) 4206 MESSAGE INSUFFICIENT CAPABILITIES FOR MRJECONTROL COMMANDS.
Command Interpreter (CIERR) 1901-12256 COMPLETED. (CIERR 4220) 4300 MESSAGE THIS COMMAND HAS ONLY THREE PARAMETERS. (CIERR 4300) 4301 MESSAGE A CS LOGICAL DEVICE NUMBER MUST BE SPECIFIED. (CIERR 4301) 4302 MESSAGE LOGICAL DEVICE NUMBERS MUST BE BETWEEN 1 AND 2175. (CIERR 4302) 4303 MESSAGE THE DEVICE SPECIFIED MUST BE A CS DEVICE. (CIERR 4303) 4304 MESSAGE EXPECTED THE KEYWORD 'ERROR' OR 'RESET'. (CIERR 4304) 4305 MESSAGE CS I/O ERROR #! 4306 MESSAGE EXPECTED A ';' OR RETURN.
Command Interpreter (CIERR) 1901-12256 CAUSE Syntax error. ACTION Check the syntax and reenter the command. 4412 MESSAGE DEVICE NOT CACHED. COULD NOT FIND THE CACHE DST. (CIERR 4412) 4413 MESSAGE DEVICE NOT CACHED. CACHING INTERNAL ERROR. (CIERR 4413) CAUSE Internal error. ACTION Call your support representative. 4414 MESSAGE SPECIFIED DEVICE ALREADY CACHED. (CIERR 4414) 4415 MESSAGE DEVICE NOT CACHED. CACHING TABLE OVERFLOW. (CIERR 4415) 4416 MESSAGE DEVICE NOT CACHED.
Command Interpreter (CIERR) 1901-12256 4447 MESSAGE EXPECT INTEGER BETWEEN 1 AND 96. (CIERR 4447) 4448 MESSAGE ILLEGAL CHARACTER, INTEGER BETWEEN 1 AND 96 EXPECTED. (CIERR 4448) 4450 MESSAGE UNRECOGNIZED KEYWORD, EXPECT SEQUENTIAL, RANDOM, OR BLOCKONWRITE. (CIERR 4450) 4451 MESSAGE EXPECT EQUAL SIGN (=) AS DELIMITER. (CIERR 4451) 4452 MESSAGE CACHECONTROL HAS AT MOST 3 KEYWORD PARAMETERS. (CIERR 4452) 4453 MESSAGE EXPECT 'YES' OR 'NO' FOR BLOCKONWRITE.
Command Interpreter (CIERR) 1901-12256 UPDATE DEVICE IMFORMATION. (CIERR 4513) 4514 MESSAGE SPOOLER INTERNAL ERROR OCCURRED, FAILED ON SPIT LOCK. (CIERR 4514) 4515 MESSAGE SPOOLER INTERNAL ERROR OCCURRED, FAILED ON SPIT UPDATE. (CIERR 4515) 4516 MESSAGE SPOOLER INTERNAL ERROR OCCURRED, FAILED ON SPIT UNLOCK. (CIERR 4516) 4517 MESSAGE SPOOLER INTERNAL ERROR OCCURRED, CANNOT GET OUTFENCE. (CIERR 4517) 4518 MESSAGE SPOOLER INTERNAL ERROR OCCURRED, CANNOT UPDATE OUTFENCE.
Command Interpreter (CIERR) 1901-12256 (CIERR 4541) 4542 MESSAGE SPOOLF EXPECTED PRIORITY BETWEEN 0 AND 14. (CIERR 4542) 4543 MESSAGE SELEQ OPTION IS NOT MEANINGFUL WITH PRINT OPTION. (CIERR 4543) 4544 MESSAGE SPOOLF EXPECTED PRIORITY BETWEEN 0 AND 13. (CIERR 4544) 4545 MESSAGE KEEP AND FINISH OPTIONS ARE MUTUALLY EXCLUSIVE. (CIERR 4545) 4546 MESSAGE FINISH AND OFFSET OPTIONS ARE MUTUALLY EXCLUSIVE. (CIERR 4546) 4547 MESSAGE INVALID OPTION USED WITH NO KEYWORD SPECIFIED.
Command Interpreter (CIERR) 1901-12256 (CIERR 4561) 4562 MESSAGE "=", AND "<>" ARE THE ONLY APPLICABLE RELATIONAL OPERATOR FOR DEV PARM IN SELEQ. (CIERR 4562) 4563 MESSAGE SELEQ 'PAGES' RANGE EXPECTED POSITIVE INTEGER. (CIERR 4563) 4564 MESSAGE SELEQ 'COPIES' RANGE EXPECTED 1 TO 65535. (CIERR 4564) 4565 MESSAGE SELEQ 'PRI' RANGE EXPECTED 0 TO 14. (CIERR 4565) 4566 MESSAGE INVALID 'FILEDES' IS SPECIFIED.
Command Interpreter (CIERR) 1901-12256 4583 MESSAGE INVALID 'SPOOLID' IS SPECIFIED IN THE SELEQ. (CIERR 4583) 4584 MESSAGE FILEDES IN SELEQ IS TOO LONG, MAXIMUM 8 CHARATERS. (CIERR 4584) 4585 MESSAGE SELEQ 'JOBNUM' EXPECTED JOB NUMBER BETWEEN 1 AND 16383. (CIERR 4585) 4586 MESSAGE JOBNAME IN SELEQ IS TOO LONG, MAXIMUM 8 CHARACTERS. (CIERR 4586) 4587 MESSAGE FORMID IN SELEQ IS TOO LONG, MAXIMUM 8 CHARACTERS.
Command Interpreter (CIERR) 1901-12256 4600) 4601 MESSAGE DEVICE \ DOES NOT EXIST ON THE SYSTEM. (CIERR 4601) 4602 MESSAGE DEVICE / IS NOT A VALID DEVICE NAME. (CIERR 4602) 4603 MESSAGE DEVICE / IS DOWN. (CIWARN 4603) 4604 MESSAGE DEVICE / IS UNAVAILABLE. (CIWARN 4604) 4607 MESSAGE DEVICE \ IS NOT SPOOLED FOR OUTPUT. (CIERR 4607) 4608 MESSAGE DEVICE \ IS NOT CORRECT TYPE FOR SPOOLEE. (CIWARN 4608) 4609 MESSAGE OPENQ IS NOT MEANINGFUL FOR INPUT SPOOLEE \.
Command Interpreter (CIERR) 1901-12256 ACCESS TO DEVICE (DEVICE OR CLASS INSERTED HERE). (CIWARN 4626) 4651 MESSAGE DEFER OPTION IS NOT MEANINGFUL FOR INPUT SPOOLFILE "\". (CIWARN 4651) 4652 MESSAGE 4652 has no message (CIERR 4652) 4653 MESSAGE SPOOLFILE "/" DOES NOT EXIST ON THE SYSTEM. (CIWARN 4653) 4655 MESSAGE SPSAVED SPOOLFILE "\" CANNOT BE DELETED. (CIWARN 4655) 4656 MESSAGE PRIVATE SPOOLFILE "\" CANNOT BE SPSAVED. (CIWARN 4656) 4657 MESSAGE PROBLEM SPOOLFILE "\" CANNOT BE DEFERRED.
Command Interpreter (CIERR) 1901-12256 4692 MESSAGE FREAD ERROR ON SOURCE FILE "\". (CIERR 4692) 4693 MESSAGE FILE "\" IS ACCESSED BY ANOTHER PROCESS. (CIWARN 4693) 4694 MESSAGE FILE "\" IS NOT OUTSP FILE TYPE, NOT PRINTED. (CIWARN 4694) 4695 MESSAGE 'DEV=' IS NEEDED FOR SPOOLF ;PRINT ON FILE "\". (CIWARN 4695) 4696 MESSAGE LOCKWORD VIOLATION FOR FILE "\". (CIWARN 4696) 4697 MESSAGE FIRST CHARACTER IN LOCKWORD NOT ALPHABETIC FOR FILE "\".
Command Interpreter (CIERR) 1901-12256 4792 MESSAGE SPOOLID MUST BE [#]O]NNNNN | [#]INNNNN | O@ | I@ | @. (CIERR 4792) 4793 MESSAGE VALID SPOOLID WILDCARDS ARE: @, I@ AND O@. (CIERR 4793) 4794 MESSAGE SPOOLID WILDCARDS ARE NOT ALLOWED IN SPOOLID LISTS. (CIERR 4794) 4795 MESSAGE DUPLICATE SPOOLID: IGNORED. (CIWARN 4795) 4796 MESSAGE SPOOLID LIST NOT ALLOWED WITH SPOOLID WILDCARD. (CIERR 4796) 4797 MESSAGE REQUIRED PARM 'LDEV' NOT SUPPLIED.
Command Interpreter (CIERR) 1901-12256 5005 MESSAGE INTERNAL DS ERROR - COULD NOT CREATE KEYWORD TABLE. (CIERR 5005) 5006 MESSAGE NONNUMERIC CHARACTER IN ENVIRONMENT NUMBER. (CIERR 5006) 5007 MESSAGE NONALPHANUMERIC CHARACTER IN ENVIRONMENT ID OR NODE NAME. (CIERR 5007) 5008 MESSAGE FILE NAME PART LONGER THAN 8 CHARACTERS. (CIERR 5008) 5009 MESSAGE NONALPHANUMERIC CHARACTER IN FILE NAME. (CIERR 5009) 5010 MESSAGE EXPECTED , ; OR RETURN. (CIERR 5010) 5011 MESSAGE EXPECTED ON OR OFF.
Command Interpreter (CIERR) 1901-12256 PROMPT, LOGON, COMP, NOCOMP, CLOSE, RESET, TRACE, SHOW, OR SERVICES. (CIERR 5027) 5028 MESSAGE INTERNAL DS ERROR - COULD NOT ADD VTREQ PORT. (CIERR 5028) 5029 MESSAGE INTERNAL DS ERROR - COULD NOT SEND SERVICE REQUEST. (CIERR 5029) 5030 MESSAGE INTERNAL DS ERROR - COULD NOT SEND START VT MSG. (CIERR 5030) 5031 MESSAGE INTERNAL DS ERROR - COULD NOT CREATE VT REQ PORT. (CIERR 5031) 5032 MESSAGE INTERNAL DS ERROR - COULD NOT GET PORT DST.
Command Interpreter (CIERR) 1901-12256 OR :REMOTE (CIERR 5048) 5049 MESSAGE INVALID NSCONTROL OPTION: EXPECTED START, STOP, ABORT, SERVER, LOG, DEBUG, STATUS, AUTOLOGON OR VERSION. (CIERR 5049) 5050 MESSAGE TOO MANY NSCONTROL OPTIONS. (CIERR 5050) 5051 MESSAGE EXPECTED SERVER PROGRAM FILE NAME. (CIERR 5051) 5052 MESSAGE EXPECTED MINIMUM NUMBER OF SERVERS (>= 0 AND <=32767) (CIERR 5052) 5053 MESSAGE EXPECTED DEBUG OPTION.
Command Interpreter (CIERR) 1901-12256 5073 MESSAGE ABORT DOES NOT ACCEPT ANY PARAMETERS. (CIERR 5073) 5074 MESSAGE EXPECTED ONE OF USERS, SERVICES, SERVERS, OR ALL. (CIERR 5074) 5075 MESSAGE EXPECTED MAXIMUM NUMBER OF SERVERS (>= 0 AND <=32767) (CIERR 5075) 5076 MESSAGE WILD CARD CHARACTERS NOT ALLOWED IN NODE NAME. (CIERR 5076) 5077 MESSAGE NETWORK SERVICE SOFTWARE VERSIONS DO NOT MATCH. (CIERR 5077) 5078 MESSAGE PM CAPABILITY NEEDED TO USE DEBUG OPTION.
Command Interpreter (CIERR) 1901-12256 5106 MESSAGE NO NFT SERVERS ARE CURRENTLY AVAILABLE. (CIERR 5106) 5107 MESSAGE NS NFT NOT STARTED VIA NSCONTROL. (CIERR 5107) 5150 MESSAGE EXPECTED 1ST ALPHA CHAR FOR AN NS ENVID NAME IN FILE REF. (CIERR 5150) 5151 MESSAGE ONE OF THE NAMES FOR NS ENVID IS MISSING. (CIERR 5151) 5152 MESSAGE ONE OF THE NAMES FOR NS ENVID IS TOO LONG.
Command Interpreter (CIERR) 1901-12256 (CIERR 6052) 6054 MESSAGE INVALID IN LDEV. (CIERR 6054) 6056 MESSAGE CONFIGURED LIST LDEV/CLASS IS INVALID. (CIERR 6056) 6057 MESSAGE EXPECTED A :HELLO COMMAND. (CIERR 6057) CAUSE You forgot to log on with the :HELLO command. ACTION At the logon prompt, enter "HELLO user.acct". MESSAGE WARNING: EXPECTED A :JOB OR :DATA COMMAND. (CIERR 6058) CAUSE When you enter the :STREAM command, the system looks for a "!JOB user.
Command Interpreter (CIERR) 1901-12256 (CIERR 6120) 6121 MESSAGE CANNOT LOGON WHILE IN SINGLE USER MODE. (CIERR 6121) 6125 MESSAGE LDEV IS NOT AVAILABLE. (CIERR 6125) 6130 MESSAGE WARNING: NOWAIT PARM IS VALID FOR :STARTSESS ONLY. (CIERR 6130) 6131 MESSAGE AN INTERNAL JOB/SESSION ERROR OCURRED IN `STARTLOGON'. (CIERR 6131) 6144 MESSAGE INTERNAL SECURITY MODULE ERROR. (CIERR 6144) 6145 MESSAGE A FILE SYSTEM FCHECK ERROR OCCURRED IN THE SECURITY MODULE.
Command Interpreter (CIERR) 1901-12256 MINUTES SPECIFICATIONS. (CIERR 6312) 6313 MESSAGE "AT" KEYWORD REQUIRES BOTH AN HOUR AND MINUTE SPECIFICATION. (CIERR 6313) 6314 MESSAGE MINUTE SPECIFICATION MUST BE NUMERIC BETWEEN 0 AND 59, INCLUSIVE. (CIERR 6314) 6318 MESSAGE "DAY" KEYWORD CAN ONLY BE SPECIFIED ONCE. (CIERR 6318) 6319 MESSAGE EXPECTED AN EQUALS SIGN ("=") AFTER "DAY". (CIERR 6319) 6320 MESSAGE EXPECTED A DAY SPECIFICATION AFTER "DAY".
Command Interpreter (CIERR) 1901-12256 day, and year entries. 6333 6334 6338 6339 6340 6341 6342 Chapter 3 ACTION Separate the month, day, and year entries with a slash (/). MESSAGE EXPECTED A NUMBER SPECIFYING THE DAY OF THE MONTH. (CIERR 6333) CAUSE A non-numeric character was used when specifying the day of the month. ACTION Make sure that a numeric character is used when specifying the day of the month.
Command Interpreter (CIERR) 1901-12256 number is used as the hours offset. 6343 6355 7000 7001 7002 7003 242 MESSAGE EXPECTED A POSITIVE NUMBER SPECIFYING THE MINUTES OFFSET. (CIERR 6343) CAUSE A negative number was specified as the minutes offset. ACTION Reenter the command and make sure that a positive number is used as the minutes offset. MESSAGE SPECIFIED TIME IS EARLIER THAN OR AT THE CURRENT TIME. JOB(S) WILL BE :STREAMED IMMEDIATELY.
Command Interpreter (CIERR) 1901-12256 reenter the command and make sure the device specified is available for use. 7004 MESSAGE SPECIFIED DEVICE MUST BE JOB ACCEPTING. (CIERR 7004) 7005 MESSAGE SPECIFIED DEVICE IS IN DIAGNOSTIC MODE. (CIERR 7005) CAUSE A diagnostic utility is running on the specified device. ACTION Reenter the command and make sure the device specified is not in the diagnostic mode. MESSAGE SPECIFIED DEVICE IS UNAVAILABLE TO SYSTEM.
Command Interpreter (CIERR) 1901-12256 ACTION Reenter the command and make sure the integer used for the logical device is a valid number. MESSAGE EXPECTED INTEGER SPECIFYING LDEV. (CIERR 7012) CAUSE The value specified for the logical device was not an integer. ACTION Reenter the command and make sure the value specified for the logical device is an integer. MESSAGE INVALID JOB TYPE, EXPECT 1 OR 2. (CIERR 7013) CAUSE An invalid value for the job type was entered.
Command Interpreter (CIERR) 1901-12256 CAUSE Unknown. ACTION Reenter the command. If it fails consistently, contact your system manager or support representative. 7026 MESSAGE UNABLE TO OPEN $STDIN. (CIERR 7026) 7027 MESSAGE UNABLE TO OPEN $STDLIST. (CIERR 7027) CAUSE There could be too many spool files, or the $STDLIST device may not be spooled. ACTION PURGE all extraneous spool files, or enter :STARTSPOOL. MESSAGE INVALID PASSWORD. (CIERR 7028) CAUSE An invalid password was specified.
Command Interpreter (CIERR) 1901-12256 ACTION Contact your account manager. MESSAGE MUST TERMINATE LOGON STRING WITH "CR" . (CIERR 7035) CAUSE The logon string was not terminated with a carriage return. ACTION Reenter the logon string and terminate with a carriage return. 7036 MESSAGE INVALID LDEV, TYPE MUST BE 16 AND SUBTYPE MUST BE 0 OR 4 (CIERR 7036) 7037 MESSAGE UNEXPECTED CREATE SESSION STATUS. (CIERR 7037) 7038 MESSAGE CAN'T SWITCH TO CREATE SESSION.
Command Interpreter (CIERR) 1901-12256 (CIERR 7227) 7228 MESSAGE WILDCARD CHARACTERS, OTHER THAN "@" BY ITSELF, NOT ALLOWED IN DEVICE CLASS NAME. (CIERR 7228) 7229 MESSAGE "_" CHARACTER NOT ALLOWED IN DEVICE CLASS NAME. (CIERR 7229) 7230 MESSAGE SINGLE QUOTE "`" CHARACTER NOT ALLOWED IN DEVICE CLASS NAME. (CIERR 7230) 7231 MESSAGE FULLY QUALIFIED NAME NOT ALLOWED HERE. (CIERR 7231) 7250 MESSAGE INVALID USER SPECIFICATION. (CIERR 7250) 7251 MESSAGE DUPLICATE ACCESS MODE SPECIFIED.
Command Interpreter (CIERR) 1901-12256 7269 MESSAGE INVALID FILE NUMBER OR LDEV NUMBER. (CIERR 7269) 7270 MESSAGE INVALID TARGET KEYWORD SPECIFIED. (CIERR 7270) 7271 MESSAGE INVALID SOURCE KEYWORD SPECIFIED. (CIERR 7271) 7272 MESSAGE INVALID LDEV NUMBER SPECIFIED. (CIERR 7272) 7273 MESSAGE INVALID TARGET LDEV NUMBER SPECIFIED. (CIERR 7273) 7274 MESSAGE INVALID SOURCE LDEV NUMBER SPECIFIED. (CIERR 7274) 7275 MESSAGE INVALID DEVICE CLASS NAME SPECIFIED.
Command Interpreter (CIERR) 1901-12256 7314 MESSAGE ACD INDIRECT FILE MUST BE ASCII. (CIERR 7314) 7315 MESSAGE INVALID ACD INDIRECT FILE RECORD FORMAT. MUST BE FIXED. (CIERR 7315) 7316 MESSAGE MAXIMUM NUMBER OF ACD ENTRIES (40) WOULD BE EXCEEDED. (CIERR 7316) 7317 MESSAGE ATTEMPTING TO MODIFY MORE ENTRIES THAN CURRENTLY EXIST IN ACD. (CIERR 7317) 7318 MESSAGE ENTRY ALREADY EXISTS IN ACD. (CIERR 7318) 7319 MESSAGE INCOMPATIBLE TARGET AND SOURCE FOR COPYING ACD.
Command Interpreter (CIERR) 1901-12256 8002 MESSAGE NO USER COMMAND NESTING (CIERR 8002) 8003 MESSAGE NO USER COMMAND NESTING TO PERFORM EXIT (CIERR 8003) CAUSE Interrupt error occurred. ACTION Report this error to your system manager. MESSAGE JOB TABLE CORRUPTED, CANNOT INITIALIZE CCB TABLE. (CIERR 8004) CAUSE Unknown. ACTION Contact your system manager or support representative. MESSAGE NO CCB FOR PROCESS, CAN NOT ACCESS VALUES.
Command Interpreter (CIERR) 1901-12256 the same kind. 8101 8102 8103 8104 8105 Chapter 3 ACTION Add a matching closing quote to the quoted part of the command line. MESSAGE VARIABLE NAME NOT FOUND IN VARIABLE TABLE. (CIWARN 8101) CAUSE This variable has not been added to the variable table, and an attempt is being made to access the variable. ACTION Define the variable using the SETVAR, INPUT, or SETJCW command, and then, reenter the command. MESSAGE VARIABLE NAME EXCEEDS 255 CHARACTERS.
Command Interpreter (CIERR) 1901-12256 8106 8107 8108 8109 8110 8111 8112 252 MESSAGE VARIABLE NOT FOUND IN VARIABLE TABLE. (CIERR 8106) CAUSE The variable has not been set as expected. The variable name was mistyped. The user did not expect dereferencing to be attempted on the variable. ACTION Set the variable using the SETVAR, INPUT, or SETJCW command. To escape dereferencing, preceed the variable name with two exclamation points. MESSAGE COULD NOT READ FROM SYMBOL TABLE - INTERNAL ERROR.
Command Interpreter (CIERR) 1901-12256 8113 8114 8115 8116 8117 8118 8119 8120 Chapter 3 MESSAGE INTEGER UNDERFLOW. (CIERR 8113) CAUSE An attempt was made to set an integer variable to a value less than -2,147,483,647. ACTION Make sure the integer variables contain a value in the range of -2,147,483,648 to 2,147,483,647. MESSAGE UNEXPECTED NIL POINTER ENCOUNTERED. (CIERR 8114) CAUSE Unknown. ACTION Reenter the command.
Command Interpreter (CIERR) 1901-12256 8121 8122 8123 8124 8125 8126 254 ACTION Reenter the command. If it fails consistently, contact your system manager or support representative. MESSAGE COMMAND NUMBER OUT OF RANGE. NO SUBSTITUTION DONE. (CIWARN 8121) CAUSE Dereferencing the command number from the redo stack failed. The command number was out of range for the redo history stack. ACTION Perform a LISTREDO command to view the history stack.
Command Interpreter (CIERR) 1901-12256 8127 8128 8129 8130 8131 8132 8133 8134 Chapter 3 MESSAGE STANDARD VARIABLE RECLASSIFIED AS A JCW VARIABLE. (CIWARN 8127) CAUSE The SETJCW command was used on an existing variable that was not a jcw variable. The variable is now a jcw type variable. ACTION If an integer type variable is desired, use SETVAR. Otherwise, leave as jcw type which can contain an integer between 0 to 65,535. MESSAGE THIS JCW WAS NOT FOUND IN THE VARIABLE TABLE.
Command Interpreter (CIERR) 1901-12256 8135 8136 8137 8138 8139 8140 256 CAUSE A length parameter was passed to an intrinsic call but the buffer to put the value in was not passed. ACTION Supply the buffer keyword and a buffer to the intrinsic call. MESSAGE EXPECTED AN INTEGER IN THE RANGE 0..65535. (CIERR 8135) CAUSE An attempt was made to assign a string or an integer outside the range of 0 to 65,535 to a system jcw. ACTION Do not attempt to reclassify a jcw.
Command Interpreter (CIERR) 1901-12256 8141 8142 8143 8144 8145 8146 Chapter 3 ACTION Specify the string length keyword and key value pair when assigning a string value to a variable through the HPCIPUTVAR intrinsic. MESSAGE BOUNDS VIOLATION FOR PARAMETER ONE (1). (CIERR 8141) CAUSE Not enough room to return the value for the parameter. Parameter size too small. ACTION Check the parameter size and type against the intrinsic definition.
Command Interpreter (CIERR) 1901-12256 Parameter size too small. 8147 8148 8149 8150 8151 8152 258 ACTION Check the parameter size and type against the intrinsic definition. Make sure the parameter is large enough to contain the value being returned. MESSAGE BOUNDS VIOLATION FOR PARAMETER SEVEN (7). (CIERR 8147) CAUSE Not enough room to return the value for the parameter. Parameter size too small. ACTION Check the parameter size and type against the intrinsic definition.
Command Interpreter (CIERR) 1901-12256 8153 8154 8155 8156 8159 8160 Chapter 3 CAUSE Not enough room to return the value for the parameter. Parameter size too small. ACTION Check the parameter size and type against the intrinsic definition. Make sure the parameter is large enough to contain the value being returned. MESSAGE BOUNDS VIOLATION FOR PARAMETER THIRTEEN (13). (CIERR 8153) CAUSE Not enough room to return the value for the parameter. Parameter size too small.
Command Interpreter (CIERR) 1901-12256 8161 8163 8164 8165 8166 8167 260 ACTION Make sure that only one keyword/keyvalue is supplied to specify the variable value. MESSAGE VARIABLE TYPE CONFLICTS WITH KEYWORD/KEYVALUE PAIR. (CIWARN 8161) CAUSE An attempt was made to call the HPCIPUTVAR intrinsic with more than one value parameter. ACTION Make sure that you supply only one keyword/keyvalue pair to specify a variable value. MESSAGE A PREDEFINED VARIABLE CANNOT BE RECLASSIFIED AS A JCW.
Command Interpreter (CIERR) 1901-12256 patterns. 8168 8169 8170 8171 8172 8173 8174 Chapter 3 MESSAGE ! IS NOT PROGRAMMATICALLY AVAILABLE. (CIWARN 8168) CAUSE An attempt was made to access a function variable that accesses the command control block (CCB). ACTION Do not attempt to access these variables programmatically. They are only meaningful from the command interpreter (CI). Refer to the MPE/iX Commands Reference Manual, for a list of variables.
Command Interpreter (CIERR) 1901-12256 redirected input when it is not the terminal. 9000 9001 9002 9003 9004 9005 9006 9007 262 MESSAGE END OF FILE ENCOUNTERED. (CIERR 9000) CAUSE During a second-level CI interaction, an EOF was hit on an FREAD to $STDIN. ACTION Enter ":" or ":EOD" at the prompt. MESSAGE THE INPUT VARIABLE NAME EXCEEDS THE MAXIMUM LENGTH ALLOWED. (CIWARN 9001) CAUSE The input variable exceeded 255 characters.
Command Interpreter (CIERR) 1901-12256 ACTION Reenter the command and make sure the message level specified is 0, 1, or 2. MESSAGE INVALID WAIT VALUE - EXPECTED A NUMBER IN THE RANGE OF 0 THROUGH 32767. NO WAIT IMPOSED. (CIWARN 9008) CAUSE You supplied a wait value for the :INPUT command that is not within the specified range. ACTION Reenter the command and specify a wait value that is within the range. MESSAGE THE REDO STACK CANNOT BE CREATED, REDO IS DISABLED.
Command Interpreter (CIERR) 1901-12256 9016 9020 9022 9024 9025 9027 9030 264 MESSAGE NIL CCB POINTER - INTERNAL ERROR. (CIERR 9016) CAUSE Internal error. ACTION Reenter the command. If it fails consistently, contact your system manager or support representative. MESSAGE THE HPPATH VARIABLE CONTAINS AN INVALID CHARACTER.
Command Interpreter (CIERR) 1901-12256 ACTION Reenter the command and supply a positive integer. MESSAGE THE PAUSE INTRINSIC FAILED WITH AN INTERNAL ERROR. (CIERR 9031) CAUSE Unknown. ACTION Reenter the command. If it fails consistently, contact your system manager or support representative. MESSAGE Pause on job(s) exceeds max time specified.(CIERR 9032) CAUSE The "num_seconds" parameter was specified in addition to a JOB= identifier.
Command Interpreter (CIERR) 1901-12256 remove the NOTREE option. 9042 9043 9044 9049 9051 9052 9054 266 MESSAGE No PURGEDIR was done. (CIERR 9042) CAUSE User replied "NO" to the prompt asking if is was OK to purge the directory. ACTION Respond "YES" or "ALL" to this prompt, or use the ;YES option to acknowledge the purge and suppress the prompt. MESSAGE No match found for the pathname. (CIWARN 9043) CAUSE A wildcarded dirname was specified, but no directories match the pattern.
Command Interpreter (CIERR) 1901-12256 9055 9056 9057 9060 9063 9064 9065 Chapter 3 MESSAGE A component of the pathname is not a directory. (CIWARN 9055) CAUSE One or more of the components of the pathname is not a directory object - it is probably a filename. ACTION Use LISTFILE to verify your pathname. MESSAGE ILLEGAL FILE CODE FOR COMMAND FILE, EXPECTED 0 THROUGH 1023. (CIERR 9056) CAUSE The file code for the command file was not within the valid range of 0 through 1023.
Command Interpreter (CIERR) 1901-12256 Commands Reference Manual, for a list of these commands. See also CIERR 986. 9066 9067 9070 9071 9072 9073 268 ACTION You may enter the ABORT the user command to terminate the break mode, and reenter the command. However, you will not be able to continue the activities from the point the break key was pressed. MESSAGE COMMAND NOT ALLOWED PROGRAMMATICALLY IN BREAK.
Command Interpreter (CIERR) 1901-12256 (CIERR 9073) 9074 9075 9076 9077 9078 9079 Chapter 3 CAUSE The DO or REDO command was entered with a numeric value not in the range of the redo stack. ACTION Use the LISTREDO command to check the redo stack. MESSAGE THE REDO STACK SIZE CANNOT BE ADJUSTED. (CIERR 9074) CAUSE The p_getheap Pascal routine failed. ACTION Reenter the command.
Command Interpreter (CIERR) 1901-12256 9080 9083 9084 9085 9086 270 CAUSE A file system error occurred and this message is necessary to insure that CIERROR is set. ACTION Reenter the command. If it fails consistently, contact your system manager or support representative. MESSAGE THE PRINT COMMAND FAILED. (CIERR 9080) CAUSE A file system error occurred and this message is necessary to insure that CIERROR JCW is set to an error in set 2 of the catalog. ACTION Reenter the command.
Command Interpreter (CIERR) 1901-12256 9087 9090 9091 9095 9096 9098 9103 Chapter 3 MESSAGE THE COMMAND "!" EXCEEDS 36 CHARACTERS. (CIERR 9087) CAUSE The command qualified by the HPPATH variable exceeded 36 characters. The qualified command is inserted in the error message. ACTION Look for a missing delimiter between the command and its parameters. Then, reenter the command. MESSAGE THE FIRST CHARACTER IN THE COMMAND NAME MUST BE ALPHABETIC.
Command Interpreter (CIERR) 1901-12256 9110 9111 9113 9115 9116 9118 9120 272 MESSAGE THE HPRESULT VARIABLE COULD NOT BE MODIFIED. (CIERR 9110) CAUSE The CALC command could not modify the HPRESULT variable value due to variable management error already displayed. Typically, the variable value exceeds 255 characters. ACTION Reenter the command. The HPRESULT variable value must be legitimate (less than 255 characters). MESSAGE THE INPUT VARIABLE COULD NOT BE ADDED/MODIFIED.
Command Interpreter (CIERR) 1901-12256 9121 9122 9123 9125 9126 9127 9128 Chapter 3 CAUSE The file name entered with the COPY command is reserved for system use. ACTION Do not specify system-defined files ($ prefix) with the COPY command. MESSAGE A FILE WHOSE FILE CODE IS ! CANNOT BE COPIED. (CIERR 9121) CAUSE Evidently, you have specified a file that is of a special type and cannot be copied. ACTION Use FCOPY to copy the file.
Command Interpreter (CIERR) 1901-12256 CAUSE You do not have either Save Files (SF) capability on the logon user, or write access (W) to the file. ACTION Check the file access attributes and the capabilities assigned to your logon user. Consult with your account manager or system manager if you do not have the appropriate capabilities to fix the problem. MESSAGE USER SPECIFIED AN INVALID TARGET FILE NAME.
Command Interpreter (CIERR) 1901-12256 target group exists. If it fails consistently, consult with your system manager or support representative. 9150 9151 9152 9155 9156 9169 9170 Chapter 3 MESSAGE PARAMETER FOR TUNE COMMAND IS OUT OF RANGE. BASE AND LIMIT MUST BE WITHIN 0 THROUGH 255, AND MIN AND MAX QUANTUM MUST BE WITHIN 1 THROUGH 32767. (CIERR 9150) CAUSE One of the values you supplied to the second parameter of TUNE is outside the allowable ranges.
Command Interpreter (CIERR) 1901-12256 9170) CAUSE Transient space cannot be allocated (or released) for this invocation of the command. This should be rare and warrents a bug report. ACTION Re-enter the command. MESSAGE Some data may be missing, internal escape. (CIWARN 9171) CAUSE The internal object could not contain the information for all accessors of this file; and thus some data may be missing. This better be a rare occurence. ACTION Re-enter the command.
Command Interpreter (CIERR) 1901-12256 9215 MESSAGE LANG PARAMETER DEFAULTING TO 0. (CIWARN 9215) 9216 MESSAGE INVALID VALUE FOR LANG PARAMETER. (CIERR 9216) 9217 MESSAGE EXTRANEOUS PARAMETER TO LANG KEYWORD. (CIERR 9217) 9218 MESSAGE INVALID LANG ID. LANG IS BAD OR NOT CONFIGURED. (CIERR 9218) 9219 MESSAGE KEY PARAMETER OVERIDES PREVIOUS KEY PARAMETER. (CIWARN 9219) 9220 MESSAGE EXPECTED "(" OR "^" TO BEGIN KEY PARAMETER LIST. (CIERR 9220) 9221 MESSAGE KEYTYPE NOT SPECIFIED.
Command Interpreter (CIERR) 1901-12256 KSAMXL. (CIWARN 9244) 9245 MESSAGE SPECIFICATION OF SPOOL OVERRIDES PREVIOUS KSAMXL. (CIWARN 9245) 9246 MESSAGE SPECIFICATION OF KSAMXL OVERRIDES PREVIOUS STD. (CIWARN 9246) 9247 MESSAGE SPECIFICATION OF KSAMXL OVERRIDES PREVIOUS RIO. (CIWARN 9247) 9248 MESSAGE SPECIFICATION OF KSAMXL OVERRIDES PREVIOUS MSG. (CIWARN 9248) 9249 MESSAGE SPECIFICATION OF KSAMXL OVERRIDES PREVIOUS CIR.
Command Interpreter (CIERR) 1901-12256 9270 MESSAGE FORMID TOO LONG. MAXIMUM IS 8 CHARACTERS. (CIERR 9270) 9271 MESSAGE FORMID CONTAINS AN ILLEGAL CHARACTER. (CIERR 9271) 9272 MESSAGE FORMID MUST BE SPECIFIED. (CIERR 9272) 9273 MESSAGE SPSAVE AND PRIVATE MAY NOT BE SPECIFIED TOGETHER. (CIERR 9273) 9300 MESSAGE ERROR IN KEY INDIRECT FILE. (CIERR 9300) 9301 MESSAGE ERROR IN KEY NUMBER !. (CIERR 9301) 9302 MESSAGE INVALID INDIRECT FILENAME.
Command Interpreter (CIERR) 1901-12256 9328 MESSAGE EXPECTED ";" OR ")" TO END KEY. (CIERR 9328) 9329 MESSAGE KEYLOCATION HAS ALREADY BEEN SPECIFIED. (CIERR 9329) 9330 MESSAGE KSAM ALLOWS MAXIMUM OF 16 KEYS ONLY. (CIERR 9330) 9425 MESSAGE COULDN'T OPEN OUTPUT REDIRECTION FILE, COMMAND FAILED. (CIERR 9425) CAUSE An error was detected during the process of redirecting the output to a file.
Command Interpreter (CIERR) 1901-12256 system, this message would have been preceded by a file system error message. Check the console for another message and refer to its cause and action text for more details. 9433 MESSAGE REDIRECTION INTERNAL ERROR, COULDN'T REOPEN $STDLIST. (CIERR 9433) CAUSE An internal error occurred during the process of redirecting the output. ACTION This error was caused by an internal processing error. Perform the process again.
Command Interpreter (CIERR) 1901-12256 variable is TRUE (the default value) and an error occurred that could not be written to the list file due to an end of file condition. 9600 9603 9604 9640 9702 9704 282 ACTION Check to see if all expected data is contained in the output file. If not, increase the size of the output file and perform the process again. The HPERRSTOLIST variable can be set to FALSE so that any CI error messages will be reported to $STDERR (which is typically the terminal).
Command Interpreter (CIERR) 1901-12256 expression (for example, ECHO ! ["a" + "b ]. ACTION Make sure all quotes are in pairs. MESSAGE CLOSING SQUARE BRACKET NOT FOUND, EXPRESSION NOT SUBSTITUTED. (CIWARN 9706) CAUSE Evidently, you did not supply a right bracket to match the left bracket (for example ECHO ! [ expression ). ACTION Reenter the command and supply a right bracket. 9710 MESSAGE NON-NUMERIC CHARACTER FOUND IN THE EXPRESSION.
Command Interpreter (CIERR) 1901-12256 information on string operators. Then, reenter the command. 9757 9760 9770 9775 9780 9790 9795 9800 284 MESSAGE AN OPERATOR WAS EXPECTED, BUT NONE WAS FOUND. (CIERR 9757) CAUSE The expression you supplied is missing an operator. ACTION Reenter the command. MESSAGE UNMATCHED LEFT PARENTHESIS IN THE EXPRESSION. (CIERR 9760) CAUSE Evidently, you did not supply a right parenthesis to match the left parenthesis in the expression.
Command Interpreter (CIERR) 1901-12256 (CIERR 9800) 9805 9810 9815 9820 9825 Chapter 3 CAUSE Evidently, you entered a minus sign (-) between the exponentiation operator (^) and the operand you are evaluating. ACTION Look for the exponentiation operator and verify whether there is a minus sign (-), or the expression supplied after it evaluates to a negative number. MESSAGE VARIABLE NAME ENCOUNTERED, BUT VARIABLE IS NOT DEFINED.
Command Interpreter (CIERR) 1901-12256 explanation of the CI functions and their parameters. Then, reenter the command. 9830 MESSAGE UNEXPECTED COMMA ENCOUNTERED. (CIERR 9830) CAUSE Evidently, you entered a CI function and ended the parameter list with a comma. ACTION Reenter the command and supply the function with the exact number of parameters. Refer to the MPE/iX Commands Reference Manual for information on CI functions. 9835 MESSAGE UNEXPECTED BOOLEAN EXPRESSION ENCOUNTERED.
Command Interpreter (CIERR) 1901-12256 9890 MESSAGE THE ASCII VALUE IS OUT OF RANGE. (CIERR 9890) CAUSE Valid ASCII values range from 0 to 255. Evidently, you entered an ASCII code that is outside this range. ACTION Reenter the command and supply a valid ASCII value. 9900 MESSAGE THE FUNCTION IS NOT FOLLOWED BY PARENTHESES. (CIERR 9900) 9910 MESSAGE THE LENGTH OF THE STRING IS OUT OF BOUNDS. (CIERR 9910) CAUSE Evidently, you tried to assign too many characters to the string variable.
Command Interpreter (CIERR) 1901-12256 9986 MESSAGE THE OPTION NUMBER SPECIFIED IS NOT VALID FOR FINFO. (CIERR 9986) CAUSE You supplied an invalid option number to FINFO. ACTION Refer to the MPE/iX Commands Reference Manual for information on FINFO options. Then, reenter the command and supply it an appropriate option number. MESSAGE CANNOT OBTAIN THIS INFORMATION WITHOUT SM CAPABILITY. (CIERR 9988) CAUSE MPE/iX provides different levels of security.
Command Interpreter (CIERR) 1901-12256 parameter. 10006 10007 10008 10009 10010 10011 Chapter 3 MESSAGE THIS IS NOT A VALID OPTION FOR THIS COMMAND. (CIERR 10006) CAUSE An option is a keyword that indicates a choice but does not accept a value. Evidently, you used a keyword parameter but did not supply it a value. ACTION Refer to online Help facility or the MPE/iX Commands Reference Manual for information on available options and keywords for this command. Then, reenter the command.
Command Interpreter (CIERR) 1901-12256 ACTION Refer to online Help facility or the MPE/iX Commands Reference Manual for more information. Then reenter the command. 10012 MESSAGE INVALID PROMPT STRING CONSTRUCT IN COLUMN !. (CIERR 10012) 10013 MESSAGE THE ! AND ! PARAMETERS MAY NOT BE SPECIFIED TOGETHER. (CIERR 10013) CAUSE Evidently, you supplied two contradicting parameters. ACTION Refer to online Help facility or the MPE/iX Commands Reference Manual for more information.
Command Interpreter (CIERR) 1901-12256 CAUSE Unknown. ACTION Reenter the command. If it fails consistently, consult with your system manager or support representative. MESSAGE A COMMAND MAY NOT HAVE MORE THAN 9 CONTINUATION LINES. (CIERR 10022) CAUSE You entered a command that spans more than 9 lines. ACTION Reenter the command and try to fit it on less than 9 lines. If this is not possible, create a command file and execute it to accomplishes the task.
Command Interpreter (CIERR) 1901-12256 your system manager or support representative. 10045 MESSAGE THIS NOT A VALID SUBOPTION FOR THIS OPTION. (CIERR 10045) 10046 MESSAGE TOO MANY UDC PARAMETERS HAVE BEEN SPECIFIED. (CIERR 10046) 10048 MESSAGE THE FORMS MESSAGE MUST BE TERMINATED BY A PERIOD. (CIERR 10048) 10049 MESSAGE PARSER INTERNAL ERROR (CNTL-Y). (CIERR 10049) CAUSE Unknown. ACTION Reenter the command.
Command Interpreter (CIERR) 1901-12256 10063 MESSAGE ENCOUNTERED AN UNEXPECTED DATA SYNTAX TOKEN. (CIERR 10063) 10064 MESSAGE ENCOUNTERED AN UNEXPECTED GROUP TOKEN. (CIERR 10064) 10065 MESSAGE ENCOUNTERED AN UNEXPECTED UDC HEADER TOKEN. (CIERR 10065) 10066 MESSAGE ENCOUNTERED AN UNEXPECTED JS SYNTAX TOKEN. (CIERR 10066) 10067 MESSAGE ENCOUNTERED AN UNEXPECTED LOGON NAME TOKEN. (CIERR 10067) 10068 MESSAGE ENCOUNTERED AN UNEXPECTED MPE/iX SYNTAX TOKEN.
Command Interpreter (CIERR) 1901-12256 10083) 10100 MESSAGE EXPECTED THE NEXT PARAMETER OR AN OPTION. (CIERR 10100) 10105 MESSAGE EXPECTED THE NEXT POSITIONAL PARAMETER. (CIERR 10105) 10110 MESSAGE EXPECTED A KEYWORD PARAMETER OR AN OPTION. (CIERR 10110) 10115 MESSAGE EXPECTED A VALUE FOR THIS KEYWORD. (CIERR 10115) 10120 MESSAGE EXPECTED AN OPTION. (CIERR 10120) 10125 MESSAGE EXPECTED A COMMA OR A SEMICOLON. (CIERR 10125) 10130 MESSAGE EXPECTED ACCOUNT NAME.
Command Interpreter (CIERR) 1901-12256 ACTION Examine the expression you supplied and reenter the command. MESSAGE INTEGER VALUE GREATER THAN 65535. (CIERR 10208) CAUSE The integer value expected by this command cannot be greater than the value specified above. 10209 MESSAGE INTEGER VALUE LESS THAN 0. (CIERR 10209) 10221 MESSAGE INVALID ACCESS MODE. (CIERR 10221) 10222 MESSAGE INVALID ACCESSOR. (CIERR 10222) 10223 MESSAGE THE ! ACCESS MODE IS NOT VALID FOR THIS COMMAND.
Command Interpreter (CIERR) 1901-12256 10259 MESSAGE DUPLICATE SPECIFICATION OF AN ACCESS MODE. (CIERR 10259) 10260 MESSAGE DUPLICATE SPECIFICATION OF AN ACCESSOR. (CIERR 10260) 10261 MESSAGE CAN'T HAVE ALPHA CHARACTERS. (CIERR 10261) 10262 MESSAGE THIS VALUE IS NOT VALID FOR THIS PARAMETER. (CIERR 10262) 10265 MESSAGE PARAMETER NOT FOUND IN PROMPT STRING. (CIERR 10265) 10270 MESSAGE NO COMMAND NAME WAS FOUND.
Command Interpreter (CIERR) 1901-12256 USER COMMANDS. (CIERR 10302) 10303 MESSAGE THIS ENDWHILE COMMAND DOES NOT HAVE A CORRESPONDING WHILE. THE ENDWHILE IS IGNORED. (CIWARN 10303) CAUSE You supplied an ENDWHILE without having specified a WHILE. ACTION No action is reuired, unless you meant to place a loop construct arround a set of commands preceeding the WHILE. MESSAGE I/O READ ERROR IN WHILE COMMANDS INTERACTIVELY. (CIERR 10304) CAUSE Unknown. ACTION Reenter the command.
Command Interpreter (CIERR) 1901-12256 10315 MESSAGE SYNTAX OF WHILE COMMAND IS "WHILE ". (CIERR 10315) CAUSE Evidently, you entered a WHILE but did not follow it with a condition. ACTION Reenter the WHILE and supply a condition to it. MESSAGE CAN NOT SUBSTITUTE OR LIST WHILE COMMAND LINE. (CIERR 10316) CAUSE Unknown. ACTION Reenter the command. If it fails consistently, consult with your system manager or support representative.
Command Interpreter (CIERR) 1901-12256 CAUSE Logical device number cannot be found in volume table. ACTION Switch disk offline, then online. (Then reboot system.)10620 MESSAGE CLOSE PENDING ON VOLUME SET. (CIERR 10609) CAUSE There is an outstanding close on the volume set. ACTION Open volume set or wait for close to complete. MESSAGE VOLUME SET IS CLOSED. (CIERR 10610) CAUSE Volume set has been closed. ACTION Open volume set if desired. MESSAGE VOLUME SET NAME GREATER THAN 32 CHARACTERS.
Command Interpreter (CIERR) 1901-12256 VOLUME SET. (CIERR 10622) CAUSE Command has already been issued on volume set. ACTION None. MESSAGE VSRESERVE (OR MOUNT) ALREADY ISSUED ON VOLUME SET. (CIERR 10623) CAUSE Command has already been issued on volume set. ACTION None. MESSAGE ERROR OBTAINING USER INFORMATION. (CIERR 10624) CAUSE Unknown. 10625 MESSAGE NO VOLUME SETS CURRENTLY RESERVED. (CIERR 10625) 10626 MESSAGE VOLSET COMPONENT OF NAME > 8 CHARACTERS.
Command Interpreter (CIERR) 1901-12256 used. ACTION Verify valid, available numeric values. MESSAGE VOLUME SET IS ALREADY OPEN. (CIERR 10632) CAUSE An attempt was made to open an already open volume set. ACTION None. MESSAGE VOLUME SET IS ALREADY CLOSED. (CIERR 10633) CAUSE An attempt was made to close a volume set that is already closed. ACTION None. 10634 MESSAGE VSRESERVESYS (OR LMOUNT) IS IN EFFECT ON VOLUME SET. (CIERR 10634) 10635 MESSAGE VOLUME SET OPEN IN PROGRESS.
Command Interpreter (CIERR) 1901-12256 REPAIR. (CIERR 10641) 10642 10643 10900 10901 10902 302 CAUSE The mirrored volume set to be split was undergoing a repair at the time. ACTION Wait for repair to complete before trying the split. MESSAGE VOLULME SET IN USE, VSCLOSE WITH ;SPLIT CANNOT BE DONE. (CIERR 10642) CAUSE The mirrored volume set to be split has files opened on it. ACTION Log off all users from the volume set and retry the split.
Command Interpreter (CIERR) 1901-12256 10903 10904 10905 Chapter 3 ACTION Re-enter the command with the correct system names. To check for the correct system names, perform a :SPUCONTROL SHOWSPU, or go to the SPU subsystem in SYSGEN and do a SHOW. MESSAGE 'TOSYSNAME' MUST BE THE SYSTEM WHERE THIS COMMAND IS ENTERED. (CIERR 10903) CAUSE A :SWITCHOVER, or :SWITCHBACK was entered with a system name that is incorrect. The 'TOSYSNAME' must be the name of the system that the command is being entered on.
Command Interpreter (CIERR) 1901-12256 START has been done using the modified configuration file. 10906 10907 10908 10909 10910 304 MESSAGE NO SPUSO NAME FOR THIS SYSTEM. (CIERR 10906) CAUSE An :SPUCONTROL SHOWSPU was entered, but the system has not been given an SPU Switch Over system name yet. ACTION Enter an SPU Switch Over name via the ASYSTEM command in the SPU subsystem of SYSGEN. MESSAGE SYSTEM !sysname NOT RESPONDING. THE ALTERNATE SYSTEM MUST BE UP BEFORE THIS COMMAND CAN SUCCEED.
Command Interpreter (CIERR) 1901-12256 information is correct. If it is not, re-configure the SPU Switch Over environment through SYSGEN. 10911 10912 10913 10914 Chapter 3 MESSAGE VALIDATION FAILED ON THE SPUSO CONFIGURATION FILE ON SYSTEM !sysname. (CIERR 10911) CAUSE One of the SPUSO commands was entered, but the SPUSO configuration file information was not valid. The file might not have any system names, system pairs, or volume sets listed.
Command Interpreter (CIERR) 1901-12256 is required. 10915 10916 10917 10918 10919 306 MESSAGE SPUCONTROL SETUP MUST BE EXECUTED BEFORE EXECUTING THIS COMMAND. (CIERR 10915) CAUSE An :SPUCONTROL START was entered, but the SPUSO configuration file had been modified since the last :SPUCONTROL SETUP. ACTION Enter an :SPUCONTROL SETUP first. MESSAGE UNABLE TO WRITE INFORMATION TO THE SPUSO CONFIGURATION FILE ON SYSTEM !sysname.
Command Interpreter (CIERR) 1901-12256 10920 10921 10922 10923 10924 10928 Chapter 3 MESSAGE UNABLE TO START THE HEART BEAT SIGNAL. (CIERR 10920) CAUSE An :SPUCONTROL START was entered, but the heart beat signal on the system could not be started. ACTION Check the connections. Then attempt the command again. MESSAGE SPUCONTROL STOP MUST BE EXECUTED BEFORE EXECUTING THIS COMMAND. (CIERR 10921) CAUSE An :SPUCONTROL SETUP was entered, but the SPUSO process was not stopped.
Command Interpreter (CIERR) 1901-12256 sets an error occurred, and none of the volume sets will be switched. 10929 10932 10924 10925 10926 308 ACTION Perform a :DSTAT to make sure all the ldevs in the indicated volume set are in "loner" or "locked" state on the current system, and if possible the alternate system. Make sure the ldevs are connected to both systems. Re-enter the command. MESSAGE ONE OR MORE LDEVS IN VOLUME SET !volset name ARE NOT RESPONDING.
Command Interpreter (CIERR) 1901-12256 PREVIOUSLY MOUNTED. (CIWARN 10926) 10927 10928 10929 Chapter 3 CAUSE A :SWITCHBACK was entered, but the volume sets home to the system are already mounted on that system. ACTION Do an :SPUCONTROL STATUS to check where the SPUSO volume sets are currently mounted, and their home systems. If the volume sets desired are already mounted on the current system, then no action is required.
Command Interpreter (CIERR) 1901-12256 (CIWARN 10929) 10930 10931 11050 11055 310 CAUSE An :SPUCONTROL SETUP, :SWITCHBACK, or :SWITCHOVER was entered. While switching the volume set, an error occurred. The volume set will not be switched, and it cannot be restored to its original state. The command will continue to switch the remaining volume sets if possible. The volume sets that were switched before the error occurred will remain on the system they were switched to.
Command Interpreter (CIERR) 1901-12256 11056 11057 11058 11059 11060 Chapter 3 CAUSE There is a restriction that the ;HP argument cannot be used in conjunction with the JOB= parameter. This is due to the implementattion of many of the predefined HP variables, which renders their value available only to the hosting job/session. ACTION To see the predefined HP variables for another job/session you will need to logon as the target user.
Command Interpreter (CIERR) 1901-12256 11061 11701 11702 11703 11704 11705 312 ACTION Re-enter the command. Submit a bug report. MESSAGE One or more variables not shown. Job may have terminated. (CIERR 11061) CAUSE The most likely cause is that the target job/session terminated, and thus the variable could not be retrieved from that job/session. ACTION Execute the SHOWJOB command to verify the existence of the target job/session. Re-enter the SHOWVAR command if appropriate.
Command Interpreter (CIERR) 1901-12256 TIME along with the ;NOW or ;GRADUAL option. 11706 11707 11708 11709 11710 11711 Chapter 3 MESSAGE CORRECTION must be the only parameter. (CIERR 11706) CAUSE The SETCLOCK command's CORRECTION parameter was provided while also including at least one other parameter. ACTION Issue the SETCLOCK command using CORRECTION as the only parameter. MESSAGE TIMEZONE must be the only parameter.
Command Interpreter (CIERR) 1901-12256 11712 11713 11715 11716 11717 11718 314 MESSAGE The TIME parameter has an incorrect format. Expected hh:mm[:ss]. (CIERR 11712) CAUSE At least one of the numeric values for hours or minutes was not provided, or the values were not separated with a colon. ACTION Provide the TIME parameter in the form hh:mm, or optionally hh:mm:ss. MESSAGE The specified system time is out of range.
Command Interpreter (CIERR) 1901-12256 12227 12250 12251 12252 12253 12254 12254 Chapter 3 ACTION Issue the SETCLOCK;CANCEL command, followed by a SETCLOCK command implementing the desired change. MESSAGE WG parameter requires SM or OP capability. (CIERR 12227) CAUSE You need SM or OP capability to use this parameter. ACTION Contact your System Manager. MESSAGE Specified job queue does not exist. (CIERR 12250) CAUSE The job queue you specified does not exist.
Command Interpreter (CIERR) 1901-12256 12255 12256 316 ACTION Check if the number of job queues has reached the maximum ( by doing :LISTJOBQ). You may delete any unnecessary job queues so that new job queues can be created. MESSAGE JOBQ parameter expected. (CIERR 12255) CAUSE The job queue name was not specified with the ;JOBQ parameter.
4 Error Messages V i C 4 CREATE (CREATE ERR) 20 MESSAGE UNKNOWN SUBQUEUE NAME (CREATE ERR 20) 21 MESSAGE SUBQUEUE 'A' REQUESTED WITHOUT FROZEN STACK (CREATE ERROR 21) 23 MESSAGE INSUFFICIENT CAPABILITY FOR NON-STANDARD SUBQUEUE (CREATE ERROR 23) 24 MESSAGE UNKNOWN PORTION OF MASTER QUEUE (CREATE ERROR 24) 25 MESSAGE INSUFFICIENT CAPABILITY FOR MASTER QUEUE (CREATE ERROR 25) 26 MESSAGE ABSOLUTE PRIORITY REQUESTED WITHOUT CAPABILITY (CREATE ERROR 26) 27 MESSAGE ILLEGAL PRIORITY CLASS SPE
Error Messages V i C 4 CS80 Disk Manager CS80 Disk Manager (Subsystem 121) 1 2 3 4 5 6 318 MESSAGE Only the user-specified length of data was transferred; however, the DEVICE MANAGER attempted to transfer more for some reason. CAUSE User requested a data transfer, but the buffer supplied was zero bytes long. ACTION Call your support representative. MESSAGE UNLOCK Request was received; however, the DEVICE MANAGER was already unlocked.
Error Messages V i C 4 (Subsystem 121) was already granted. 7 8 9 10 11 12 13 Chapter 4 ACTION None. MESSAGE A bit in the CS80 Hardware status information field was set for which there is no value defined. CAUSE Device returned an undefined Warning/Info status. ACTION Call your support representative. MESSAGE The device missed a revolution during this transfer. CAUSE Occurs normally on occasion. ACTION None.
Error Messages V i C 4 (Subsystem 121) 14 15 16 17 18 19 20 21 320 MESSAGE The bit in the CS80 hardware status was set, indicating that a LATENCY in the data transfer occurred. CAUSE Additional rotation of spindle needed. ACTION None. MESSAGE The bit in the CS80 hardware status was set, indicating that only one spare track remains on the disk. CAUSE Excessive sparing has been necessary with this media. ACTION Call your support representative.
Error Messages V i C 4 (Subsystem 121) 22 191 192 193 194 195 196 197 Chapter 4 CAUSE Device did not respond when initialization was attempted. ACTION Depends if device is supposed to be powered on. MESSAGE The DOBIND was successful. However, the initialization of hardware received a DEVICE ERROR. CAUSE Device responded with an initialization error. ACTION Call your support representative. MESSAGE The subsystem number in the received message was incorrect, usually during configuration.
Error Messages V i C 4 (Subsystem 121) 198 199 200 201 202 203 204 205 322 ACTION Take a system dump. MESSAGE An attempt to UNBIND failed due to pending I/Os from an external requester, or attempt to DO_UNBIND failed due to any pending I/Os for this manager. CAUSE Unconfiguration inhibited as device busy. ACTION Try again. If the error persists, call your support representative.
Error Messages V i C 4 (Subsystem 121) sector was also bad. 206 207 208 209 210 211 212 213 Chapter 4 ACTION Call your support representative and try sparing block once again. MESSAGE Request was cancelled by an abort. CAUSE May have been caused by a power failure. ACTION None. MESSAGE A TIMEOUT has occurred, indicating that the drive is not talking to the manager. CAUSE Device was not responding. ACTION Check device and cabling; may be due to a power failure.
Error Messages V i C 4 (Subsystem 121) 214 215 216 217 218 219 220 221 222 324 ACTION Call your support representative. MESSAGE An error bit in the REJECT field of the CS80 hardware status was set which is undefined. CAUSE CS80 device status returned invalid information. ACTION Call your support representative. MESSAGE An invalid unit number was returned in the CS80 hardware status. CAUSE CS80 device status returned invalid information. ACTION Call your support representative.
Error Messages V i C 4 (Subsystem 121) 223 224 225 226 227 228 229 Chapter 4 CAUSE Software problem. ACTION Take a system dump. Call your support representative. MESSAGE The DEVICE MANAGER received a request which it could not understand OR is not currently supported. CAUSE The application attempted an inappropriate action for the device. ACTION Take a system dump and call your Hewlett-Packard Service Representative.
Error Messages V i C 4 (Subsystem 121) 230 231 232 233 234 235 236 326 ACTION Call your support representative. MESSAGE The error bit in the CS80 hardware status was set, which indicates an UNRECOVERABLE DATA ERROR. The sector number is entered into the BAD SECTOR TABLE. CAUSE Data was lost due to bad sectors. ACTION Call your support representative. MESSAGE The error bit in the CS80 hardware status was set, which indicates more than one sector had UNRECOVERABLE DATA ERRORS.
Error Messages V i C 4 (Subsystem 121) 237 238 239 240 241 242 243 Chapter 4 ACTION Call your support representative. MESSAGE The error bit in the CS80 hardware status was set, which indicates that the CS80 protocol requested too many operations at one time. CAUSE Software problem or cabling problem. ACTION Call your support representative. MESSAGE The error bit in the CS80 hardware status was set, which indicates that the device requires the I/O to be tried again.
Error Messages V i C 4 (Subsystem 121) 244 245 246 247 248 249 250 328 MESSAGE The error bit in the CS80 hardware status is set, which indicates that a HARDWARE FAULT occurred in the addressed unit of the device. CAUSE Could be hardware problem, or a transient problem due to power-on. ACTION Call your support representative. MESSAGE The error bit in the CS80 hardware status was set, which indicates that a HARDWARE FAULT occurred in the device controller. CAUSE Device hardware problem.
Error Messages V i C 4 (Subsystem 121) A REJECT error occurred; could be cabling. 251 252 253 254 255 Chapter 4 CAUSE CS80 transaction was incorrect. ACTION Verify that cabling is correct and call your support representative. MESSAGE The error bit in the CS80 hardware status is set, which indicates that the value in the ADDRESS field in the CS80 Command is illegal. A REJECT error occurred; could be cabling. CAUSE CS80 transaction was incorrect. The medium address range was exceeded.
Error Messages V i C 4 DS/3000 DS/3000 (DSERR) 201 MESSAGE REMOTE DID NOT RESPOND WITH THE CORRECT REMOTE ID. (DSERR 201) 202 MESSAGE SPECIFIED PHONE NUMBER IS INVALID. (DSERR 202) 203 MESSAGE REMOTE ABORT/RESUME NOT VALID WHEN DOING PROGRAM-TO-PROGRAM COMMUNICATION. USE LOCAL ABORT/RESUME. (DSWARN 203) 204 MESSAGE UNABLE TO ALLOCATE AN EXTRA DATA SEGMENT FOR DS/3000. (DSERR 204) 205 MESSAGE UNABLE TO EXPAND THE DS/3000 EXTRA DATA SEGMENT.
Error Messages V i C 4 (DSERR) 216 MESSAGE MESSAGE REJECTED BY THE REMOTE COMPUTER. (DSERR 216) 217 MESSAGE INSUFFICIENT AMOUNT OF USER STACK AVAILABLE. (DSERR 217) 218 MESSAGE INVALID PTOP FUNCTION REQUESTED. (DSERR 218 219 MESSAGE MULTIPLE POPEN. ONLY ONE MASTER PTOP OPERATION CAN BE ACTIVE ON A DS LINE. (DSERR 219) 220 MESSAGE PROGRAM EXECUTING GET WAS NOT CREATED BY POPEN. (DSERR 220) 221 MESSAGE INVALID DS MESSAGE FORMAT. INTERNAL DS ERROR.
Error Messages V i C 4 (DSERR) 238 MESSAGE COMMUNICATIONS INTERFACE ERROR. INTERNAL FAILURE. (DSERR 238) 239 MESSAGE COMMUNICATIONS INTERFACE ERROR. TRACE MALFUNCTION. (DSERR 239) 240 MESSAGE LOCAL COMMUNICATION LINE WAS NOT OPENED BY OPERATOR. (DSERR 240) 241 MESSAGE DS LINE IN USE EXCLUSIVELY OR BY ANOTHER SUBSYSTEM. (DSERR 241) 242 MESSAGE INTERNAL DS SOFTWARE ERROR ENCOUNTERED. (DSERR 242) 243 MESSAGE REMOTE OR PDN IS NOT RESPONDING.
Error Messages V i C 4 (DSERR) 623 MESSAGE NO DEFAULT ENVIRONMENT SET BY A :DSLINE OR :REMOTE. (DSERR 623) 624 MESSAGE NO ENVIRONMENT FOR #!. (DSERR 624) 625 MESSAGE ACTIVE SERVICES FOR !; CLOSE IGNORED. (DSERR 625) 626 MESSAGE TRACE FILE ! ALREADY EXISTS; TRACE FILE MUST BE NEW. (DSERR 626) 627 MESSAGE CANNOT OPEN TRACE FILE !. (DSERR 627) 628 MESSAGE CANNOT CLOSE TRACE FILE !. (DSERR 628) 629 MESSAGE CANNOT OBTAIN DATA SEGMENT FOR ENVIRONMENT TABLE.
Error Messages V i C 4 (DSERR) 644 MESSAGE TRANSPORT NOT INITIALIZED. (DSERR 644) 645 MESSAGE UNKNOWN NODE !. (DSERR 645) 646 MESSAGE ! IS NOT A NODE NAME OR DS LOGICAL DEVICE. (DSERR 646) 647 MESSAGE ALREADY LOGGED ON AS !. (DSERR 647) 648 MESSAGE PATH CACHE IS FULL. (DSERR 648) 649 MESSAGE IP->802.3 MAPPING TABLE IS FULL. (DSERR 649) 651 MESSAGE SERVICE ! NOT STARTED. (DSERR 651) 652 MESSAGE SERVICE ! ALREADY STARTED. (DSERR 652) 653 MESSAGE SERVICE ! NOT STOPPED.
Error Messages V i C 4 Directory Subsystem Directory Subsystem Subsystem 518 This chapter presents error messages for the Directory Subsystem. -1 -2 -3 -4 -5 -6 Chapter 4 MESSAGE no file CAUSE The last name component of the pathname does not exist in the directory For example: While traversing the pathname "/A/B/F", if "F" did not exist, then HPDIR_STATUS_NOFILE is generated. ACTION Reference an existing file. MESSAGE missing component CAUSE The entry does not exist.
Error Messages V i C 4 Subsystem 518 insert/purge "." or ".." into/from the directory, or trying to purge an MPEXL node group/account/root. -7 -8 -9 -10 -11 -12 -13 336 ACTION The requested operation is not permitted. MESSAGE get name failed CAUSE Could not get a name component from the pathname. This may happen if in hpdir_get_next_component routine we trap, whoever called us did not probe the pathname for read or the path is not NULL terminated.
Error Messages V i C 4 Subsystem 518 -14 -15 -16 -17 -18 -19 -20 -21 -22 Chapter 4 MESSAGE over account disk space limit CAUSE For disc space accounting: the account disk free space limit will be exceeded if the object is inserted into the directory. The operation of insert will fail. ACTION Ensure adequate available space prior to insertion operations.
Error Messages V i C 4 Subsystem 518 -23 -24 -25 -26 -27 -28 -29 -30 -31 338 CAUSE The user/process does not have Delete Directory Entry (DD) permission on the parent directory of the pathname. This is returned when the caller is performing a directory deletion operation. ACTION Ensure access to the referenced object. MESSAGE no RD access CAUSE The user/process does not have Read Directory Entry (RD) permission on the parent directory of the pathname.
Error Messages V i C 4 Subsystem 518 -32 -33 -34 -35 -36 -37 -38 -39 -40 Chapter 4 ACTION Free up disk space to allow insertion of new entries in the directory. MESSAGE internal error CAUSE Directory internal error. Either an internal format corruption or we have some new functionality but have not synchronized the code correctly. ACTION Internal error. Please report this error to HP. MESSAGE could not update the label CAUSE The operation of updating the label of an object failed.
Error Messages V i C 4 Directory Traversal Subsystem the version of the directory code. This returned in HPDIR_LOW_FIND_NAME. -41 -42 ACTION Internal error. Please report this error to HP. MESSAGE could not get process info CAUSE The routine HPDIR_GET_PROCESS_INFO could not get the information. JSINFO failed. The caller either passed in an invalid PIN number, or some internal JSINFO error happened. ACTION Internal error. Please report this error to HP.
Error Messages V i C 4 (Subsystem 519) TRUE) or you can change the CWD to a lower level directory and continue search from there. 32 33 61 91 92 93 94 95 Chapter 4 MESSAGE DIRT cannot return a filename longer than PX_PATH_MAX bytes. CAUSE During the traversal of the directory, DIRT encountered a file whose pathname would exceed PX_PATH_MAX bytes.
Error Messages V i C 4 (Subsystem 519) 96 121 122 123 124 125 156 342 CAUSE The last component of the path_ptr^ does not exist. ACTION Check the path_ptr^ and try again. MESSAGE Internal security error. CAUSE Unknown. DIRT was using some security service while the error occurred. ACTION Set a break point at DIRT.HANDLE_ERROR and look at the stack trace to see what error is being generated by security. MESSAGE Error while calling HPFOPEN. CAUSE Unknown.
Error Messages V i C 4 (Subsystem 519) 157 161 162 163 Chapter 4 CAUSE The filter_ptr^ is not correct syntactically. ACTION Check the filter_ptr^ and try again. MESSAGE The path supplied to DIRT is not correct. CAUSE The path_ptr^ is not correct syntactically. ACTION Check the path_ptr^ and try again. MESSAGE Error occurred while calling Genfxlate. CAUSE Error occurred while calling Genfxlate. ACTION Check the MPE syntax path_ptr^ and try again.
Error Messages V i C 4 FCOPY FCOPY FCOPY displays three types of messages: error messages, warning messages, and status messages. • Error messages terminate an FCOPY command during a session or the FCOPY subsystem during a job. • Warning messages do not terminate FCOPY, but during a job, they set the job control word (JCW) to WARN. • Status messages supply you with information while FCOPY is copying a file.
Error Messages V i C 4 Display During Jobs Display During Jobs During a job, FCOPY displays warning and error messages on the standard listing device. It does not give you the option of displaying file information. When FCOPY encounters a potential problem with a file, it assumes that the command was submitted as you intended and attempts to perform the requested operation.
Error Messages V i C 4 Error, Warning, and Status Messages 3 4 5 6 7 346 CAUSE An error occurred while reading an FCOPY command from $STDIN. ACTION In a job: re-submit the job. In a session: re-enter the command. MESSAGE WRITE ERROR TO COMMAND LISTFILE CAUSE An error occurred while writing an FCOPY message to $STDLIST. ACTION It is likely that nothing serious occurred and all FCOPY operations were performed successfully. To make sure, however, do the following: In a job: re-submit the job.
Error Messages V i C 4 Error, Warning, and Status Messages 8 9 10 11 12 13 14 15 16 Chapter 4 MESSAGE SYNTAX ERROR: IN COMPARE OPTION CAUSE The "compare" function was not specified properly. ACTION In a job: correct the command and re-submit the job. In a session: re-enter the command using the correct format. MESSAGE SYNTAX ERROR: IN NEW OPTION CAUSE The "new file" function was not specified properly. ACTION In a job: correct the command and re-submit the job.
Error Messages V i C 4 Error, Warning, and Status Messages specified properly. 17 18 19 51 52 53 54 348 ACTION In a job: correct the command and re-submit the job. In a session: re-enter the command using the correct format. MESSAGE SYNTAX ERROR: IN EBCDICIN OPTION CAUSE The EBCDICIN character translation function was not specified properly. ACTION In a job: correct the command and re-submit the job. In a session: re-enter the command using the correct format.
Error Messages V i C 4 Error, Warning, and Status Messages 55 56 57 58 59 60 62 102 Chapter 4 MESSAGE SYNTAX ERROR: IN FROMFILE SPECIFIER CAUSE The fromfile was not specified properly. ACTION In a job: correct the command and re-submit the job. In a session: re-enter the command using the correct format. MESSAGE SYNTAX ERROR: IN TOFILE SPECIFIER CAUSE The tofile was not specified properly. ACTION In a job: correct the command and re-submit the job.
Error Messages V i C 4 Error, Warning, and Status Messages 103 104 105 106 107 108 350 ACTION Look up the error number in the file system error table in the MPE/iX Intrinsics Reference Manual and act accordingly. MESSAGE CANNOT CLOSE TOFILE CAUSE MPE/iX cannot close the tofile. This message is followed by an MPE/iX file information display containing an error number. ACTION Look up the error number in the file system error table in the MPE/iX Intrinsics Reference Manual and act accordingly.
Error Messages V i C 4 Error, Warning, and Status Messages 109 110 111 112 113 114 Chapter 4 CAUSE An error prevented MPE/iX from obtaining information from the fromfile's label. This message is followed by an MPE/iX file information display containing an error number. ACTION Look up the error number in the file system error table in the MPE/iX Intrinsics Reference Manual and act accordingly.
Error Messages V i C 4 Error, Warning, and Status Messages and the tofile device is not a magnetic tape unit, serial disk, or cartridge tape unit. 115 116 117 118 119 120 352 ACTION If the intended fromfile or tofile is on magnetic tape or serial disk, check the associated MPE/iX FILE command and its backreference. MESSAGE SUBSET OPTION: STRING FALLS OUTSIDE OF FROMFILE RECSIZE CAUSE The characterstring or patternlist specified is greater than the record size of the fromfile.
Error Messages V i C 4 Error, Warning, and Status Messages 123 124 125 126 127 128 129 Chapter 4 CAUSE The specified subset extends over an end-of-file mark or a tape mark boundary. ACTION Change the specified subset definition to a valid one and try the operation again. MESSAGE SUBSET OPTION: THIS INPUT DEVICE DOES NOT BACKSPACE CAUSE The specified subset requires backspacing in the fromfile, but the device for that file is not a disk or magnetic tape.
Error Messages V i C 4 Error, Warning, and Status Messages through the tofile in search of the start of a subset during a "compare" or "verify" operation. 130 131 132 133 134 135 136 354 ACTION "Compare" operation: the fromfile and tofiles are not identical. Display the tofile to determine what it actually contains. "Verify" operation: the "copy" operation was not performed correctly. Retry the operation. MESSAGE FCHECK ERROR CAUSE The FCHECK intrinsic failed.
Error Messages V i C 4 Error, Warning, and Status Messages 137 * 138 139 140 141 ** Chapter 4 CAUSE An error occurred while reading from the tofile during a "compare" or "verify" operation. ACTION "Compare" operation: retry the operation. If the error persists, you must try to recreate the tofile. "Verify" operation: retry the operation.
Error Messages V i C 4 Error, Warning, and Status Messages 143 * 144 145 146 147 148 149 150 151 356 MESSAGE WARNING: FROMFILE IS EMPTY CAUSE The fromfile contained no data. Nothing was copied or compared. ACTION None. You may inadvertently have specified the wrong file as the fromfile. MESSAGE NEW OPTION: FILE ALREADY EXISTS CAUSE The tofile named for the "new file" function already exists in the specified (or implied) group and account.
Error Messages V i C 4 Error, Warning, and Status Messages 152 153 154 155 200 * 201 * 301 Chapter 4 MESSAGE OVERFLOW IN TOFILE LABELS CAUSE There are too many labels in the fromfile to be copied to the tofile. ACTION If the tofile is an old file, retry the operation using the NOUSERLABELS option. If it is a new file, use the NEW option. MESSAGE ATTEMPT TO BACKSPACE OVER FROMFILEBOF CAUSE The negative number specified in a "skip end-of-file" function for the fromfile is too large.
Error Messages V i C 4 Error, Warning, and Status Messages 302 303 304 601 800 CAUSE An error occurred while reading from the fromfile at the record number displayed (recnum). ACTION Retry the operation. If the error persists, use the SUBSET function to copy all of the file except the erroneous record.
Error Messages V i C 4 Error, Warning, and Status Messages the tofile and rebuild it with the same attributes as the fromfile, then retry the operation. 802 * MESSAGE READ ERROR IN FROMFILE {AT} {AFTER} {BEFORE} RECORD X 803 * Cause A READ error occurred while verifying or comparing. Action Retry the operation and check the MPE/iX file system error.
Error Messages V i C 4 Error, Warning, and Status Messages 908 909 930 931 950 960 961 962 963 964 360 MESSAGE NOKSAM IS NOT A VALID OPTION FOR KSAM XL FILES CAUSE You have attempted to open a KSAM XL file with the NOKSAM option. ACTION Correct the command syntax and try again. MESSAGE VARIABLE RECORD FORMAT IS NOT SUPPORTED FOR KSAM XL FILES CAUSE You are using a variable record format with a KSAM XL file. ACTION Rebuild your file with a fixed-record format and try again.
Error Messages V i C 4 Error, Warning, and Status Messages 965 966 970 971 CAUSE Internal error. ACTION Notify your system manager. MESSAGE INTERNAL ERROR (NLTRANSLATE) CAUSE Internal error. ACTION Notify your system manager. MESSAGE WARNING: LANG OPTION NOT RELEVANT CAUSE The tofile doesn't need the language. ACTION Do not use the LANG option. MESSAGE NO EBCDIC TABLE FOR THIS LANGUAGE CAUSE Some languages do not support the EBCDIC function. ACTION Do not use the EBCDIC function.
Error Messages V i C 4 Error, Warning, and Status Messages 362 Chapter 4
5 Error Messages V i C 5 363
Error Messages V i C 5 File System (Compatibility Mode) File System (Compatibility Mode) (FSERR) 0 MESSAGE END OF FILE (FSERR 0) 1 MESSAGE ILLEGAL DB REGISTER SETTING (FSERR 1) 2 MESSAGE ILLEGAL CAPABILITY (FSERR 2) 3 MESSAGE REQUIRED PARAMETER IS MISSING (FSERR 3) 4 MESSAGE DISC FREE SPACE ALLOCATION DISABLED ON ALL DISCS IN DOMAIN (FSERR 4) 5 MESSAGE DRT NUMBER > 511 (FSERR 5) 6 MESSAGE DEVICE HAS NO AVAILABLE SPARE BLOCKS.
Error Messages V i C 5 (FSERR) ENTRIES (FSERR 13) 15 MESSAGE EXCEEDED THE MAXIMUM MESSAGE FILE OPENS FOR WRITE ACCESS (FSERR 15) 16 MESSAGE MORE THAN 255 OPENS OF A FILE (FSERR 16) 17 MESSAGE MAGNETIC TAPE RUNAWAY (FSERR 17) 18 MESSAGE DEVICE POWERED UP (FSERR 18) 19 MESSAGE FORMS CONTROL WAS RESET (FSERR 19) 20 MESSAGE INVALID OPERATION (FSERR 20) 21 MESSAGE DATA PARITY ERROR (FSERR 21) 22 MESSAGE SOFTWARE TIME-OUT (FSERR 22) 23 MESSAGE END OF TAPE (FSERR 23) 24 MESSAGE UNIT N
Error Messages V i C 5 (FSERR) 45 MESSAGE PRIVILEGED FILE VIOLATION (FSERR 45) 46 MESSAGE OUT OF DISC SPACE (FSERR 46) 47 MESSAGE I/O ERROR ON FILE LABEL (FSERR 47) 48 MESSAGE INVALID OPERATION DUE TO MULTIPLE FILE ACCESS (FSERR 48) 49 MESSAGE UNIMPLEMENTED FUNCTION (FSERR 49) 50 MESSAGE NONEXISTENT ACCOUNT (FSERR 50) 51 MESSAGE NONEXISTENT GROUP (FSERR 51) 52 MESSAGE NONEXISTENT PERMANENT FILE (FSERR 52) 53 MESSAGE NONEXISTENT TEMPORARY FILE (FSERR 53) 54 MESSAGE INVALID FILE
Error Messages V i C 5 (FSERR) 77 MESSAGE NO-WAIT I/O PENDING (FSERR 77) 78 MESSAGE NO NO-WAIT I/O PENDING FOR ANY FILE (FSERR 78) 79 MESSAGE NO NO-WAIT I/O PENDING FOR SPECIAL FILE (FSERR 79) 80 MESSAGE SPOOFLE SIZE EXCEEDS CONFIGURATION (FSERR 80) 81 MESSAGE NO "SPOOL" CLASS IN SYSTEM (FSERR 81) 82 MESSAGE INSUFFICIENT SPACE FOR SPOOFLE (FSERR 82) 83 MESSAGE I/O ERROR ON SPOOFLE (FSERR 83) 84 MESSAGE DEVICE UNAVAILABLE FOR SPOOFLE (FSERR 84) 85 MESSAGE OPERATION INCONSISTENT WIT
Error Messages V i C 5 (FSERR) 107 MESSAGE INSUFFICIENT SPACE FOR USER LABELS (FSERR 107) 108 MESSAGE INVALID FILE LABEL (FSERR 108) 109 MESSAGE INVALID CARRIAGE CONTROL (FSERR 109) 110 MESSAGE ATTEMPT TO SAVE PERMANENT FILE AS TEMPORARY (FSERR 110) 111 MESSAGE USER LACKS SAVE FILES (SF) CAPABILITY (FSERR 111) 112 MESSAGE USER LACKS PRIVATE VOLUMES (UV) CAPABILITY (FSERR 112) 113 MESSAGE VOLUME SET NOT MOUNTED - MOUNT PROBLEM (FSERR 113) 114 MESSAGE VOLUME SET NOT DISMOUNTED - DISMOU
Error Messages V i C 5 (FSERR) 31. (FSERR 129) 130 MESSAGE NUMBER OF COPIES MUST BE BETWEEN 1 AND 32767. (FSERR 130) 131 MESSAGE NUMBER OF OVERLAYS MUST BE BETWEEN 1 AND 8. (FSERR 131) 132 MESSAGE PAGE LENGTH PARM MUST BE BETWEEN 12 (=3") AND 68 (=17"). (FSERR 132) 133 MESSAGE PICTURE NUMBER MUST BE BETWEEN 0 AND 31. (FSERR 133) 134 MESSAGE EXTENDED CAPABILITY PARM MUST BE 0 (OFF) OR 1 (ON). (FSERR 134) 135 MESSAGE UNRECOVERED MEDIA ERROR.
Error Messages V i C 5 (FSERR) 162 MESSAGE EXPECTED "=" AFTER KEYWORD IN DEVICE PARAMETER (FSERR 162) 163 MESSAGE "ENV" BACK REFERENCE IN FILE EQUATION INCORRECT (FSERR 163) 164 MESSAGE DEVICE PARAMETER TOO LARGE OR MISSING CARRIAGE RETURN (FSERR 164) 165 MESSAGE INVALID DENSITY SPECIFICATION (FSERR 165) 166 MESSAGE FFILEINFO FAILED IN ACCESSING REMOTE SPOOL FILE. (FSERR 166) 167 MESSAGE SPOOL FILE LABEL ERROR, CAN'T INSERT ENV FILE NAME.
Error Messages V i C 5 (FSERR) 179 MESSAGE THE FILE MUST BE LOCKED BEFORE ISSUING THIS INTRINSIC (FSERR 179) 180 MESSAGE KSAM FILE MUST BE REBUILT (FSERR 180) 181 MESSAGE INVALID KEY STARTING POSITION (FSERR 181) 182 MESSAGE FILE IS EMPTY (FSERR 182) 183 MESSAGE RECORD DOES NOT CONTAIN ALL KEYS (FSERR 183) 184 MESSAGE INVALID RECORD NUMBER (FFINDN INTRINSIC) (FSERR 184) 185 MESSAGE SEQUENCE ERROR IN PRIMARY KEY (FSERR 185) 186 MESSAGE INVALID KEY LENGTH (FSERR 186) 187 MESSAGE INV
Error Messages V i C 5 (FSERR) MODE (FSERR 304) 305 MESSAGE INVALID FORMAT IN TERMINAL CONFIGURATION FILE (FSERR 305) 306 MESSAGE CHECKSUM ERROR IN TERMINAL CONFIGURATION FILE (FSERR 306) 307 MESSAGE PASSED VALUE TO FDEVICECONTROL LESS THAN MIN (FSERR 307) 308 MESSAGE PASSED VALUE TO FDEVICECONTROL GREATER THAN MAX (FSERR 308) 309 MESSAGE PASSED VALUE TO FDEVICECONTROL IS UNSUPPORTED (FSERR 309) 310 MESSAGE COUNT TO FDEVICECONTROL INSUFFICIENT TO RETURN INFO (FSERR 310) 311 MESSAGE COUN
Error Messages V i C 5 Eagle A-mux Device Manager Eagle A-mux Device Manager (Subsystem 198) -23 -24 -25 Chapter 5 MESSAGE CS80_UNIT_AVAILABLE A multi-unit disk device has notified the host system that a disk unit that was previously locked by another host system has now been unlocked, and is now available for use. CAUSE The host system receiving this status had previously attempted to access a unit that was locked by another host system.
Error Messages V i C 5 (Subsystem 198) the disk's REBUILD operation has not yet been performed. -179 -180 -181 -182 374 ACTION Use the FLEXDIAG diagnostic program to perform a REBUILD operation on the disk device. After successful REBUILDing, the mechanism that was being skipped will no longer be skipped: it will be assigned to the striped logical unit.
Error Messages V i C 5 (Subsystem 198) -183 -184 -185 -186 Chapter 5 ACTION Call your Hewlett-Packard Representative. MESSAGE CS80_UNKNOWN_COMMAND_ERR The hardware status from the disk device could not be recognized by the system software because the value of the second byte of status was not one of the legal values defined for the Command Error status class. CAUSE Hardware problem in the disk device or in the cabling or interfaces between the disk device and the host system.
Error Messages V i C 5 (Subsystem 198) array device controller (by downloading new firmware), and that upgrade operation did not complete successfully. -187 -188 -189 -190 376 ACTION Call your Hewlett-Packard Representative. MESSAGE CS80_TOO_MANY_SPARES The disk device controller has rejected a SPARE BLOCK command issued by the host system. The command was rejected because ten or more SPARE BLOCK commands had already been given to the device since it was last powered-on.
Error Messages V i C 5 HPIVOLINFO indicates that the device received a new command that used the same Virtual Circuit Number as a previous command that is still executing. 312 313 CAUSE Possible intermittent problem in disk hardware, cabling or interface hardware, or a system software error. ACTION If the problem persists, take a system dump, and call your Hewlett-Packard Representative. MESSAGE DISK ARRAY HAS DISABLED A MECHANISM IN LDEV #. NOW IN DATA RECOVERY MODE. NO DATA LOST OR CORRUPTED.
Error Messages V i C 5 Intrinsic Abort Intrinsic Abort (Subsystem 221) -33 1 2 3 4 5 6 378 MESSAGE FFILEINFO FAILED FOR ONE OF THE INPUT FILES. CAUSE An invalid input file number was supplied in the parameter. ACTION Make sure the array contains only file ID's of files opened by your process; make sure the last file number in the array is a 0 (zero). MESSAGE Illegal DB register. CAUSE Same as message content. ACTION None.
Error Messages V i C 5 (Subsystem 221) 7 8 9 10 11 12 Chapter 5 ACTION Refer to the MPE/iX Intrinsics Reference Manual. MESSAGE Parameter #1 is illegal. CAUSE Same as message content. ACTION Refer to the MPE/iX Intrinsics Reference Manual for legal parameter. MESSAGE The value passed for parameter #! is invalid. CAUSE Same as message content. ACTION Refer to the MPE/iX Intrinsics Reference Manual. MESSAGE Illegal Q register. CAUSE Same as message content. ACTION None.
Error Messages V i C 5 Intrinsic Error Messages, FFILEINFO Intrinsic Error Messages, FFILEINFO The following are FFILEINFO intrinsic error messages. FFILEINFO 395 399 400 380 MESSAGE Group information not found. CAUSE File group information was not found in the GID database because the database is out of sync with the directory or the group is no longer defined on the system. ACTION No action is required if the group has been explicitly removed from the system.
Error Messages V i C 5 Intrinsics Error Message, HPFOPEN Intrinsics Error Message, HPFOPEN HPFOPEN The intrinsic error messages refer to the HPFOPEN intrinsics. -182 -180 -179 -178 -176 Chapter 5 MESSAGE A pathname component is not a directory. CAUSE The pathname could not be traversed because at least one of its name components does not refer to a directory. ACTION Inspect the pathname for name components which are not directories. Correct the pathname and retry the operation.
Error Messages V i C 5 HPFOPEN 255. -240 -362 -369 -595 -596 -597 -598 382 ACTION Use a name which is short enough to fit in a directory entry in the parent directory. MESSAGE Invalid name semantics value. CAUSE A value other than 0, 1, or 2 was specified for HPFOPEN's name semantics parameter. ACTION Specify a valid value. MESSAGE Invalid UFID value.
Error Messages V i C 5 Intrinsic Status Returns, HPMERGE ACTION Use a name from the MPE name space if a file privilege level other than level three is needed. If a level three file privilege level can be used, retain the name and permit the file privilege level to default to level three. Intrinsic Status Returns, HPMERGE (Subsystem 196) The following table lists the error number, message, cause, and user corrective action for status returns for all HPMERGE intrinsics.
Error Messages V i C 5 (Subsystem 196) 5 6 7 8 9 10 11 384 MESSAGE If you specify the keycompare parameter, you must not specify the keys and numkeys parameters. CAUSE You specified both the keycompare parameter, and the keys and numkeys parameters in the HPMERGEINIT intrinsic. ACTION Specify the keycompare parameter or the keys and numkeys parameters. MESSAGE If you do not specify the keycompare parameter, you must specify the keys and numkeys parameters.
Error Messages V i C 5 (Subsystem 196) corrupted. Also refer to the MPE/iX Intrinsics Reference Manual (32650-90028). 12 13 14 15 16 17 Chapter 5 MESSAGE FREAD error on the input file. CAUSE CCL was returned from the FREAD intrinsic called from SORT/XL. ACTION Make sure that the input file number hasn't been corrupted. Also refer to the MPE/iX Intrinsics Reference Manual. MESSAGE FWRITE error on the output file. CAUSE CCL was returned from the FWRITE intrinsic called from SORT/XL.
Error Messages V i C 5 (Subsystem 196) 18 19 21 22 23 24 25 26 386 MESSAGE Failure on FGETINFO (outputfile). CAUSE CCL returned from the FGETINFO intrinsic called from MERGE/XL. ACTION Make sure the output file number has not been corrupted. Also refer to the MPE/iX Intrinsics Reference Manual. MESSAGE $NULL is not a valid input file. CAUSE You specified $NULL as an input file. ACTION Change the file specification to another file. MESSAGE Sort language is not supported.
Error Messages V i C 5 (Subsystem 196) MERGE/XL. 27 28 29 30 31 40 Chapter 5 ACTION Make sure the file number in charseq is not corrupted. Also refer to the MPE/iX Intrinsics Reference Manual. MESSAGE FREAD error on the two-byte collating sequence table. CAUSE CCL returned from the FREAD intrinsic called from MERGE/XL. ACTION Make sure the file number in charseq is not corrupted. Also refer to the MPE/iX Intrinsics Reference Manual.
Error Messages V i C 5 (Subsystem 196) 41 109 203 250 251 252 253 388 MESSAGE PRINT intrinsic failed in HPMERGESTAT. CAUSE You redirected output from HPMERGESTAT to a file that is too small; HPMERGESTAT requires ten records in which to output information. ACTION Allow room for at least ten records when you redirect output from HPMERGESTAT to a file. MESSAGE Illegal numkeys parameter.
Error Messages V i C 5 (Subsystem 196) 254 255 256 260 261 262 263 264 Chapter 5 MESSAGE PROBE failure on the altseq parameter of the HPMERGEINIT intrinsic. CAUSE The address specified in the altseq parameter is not within the allowable address range. ACTION Check the value of the altseq parameter. MESSAGE PROBE failure on the statistics parameter of the HPMERGEINIT intrinsic. CAUSE The address specified in the statistics parameter is not within the allowable address range.
Error Messages V i C 5 (Subsystem 196) 265 266 267 268 269 270 990 390 CAUSE The address specified in the statistics parameter is not within the allowable address range. ACTION Check the value of the statistics parameter. MESSAGE PROBE failure on the status parameter of the HPMERGEERRORMESS intrinsic. CAUSE The address specified in the status parameter is not within the allowable address range. ACTION Check the value of the status parameter.
Error Messages V i C 5 (Subsystem 196) 993 994 995 996 997 998 999 1000 Chapter 5 MESSAGE SWITCH_TO_CM failed on the MERGETITLE call. CAUSE Internal MERGE/XL error. ACTION Contact your Hewlett-Packard representative. MESSAGE SWITCH_TO_CM failed on the MERGEERRORMESS call. CAUSE Internal MERGE/XL error. ACTION Contact your Hewlett-Packard representative. MESSAGE SWITCH_TO_CM failed on the MERGEEND2 call. CAUSE Internal MERGE/XL error.
Error Messages V i C 5 Intrinsic Status Returns, HPSORT Intrinsic Status Returns, HPSORT (Subsystem 195) The following table lists the error number, message, cause, and user corrective action for status returns from the HPSORT intrinsics. 1 2 3 4 392 MESSAGE If you specified the keycompare parameter, you cannot specify the keys and numkeys parameters. CAUSE You specified the keycompare and the keys and numkeys parameters in the HPSORTINIT intrinsic.
Error Messages V i C 5 (Subsystem 195) 5 6 7 8 9 10 11 12 Chapter 5 MESSAGE FREAD error on the scratch file. CAUSE Internal SORT/XL error. ACTION Contact your Hewlett-Packard representative. MESSAGE Illegal output option. CAUSE You specified the outputoption parameter in HPSORTINIT to be less than zero or greater than three. ACTION Set the outputoption parameter to 0, 1, 2, or 3. MESSAGE The scratch file cannot be opened.
Error Messages V i C 5 (Subsystem 195) HPSORTINIT is less than 0 or greater than 13. 13 14 15 16 17 18 19 394 ACTION Set the 3rd element in the keys array parameter to a value that is from 0-13 inclusive. MESSAGE Insufficient stack space. CAUSE Input file was opened with NOBUFF and MULTI options. The stack was used for blocking/deblocking the file and has insufficient space. ACTION Open your files with the BUFF and NOMULTI options. MESSAGE The input record does not include all key fields.
Error Messages V i C 5 (Subsystem 195) Manual. 20 21 22 23 24 25 26 27 28 Chapter 5 MESSAGE FCLOSE error on the scratch file. CAUSE SORT/XL internal error. ACTION Contact your Hewlett-Packard representative. MESSAGE $NULL is not a valid input file. CAUSE You specified $NULL as an input file. ACTION Change the file specification to another file. MESSAGE Failure on FGETINFO (outputfile). CAUSE CCL returned from the FGETINFO intrinsic called from SORT/XL.
Error Messages V i C 5 (Subsystem 195) SORT/XL. 29 30 31 32 33 34 396 ACTION Make sure that the output file number is not corrupted. Also refer to the MPE/iX Intrinsic Reference Manual. MESSAGE The sort language is not supported. CAUSE The language specified in the second element of the charseq parameter array in HPSORTINIT is not supported on your system. ACTION Check valid language IDs by running NLUTIL. Set the second element of the charseq array to a valid language ID.
Error Messages V i C 5 (Subsystem 195) 35 36 37 38 39 40 41 Chapter 5 MESSAGE FREAD error on the two-byte collating sequence table. CAUSE CCL returned from the FREAD intrinsic called from SORT/XL. ACTION Make sure the file number passed in charseq is not corrupted. Also refer to the MPE/iX Intrinsic Reference Manual. MESSAGE The file is not a valid two-byte collating sequence. CAUSE Error returned from NLINFO intrinsic called from SORT/XL. ACTION Check the file type.
Error Messages V i C 5 (Subsystem 195) 190 191 193 199 200 201 202 203 398 ACTION Allow room for at least ten records when you redirect output from HPSORTSTAT to a file. MESSAGE There are too many input files. CAUSE You input more than 100 input files to SORT/XL. ACTION Run SORT/XL several times with allowable number of files then run MERGE/XL to merge the sorted files or consolidate several files into one until you are within SORT/XL's limit.
Error Messages V i C 5 (Subsystem 195) 204 250 251 252 253 254 255 Chapter 5 CAUSE Input file number specified in inputfiles parameter of HPSORTINIT intrinsic is not a valid file number. ACTION Don't hardcode a file number for the inputfiles parameter, make sure the file number returned from the HPFOPEN or FOPEN intrinsic is not corrupted. MESSAGE Record length exceeds maximum allowed. CAUSE Internal File System error. ACTION Contact your Hewlett-Packard representative.
Error Messages V i C 5 (Subsystem 195) 256 257 258 259 260 261 262 263 400 ACTION Check the value of the statistics parameter. MESSAGE PROBE failure on the charseq parameter of the HPSORTINIT intrinsic. CAUSE The address specified in the charseq parameter is not within the allowable address range. ACTION Check the value of the charseq parameter. MESSAGE PROBE failure on the status parameter of the HPSORTINPUT intrinsic.
Error Messages V i C 5 (Subsystem 195) 264 265 266 267 268 269 270 Chapter 5 CAUSE The address specified in the status parameter is not within the allowable address range. ACTION Check the value of the status parameter. MESSAGE PROBE failure on the statistics parameter of the HPSORTEND intrinsic. CAUSE The address specified in the statistics parameter is not within the allowable address range. ACTION Check the value of the statistics parameter.
Error Messages V i C 5 (Subsystem 195) 990 992 993 994 995 996 997 998 999 1000 402 MESSAGE Previous NM error occurred. CAUSE Internal SORT/XL error. ACTION Contact your Hewlett-Packard representative. MESSAGE SWITCH_TO_CM error on the SORTTITLE call. CAUSE Internal SORT/XL error. ACTION Contact your Hewlett-Packard representative. MESSAGE SWITCH_TO_CM error on the SORTERRORMESS call. CAUSE Internal SORT/XL error. ACTION Contact your Hewlett-Packard representative.
6 File System (Native Mode) 403
File System (Native Mode) (Subsystem 143) (Subsystem 143) NOTE -90 This chapter includes KSAM error messages. MESSAGE Problem: The time limit expired before any of the selected for events occurred or before the time limit expired. CAUSE The HPSELECT intrinsic could not select for any of the specified events during the specified time limit. ACTION Increase the time limit, or don't pass it.
File System (Native Mode) (Subsystem 143) the target device. The spoolfile was created and DEFERred.. -658 MESSAGE Problem: Failure in Creating the File IO State Semaphore Table. CAUSE Procedure FS_INITIALIZE_FILE_SYSTEM failed to create the File IO State Semaphore Table. ACTION Ask your system manager to investigate the problem and reboot the system. MESSAGE Problem: Failure in initializing The File IO State Semaphore Table.
File System (Native Mode) (Subsystem 143) 16 MESSAGE Intrinsic layer; an invalid operation for this device type. 17 MESSAGE Intrinsic layer; a privilege violation occurred. 18 MESSAGE Intrinsic layer; a bounds violation occurred. 19 MESSAGE Intrinsic layer; user does not have multiple RIN capability. 20 MESSAGE Intrinsic layer; user does not have SAVE capability. 21 MESSAGE Intrinsic layer; a SECURITY VIOLATION on file occurred.
File System (Native Mode) (Subsystem 143) 37 MESSAGE Intrinsic layer; the operation could not be completed because a nonexistent account was specified. 38 MESSAGE Intrinsic layer; the operation could not be completed because a nonexistent file was specified. 39 MESSAGE Intrinsic layer; the operation could not be completed because a nonexistent temporary file was specified. 40 MESSAGE Intrinsic layer; the operation could not be completed because of insufficient disk space in the group.
File System (Native Mode) (Subsystem 143) 50 51 52 53 54 55 56 57 58 408 MESSAGE A specified option value was invalid. (FILE SYSTEM ERROR -50) CAUSE An improper value was passed into the intrinsic. ACTION Consult the Intrinsics Manual for valid option values. MESSAGE The character set number must be between 0 and 31. (FILE SYSTEM ERROR -51) CAUSE An improper character set number was specified. ACTION Specify a valid character set number.
File System (Native Mode) (Subsystem 143) 59 60 61 62 63 64 65 66 Chapter 6 MESSAGE The extended capability parm must be 0 (off) or 1 (on). (FILE SYSTEM ERROR -59) CAUSE An invalid value for the extended capability parm was specified. ACTION Specify a valid value for the extended capability parm. MESSAGE The caller lacks sufficient capability to perform the requested operation.
File System (Native Mode) (Subsystem 143) 67 68 69 74 80 81 82 83 410 CAUSE There was no entry for this user in the UID database. ACTION Run PXUTIL.PUB.SYS, or add the user to the database. MESSAGE File group information was not found in the GID database. (FILE SYSTEM ERROR -67) CAUSE There was no entry for the file group in the GID database. ACTION Run PXUTIL.PUB.SYS, or add the file group to the database. MESSAGE The caller lacks RACD capability.
File System (Native Mode) (Subsystem 143) ERROR -83) 84 85 86 87 88 89 Chapter 6 CAUSE An attempt has been made to create a file with a privilege level other than 3 outside of an MPE group. ACTION Do not attempt this operation with a privileged file. MESSAGE The operation cannot be completed because the file is write protected. (FILE SYSTEM ERROR -84) CAUSE This file has been protected from write access. ACTION Do not attempt to alter this file.
File System (Native Mode) (Subsystem 143) 90 91 92 93 94 95 96 97 412 MESSAGE The operation completed due to a time-out. (FILE SYSTEM ERROR -90) CAUSE The operation timed-out before it could be otherwise completed. ACTION If necessary, retry the operation. MESSAGE The operation was halted due to an interrupt. (FILE SYSTEM ERROR -91) CAUSE An interrupt occurred before the operation could complete. ACTION If necessary, retry the operation.
File System (Native Mode) (Subsystem 143) namespace in a file domain that only supports the MPE namespace. 100 101 102 103 104 105 106 107 Chapter 6 ACTION Do not attempt to give this file a name outside the MPE namespace. MESSAGE The name syntax that was specified is invalid. (FILE SYSTEM ERROR -100) CAUSE An invalid name syntax was specified. ACTION Consult the Intrinsics Manual for valid syntax values. MESSAGE A system file name was specified that was not known to the system.
File System (Native Mode) (Subsystem 143) attempted. (FILE SYSTEM ERROR -107) 108 109 110 111 112 113 114 414 CAUSE A character class specification was done improperly. ACTION Refer to either the Intrinsics Manual or the Commands Reference Manual for information on properly specifying a character class. MESSAGE The name specified is missing the file name component. (FILE SYSTEM ERROR -108) CAUSE The file name component of a name was not specified.
File System (Native Mode) (Subsystem 143) 115 116 117 118 119 120 121 122 123 Chapter 6 MESSAGE The lockword specified exceeds the maximum legal length. (FILE SYSTEM ERROR -115) CAUSE The lockword is too long. ACTION Specify a legal lockword. MESSAGE The group name is missing. (FILE SYSTEM ERROR -116) CAUSE The group name is missing from the specified name. ACTION Supply a group name, or remove the trailing period.
File System (Native Mode) (Subsystem 143) 124 125 126 127 128 129 130 131 416 CAUSE NS3000 has not been installed on the system. ACTION Install NS3000, or do not attempt a remote file specification. MESSAGE The remote environment specification is missing. (FILE SYSTEM ERROR -124) CAUSE The remote environment specification is missing. ACTION Supply a remote environment, or remove the trailing colon. MESSAGE The remote environment exceeded the maximum legal length.
File System (Native Mode) (Subsystem 143) CAUSE While parsing the name, the system was not allowing lower case characters in this case and it found some. ACTION Upshift the lowercase characters. MESSAGE The wildcarded name provided may match an incorrect syntax. (FILE SYSTEM WARNING 132) CAUSE Wildcard character expansion may match names not in the specified syntax. ACTION No action necessary. MESSAGE The syntax of the specified name cannot be determined.
File System (Native Mode) (Subsystem 143) 173 174 175 176 177 178 179 418 ACTION Delete/purge some entries from the current directory or increase thedirectory limit. MESSAGE The caller lacks sufficient privilege to specify this read format option. (FILE SYSTEM ERROR -173) CAUSE The caller is not privileged enough to be granted the requested read format option. ACTION Do not request this option, or become sufficiently privileged.
File System (Native Mode) (Subsystem 143) access rights. 180 181 182 183 184 185 Chapter 6 MESSAGE The user lacks the ability to traverse through a directory in the specified path. (FILE SYSTEM ERROR -180) CAUSE The system security will not allow this user to traverse through a directory in the path. ACTION Have the system manager grant the user the necessary access rights. MESSAGE The read format option contained an illegal value.
File System (Native Mode) (Subsystem 143) extend beyond the record length. 186 187 188 189 190 191 420 MESSAGE HOP_KSM_INVALID_KEY_TYPE: An invalid key type was specified in the ksamparam array. Therefore, the open of the KSAM file failed. CAUSE An invalid key type was specified in the ksamparam array. ACTION Change the key type so that it is valid. MESSAGE HOP_KSM_OUT_OF_INDEX_SPACE: The space reserved for the index area in the file is full and has reached the start of the data area.
File System (Native Mode) (Subsystem 143) HPFOPEN. Call your HP Support Representative. 192 193 194 195 196 198 Chapter 6 MESSAGE HOP_KSM_XM_START_TRAN_FAILED: Transaction Management (XM) detected an error while starting a transaction. Therefore, the open of the KSAM file failed. CAUSE An internal error occurred in MPE/iX. ACTION Record the parameter values passed to FOPEN and HPFOPEN. Call your HP Support Representative.
File System (Native Mode) (Subsystem 143) row ",,". 199 200 201 202 203 422 ACTION Always specify an item number when passing an item to HPFOPEN. MESSAGE An ITEMNUMBER is present in the parameters passed to HPFOPEN, but the associated item is missing; the ITEMNUMBER was ignored. (FILE OPEN WARNING 199) CAUSE The item associated with an item number was not passed to HPFOPEN. The usual cause is two commas in a row ",,".
File System (Native Mode) (Subsystem 143) caller. 204 205 206 207 208 209 Chapter 6 ACTION Specify the domain correctly. MESSAGE The ASCII/BINARY OPTION (item# 53) is not valid, or a bounds violation occurred on this option. (FILE OPEN ERROR 204) CAUSE The data type is not one of the valid data types or the variable passed to the file system is not accessible by the caller. ACTION Specify the data type correctly.
File System (Native Mode) (Subsystem 143) variable passed to the file system is not accessible by the caller. 210 211 212 213 214 215 424 ACTION Specify the file type correctly. MESSAGE The ACCESS TYPE OPTION (item# 11) is not valid, or a bounds violation occurred on this option. (FILE OPEN ERROR 210) CAUSE The access type is not one of the valid access types or the variable passed to the file system is not accessible by the caller. ACTION Specify the access type correctly.
File System (Native Mode) (Subsystem 143) 216 217 218 219 220 221 Chapter 6 CAUSE The NOWAIT I/O OPTION was not specified correctly or the variable passed to the file system is not accessible by the caller. ACTION Specify the NOWAIT I/O OPTION correctly. MESSAGE The COPY MODE OPTION (item# 17) is not valid, or a bounds violation occurred on this option.
File System (Native Mode) (Subsystem 143) invalid, missing delimiters, or a bounds violation occurred on this option. (FILE OPEN ERROR 221) 222 223 224 225 426 CAUSE The specified volume class name contains one or the following errors: invalid characters, missing delimiters, invalid length, or the variable passed to the file system is not accessible by the caller. ACTION Specify a valid volume class name using valid delimiters.
File System (Native Mode) (Subsystem 143) ACTION Specify a valid remote environment name using valid delimiters. MESSAGE The OUTPUT PRIORITY OPTION (item# 27) is not valid, or a bounds violation occurred on this option. (FILE OPEN ERROR 226) CAUSE The specified printer priority is not a valid priority or the variable passed to the file system is not accessible by the caller. '' ACTION Specify a valid printer priority.
File System (Native Mode) (Subsystem 143) 239 MESSAGE The BLOCK FACTOR OPTION (item# 40) is not valid, or a bounds violation occurred on the option. (FILE OPEN ERROR 239) 240 MESSAGE The FILE NAME SYNTAX OPTION (item# 41) is not valid, or a bounds violation occurred on this option. (FILE OPEN ERROR 240) 241 MESSAGE The DEVICE CLASS OPTION (item# 42) is either invalid, missing delimiters, or a bounds violation occurred on this option.
File System (Native Mode) (Subsystem 143) ERROR 252) 253 MESSAGE The requested functionality is not currently implemented. (FILE OPEN ERROR 253) 254 MESSAGE The file name is missing from the formal designator specification. (FILE OPEN ERROR 254) 255 MESSAGE The file name starts with a nonalphabetic character. (FILE OPEN ERROR 255) 256 MESSAGE The file name exceeds eight characters. (FILE OPEN ERROR 256) 257 MESSAGE The file name contains a nonalphanumeric character.
File System (Native Mode) (Subsystem 143) exceeds 80 characters. (FILE OPEN ERROR 270) 271 MESSAGE The volume name specified on an existing file does not match the volume restrictions for that file. (HPFOPEN ERROR 271) 272 MESSAGE The volume class specified does not match the volume restrictions for the existing file. (FILE OPEN ERROR 272) 273 MESSAGE The creation of a file failed because of a duplicate permanent file.
File System (Native Mode) (Subsystem 143) (item# 8) for this file type is invalid. (FILE OPEN ERROR 286) 287 MESSAGE Specifying the DISALLOW FILE EQUATION OPTION (item# 9) for this file type is invalid. (FILE OPEN ERROR 287) 288 MESSAGE Specifying the FILE TYPE OPTION (item# 10) for this type of file is invalid; contact your SE. (FILE OPEN ERROR 288) 289 MESSAGE Specifying the ACCESS TYPE OPTION (item# 11) for this file type is invalid.
File System (Native Mode) (Subsystem 143) for this file type is invalid. (FILE OPEN ERROR 300) 301 MESSAGE Specifying the VOLUME NAME OPTION (item# 23) for this file type is invalid. (FILE OPEN ERROR 301) 302 MESSAGE Specifying the DENSITY OPTION (item# 24) for this file type is invalid. (FILE OPEN ERROR 302) 303 MESSAGE Specifying the PRINTER ENVIRONMENT OPTION (item# 25) for this file type is invalid.
File System (Native Mode) (Subsystem 143) (item# 36) for this file type is invalid. (FILE OPEN ERROR 314) 315 MESSAGE Specifying the FILECODE OPTION (item# 37) for this file type is invalid. (FILE OPEN ERROR 315) 316 MESSAGE Specifying the FILE PRIVILEGE OPTION (item# 38) for this file type is invalid. (FILE OPEN ERROR 316) 317 MESSAGE Specifying the WILL ACCESS OPTION (item# 39) for this file type is invalid.
File System (Native Mode) (Subsystem 143) (FILE OPEN ERROR 328) 329 MESSAGE Specifying the PASCAL XL STRING OPTION (item# 51) for this file type is invalid. (FILE OPEN ERROR 329) 330 MESSAGE Specifying the FILE EQUATION STRING OPTION (item# 52) for this file type is invalid. (FILE OPEN ERROR 330) 331 MESSAGE Specifying the ASCII/BINARY OPTION (item# 53) for this file type is invalid. (FILE OPEN ERROR 331) 332 MESSAGE Specifying the KSAM PARMS OPTION (item# 54) for this file type is invalid.
File System (Native Mode) (Subsystem 143) 343 344 345 346 350 MESSAGE It is illegal to specify the file close privilege option in this context. (FILE SYSTEM ERROR -343) CAUSE The file close privilege option was specified in an illegal context. ACTION Do not specify the file close privilege option. MESSAGE It is illegal to specify the raw open option in this context. (FILE SYSTEM ERROR -344) CAUSE The raw open option was specified in an illegal context.
File System (Native Mode) (Subsystem 143) 366 MESSAGE The options specified can not be supplied to the COMPATIBILITY MODE FILE SYSTEM. (FILE OPEN ERROR 366) 367 MESSAGE A bounds violation occurred on the formal designator. (FILE OPEN ERROR 367) 368 MESSAGE The FILE TYPE OPTION in the options is not valid. (FILE OPEN ERROR 368) 369 MESSAGE The record format in the AOPTIONS is not valid. (FILE OPEN ERROR 369) 370 MESSAGE The DOMAIN is not valid.
File System (Native Mode) (Subsystem 143) OPEN ERROR 385) 386 MESSAGE The DEVICE CLASS is invalid. (FILE OPEN ERROR 386) 387 MESSAGE The DEVICE CLASS NAME exceeds eight characters in length. (FILE OPEN ERROR 387) 388 MESSAGE The DEVICE OPTIONS after the device name are invalid. (FILE OPEN ERROR 388) 389 MESSAGE The FORMS LENGTH is too large. (FILE OPEN ERROR 389) 390 MESSAGE The TAPE LABEL exceeds 16 characters.
File System (Native Mode) (Subsystem 143) insertion due to security violations. (FILE OPEN ERROR 402) 403 MESSAGE The PIN OPTION (item# 49) was specified by a caller executing at an incorrect PRIVILEGE level. (FILE OPEN ERROR 403) 404 MESSAGE The PIN parameter is invalid. (FILE OPEN ERROR 404) 405 MESSAGE The maximum BLOCK SIZE was exceeded for a file with variable length records. (FILE OPEN ERROR 405) 406 MESSAGE The file type specified in the FILE TYPE OPTION (item# 10) is not supported.
File System (Native Mode) (Subsystem 143) (PROCESS CREATION ERROR 420) 421 MESSAGE The file system failed to locate the FATHER'S ACCOUNT directory GUFD. (PROCESS CREATION ERROR 421) 422 MESSAGE Opening of the ACCOUNT directory failed. (PROCESS CREATION ERROR 422) 423 MESSAGE The file system failed to locate the FATHER'S GROUP directory GUFD. (PROCESS CREATION ERROR 423) 424 MESSAGE Opening of the GROUP directory failed.
File System (Native Mode) (Subsystem 143) 435) 436 MESSAGE There is an invalid character in the device string. (FILE OPEN ERROR 436) 437 MESSAGE $OLDPASS was not passed in for a file. (FILE OPEN ERROR 437) 438 MESSAGE The COMPATIBILITY MODE AFT index does not match the NATIVE MODE PLFD index, implying the use of an AFT without going through the standard file open mechanism.
File System (Native Mode) (Subsystem 143) 450 MESSAGE There is an invalid character in FILE EQUATION STRING OPTION (item# 52). (FILE OPEN ERROR 450) 451 MESSAGE The TEMPORARY FILE specified does not exist; the file was not found. (FILE OPEN ERROR 451) 452 MESSAGE Both READ and WRITE must be specified as either NOWAIT or WAIT for this type of file. (FILE OPEN ERROR 452) 453 MESSAGE The group specified does not exist in the account; the group was not found.
File System (Native Mode) (Subsystem 143) (FILE OPEN ERROR 463) 464 MESSAGE The file's privilege level exceeds the caller's access privilege level. (FILE OPEN ERROR 464) 465 MESSAGE The access privilege level exceeds the caller's privilege level. (FILE OPEN ERROR 465) 466 MESSAGE EXECUTE access was specified by a nonprivileged caller. (FILE OPEN ERROR 466) 467 MESSAGE NOWAIT I/O was requested by a nonprivileged caller.
File System (Native Mode) (Subsystem 143) 479 MESSAGE The CREATE domain can not be used with the RAW OPTION (item# 55). (FILE OPEN ERROR 479) 480 MESSAGE The PERMANENT, TEMPORARY, or OLD domains can not be used with the RAW OPTION (item# 55). (FILE OPEN ERROR 480) 481 MESSAGE The system-defined file $NULL can not be opened for user-mapped access. (FILE OPEN ERROR 481) 482 MESSAGE The specified environment file could not be opened.
File System (Native Mode) (Subsystem 143) non-system code software. ACTION Either establist the calling software as system code or do not attempt open by ufid on such files. 490 MESSAGE The SHORT MAPPED file space used by the process exceeds the maximum allowed per process. (FILE OPEN ERROR 490) 491 MESSAGE The OBJECT CLASS OPTION (item# 56) is not valid, or a bounds violation occurred on this option.
File System (Native Mode) (Subsystem 143) 506 MESSAGE You do not have SAVE ACCESS for the specified GROUP. (FILE OPEN ERROR 506) 507 MESSAGE You do not have SAVE ACCESS for the specified account. (FILE OPEN ERROR 507) 508 MESSAGE The request would exceed the permanent file space limit for the specified group. (FILE OPEN ERROR 508) 509 MESSAGE The request would exceed the permanent file space limit for the specified account.
File System (Native Mode) (Subsystem 143) 519 MESSAGE The PRIVILEGED ACCESS OPTION (item# 29) was specified for an unprotected file, and the specified access privilege level is greater than level 1. This is not allowed for unprotected files. (FILE OPEN ERROR 519) 520 MESSAGE The SYSTEM OBJECT CLASS OPTION (item# 59) is not valid, or a bounds violation occurred on this option.
File System (Native Mode) (Subsystem 143) or a bounds violation occurred on this option. (FILE OPEN ERROR 533) 534 MESSAGE The ACCESS RIGHTS OPTION (item# 61) is not valid, or a bounds violation occurred on this option. (FILE OPEN ERROR 534) 535 MESSAGE A MAPPED ACCESS OPTION (item# 18 or 21) was specified along with the FILE PID OPTION (item# 60); this is not allowed.
File System (Native Mode) (Subsystem 143) OPEN ERROR 546) 547 MESSAGE The UNPROTECTED VARIABLE ACCESS RIGHTS OPTION (item# 62) was specified by a caller executing at an incorrect privilege level. (FILE OPEN ERROR 547) 548 MESSAGE The UNPROTECTED VARIABLE ACCESS RIGHTS OPTION (item# 62) is not valid, or a bounds violation occurred on this option. (FILE OPEN ERROR 548) 549 MESSAGE An error occurred while writing to the file label.
File System (Native Mode) (Subsystem 143) expression was found in the file name. This is allowed only when MPE/iX has booted completely up. (FILE OPEN ERROR 557) 558 MESSAGE For KSAM files, the CREATE domain is allowed only when the Copy Mode option is enabled. (FILE OPEN ERROR 558) 560 MESSAGE The caller lacks sufficient privilege to specify the syntax value provided. (FILE SYSTEM ERROR -560) CAUSE A privileged syntax option was specified but the caller was not privileged.
File System (Native Mode) (Subsystem 143) 593 594 595 596 MESSAGE The creation of this CM file cannot be made an atomic operation. (FILE SYSTEM ERROR -593) CAUSE The FMAVT SIR could not be acquired. ACTION Retry the operation. MESSAGE CM file opens cannot be restored to normal operation. (FILE SYSTEM ERROR -594) CAUSE The FMAVT SIR could not be released. ACTION Take a dump of the system and file an SR. MESSAGE Files of this file type cannot be created outside the MPE namespace.
File System (Native Mode) (Subsystem 143) ACTION Supply both the file name and the name syntax options with the raw open option. 600 MESSAGE The procedure detected the end of the file, or no error detected. (FSERR 0) 601 MESSAGE The procedure detected an illegal DB register setting. (FSERR 601) 602 MESSAGE This is an illegal capability. (FSERR 602) 603 MESSAGE The required parameter is missing.
File System (Native Mode) (Subsystem 143) CAUSE A CM error was detected. ACTION File an SR. MESSAGE EXCEEDED THE MAXIMUM MESSAGE FILE OPENS FOR WRITE ACCESS (FSERR 15) CAUSE A CM error was detected. ACTION File an SR. 616 MESSAGE More than 255 opens of a file occurred. (FSERR 616) 617 MESSAGE A magnetic tape runaway occurred. (FSERR 617) 618 MESSAGE The device powered up. (FSERR 618) 619 MESSAGE The forms control was reset. (FSERR 619) 620 MESSAGE This is an invalid operation.
File System (Native Mode) (Subsystem 143) 640 MESSAGE The operation is inconsistent with access type. (FILE SYSTEM ERROR 640) 641 MESSAGE The operation is inconsistent with record type. (FILE SYSTEM ERROR 641) 642 MESSAGE The operation is inconsistent with device type. (FILE SYSTEM ERROR 642) 643 MESSAGE WRITE exceeds record size. (FILE SYSTEM ERROR 643) 644 MESSAGE Update at record zero. (FILE SYSTEM ERROR 644) 645 MESSAGE Privileged file violation.
File System (Native Mode) (Subsystem 143) 661 MESSAGE Out of group disk space. (FILE SYSTEM ERROR 661) 662 MESSAGE Out of account disk space. (FILE SYSTEM ERROR 662) 663 MESSAGE User lacks non-sharable device capability. (FILE SYSTEM ERROR 663) 664 MESSAGE User lacks multi-RIN capability. (FILE SYSTEM ERROR 664) 665 MESSAGE Punch hopper is empty. (FILE SYSTEM ERROR 665) 666 MESSAGE Plotter limit switch reached. (FILE SYSTEM ERROR 666) 667 MESSAGE Paper tape error.
File System (Native Mode) (Subsystem 143) 78) 679 680 681 682 683 684 685 686 687 688 Chapter 6 CAUSE A CM error was detected. ACTION File an SR. MESSAGE NO NO-WAIT I/O PENDING FOR SPECIAL FILE (FSERR 79) CAUSE A CM error was detected. ACTION File an SR. MESSAGE SPOOFLE SIZE EXCEEDS CONFIGURATION (FSERR 80) CAUSE A CM error was detected. ACTION File an SR. MESSAGE NO "SPOOL" CLASS IN SYSTEM (FSERR 81) CAUSE A CM error was detected. ACTION File an SR.
File System (Native Mode) (Subsystem 143) 689 690 691 692 693 694 695 696 697 698 699 456 ACTION File an SR. MESSAGE POWER FAILURE (FSERR 89) CAUSE A CM error was detected. ACTION File an SR. MESSAGE EXCLUSIVE VIOLATION: FILE BEING ACCESSED (FSERR 90) CAUSE A CM error was detected. ACTION File an SR. MESSAGE EXCLUSIVE VIOLATION: FILE ACCESSED EXCLUSIVELY (FSERR 91) CAUSE A CM error was detected. ACTION File an SR.
File System (Native Mode) (Subsystem 143) 700 701 702 703 704 705 706 707 708 709 710 Chapter 6 CAUSE A CM error was detected. ACTION File an SR. MESSAGE DUPLICATE PERMANENT FILE NAME (FSERR 100) CAUSE A CM error was detected. ACTION File an SR. MESSAGE DUPLICATE TEMPORARY FILE NAME (FSERR 101) CAUSE A CM error was detected. ACTION File an SR. MESSAGE I/O ERROR ON DIRECTORY (FSERR 102) CAUSE A CM error was detected. ACTION File an SR.
File System (Native Mode) (Subsystem 143) (FSERR 110) 711 712 713 714 715 716 717 718 719 458 CAUSE A CM error was detected. ACTION File an SR. MESSAGE USER LACKS SAVE FILES (SF) CAPABILITY (FSERR 111) CAUSE A CM error was detected. ACTION File an SR. MESSAGE USER LACKS PRIVATE VOLUMES (UV) CAPABILITY (FSERR 112) CAUSE A CM error was detected. ACTION File an SR. MESSAGE VOLUME SET NOT MOUNTED - MOUNT PROBLEM (FSERR 113) CAUSE A CM error was detected. ACTION File an SR.
File System (Native Mode) (Subsystem 143) (FSERR 119) 720 721 722 723 724 725 726 727 728 Chapter 6 CAUSE A CM error was detected. ACTION File an SR. MESSAGE ATTEMPT TO WRITE IBM STANDARD TAPE LABEL (FSERR 120) CAUSE A CM error was detected. ACTION File an SR. MESSAGE TAPE LABEL LOCKWORD VIOLATION (FSERR 121) CAUSE A CM error was detected. ACTION File an SR. MESSAGE Tape label table overflow (FSERR 122) CAUSE A CM error was detected. ACTION File an SR.
File System (Native Mode) (Subsystem 143) 729 730 731 732 733 734 735 736 737 738 460 MESSAGE Vertical format number must be between 0 and 31. (FSERR 129) CAUSE A CM error was detected. ACTION File an SR. MESSAGE Number of copies must be between 1 and 32767. (FSERR 130) CAUSE A CM error was detected. ACTION File an SR. MESSAGE Number of overlays must be between 1 and 8. (FSERR 131) CAUSE A CM error was detected. ACTION File an SR.
File System (Native Mode) (Subsystem 143) 739 740 748 749 750 751 752 753 754 755 Chapter 6 ACTION File an SR. MESSAGE DELETED RECORD ON IBM DISKETTE (FSERR 139) CAUSE A CM error was detected. ACTION File an SR. MESSAGE ACCESS DENIED DUE TO CORRUPT ACD, FILE OWNER MUST REAPPLY ACD (FSERR 140) CAUSE A CM error was detected. ACTION File an SR. MESSAGE INACTIVE RIO RECORD (FSERR 148) CAUSE A CM error was detected. ACTION File an SR.
File System (Native Mode) (Subsystem 143) 756 757 758 759 760 761 762 763 764 765 462 ACTION File an SR. MESSAGE ENVIRONMENT HEADER RECORD INCORRECT (FSERR 156) CAUSE A CM error was detected. ACTION File an SR. MESSAGE UNCOMPILED ENVIRONMENT FILE (FSERR 157) CAUSE A CM error was detected. ACTION File an SR. MESSAGE ERROR READING ENVIRONMENT FILE (FSERR 158) CAUSE A CM error was detected. ACTION File an SR.
File System (Native Mode) (Subsystem 143) 766 767 768 770 771 772 773 774 775 776 Chapter 6 CAUSE A CM error was detected. ACTION File an SR. MESSAGE FFILEINFO FAILED IN ACCESSING REMOTE SPOOL FILE. (FSERR 166) CAUSE A CM error was detected. ACTION File an SR. MESSAGE SPOOL FILE LABEL ERROR, CAN'T INSERT ENV FILE NAME. (FSERR 167) CAUSE A CM error was detected. ACTION File an SR. MESSAGE ITEM NOT SUPPORTED ON REMOTE SYSTEM. (FSERR 168) CAUSE A CM error was detected.
File System (Native Mode) (Subsystem 143) 777 778 779 780 781 782 783 784 785 786 464 ACTION File an SR. MESSAGE TOO MANY EXTRA DATA SEGMENTS FOR THIS PROCESS (FSERR 177) CAUSE A CM error was detected. ACTION File an SR. MESSAGE NOT ENOUGH VIRTUAL MEMORY FOR EXTRA DATA SEGMENT (FSERR 178) CAUSE A CM error was detected. ACTION File an SR. MESSAGE THE FILE MUST BE LOCKED BEFORE ISSUING THIS INTRINSIC (FSERR 179) CAUSE A CM error was detected. ACTION File an SR.
File System (Native Mode) (Subsystem 143) 787 788 789 790 791 792 793 794 795 796 Chapter 6 MESSAGE INVALID KEY SPECIFICATION (FSERR 187) CAUSE A CM error was detected. ACTION File an SR. MESSAGE INVALID DEVICE SPECIFICATION (FSERR 188) CAUSE A CM error was detected. ACTION File an SR. MESSAGE INVALID RECORD FORMAT (FSERR 189) CAUSE A CM error was detected. ACTION File an SR. MESSAGE INVALID KEY BLOCKING FACTOR VALUE (FSERR 190) CAUSE A CM error was detected.
File System (Native Mode) (Subsystem 143) 797 798 799 801 802 803 804 805 806 807 466 MESSAGE NATIVE LANGUAGE INTERNAL ERROR (FSERR 197) CAUSE A CM error was detected. ACTION File an SR. MESSAGE INVALID VERSION NUMBER IN KSAM FILE (FSERR 198) CAUSE A CM error was detected. ACTION File an SR. MESSAGE UNABLE TO SWITCH THE LOCKING MODE (FSERR 199) CAUSE A CM error was detected. ACTION File an SR. MESSAGE REMOTE DID NOT RESPOND WITH THE CORRECT REMOTE ID.
File System (Native Mode) (Subsystem 143) 207) 808 809 810 811 812 813 814 815 Chapter 6 CAUSE A CM error was detected. ACTION File an SR. MESSAGE MASTER PTOP FUNCTION ISSUED BY A SLAVE PROGRAM. (DSERR 208) CAUSE A CM error was detected. ACTION File an SR. MESSAGE SLAVE PROGRAM DOES NOT EXIST OR IS NOT PROGRAM FILE. (DSERR 209) CAUSE A CM error was detected. ACTION File an SR. MESSAGE WARNING -- INVALID MAXDATA OR DLSIZE FOR A SLAVE PROGRAM. SYSTEM DEFAULTS ARE IN EFFECT.
File System (Native Mode) (Subsystem 143) 816 817 818 819 820 821 822 823 824 468 MESSAGE MESSAGE REJECTED BY THE REMOTE COMPUTER. (DSERR 216) CAUSE A CM error was detected. ACTION File an SR. MESSAGE INSUFFICIENT AMOUNT OF USER STACK AVAILABLE. (DSERR 217) CAUSE A CM error was detected. ACTION File an SR. MESSAGE INVALID PTOP FUNCTION REQUESTED. (DSERR 218) CAUSE A CM error was detected. ACTION File an SR. MESSAGE MULTIPLE POPEN.
File System (Native Mode) (Subsystem 143) 825 826 827 828 829 831 832 833 834 835 Chapter 6 MESSAGE CANNOT ISSUE POPEN TO A SLAVE SESSION IN BREAK MODE. (DSERR 225) CAUSE A CM error was detected. ACTION File an SR. MESSAGE SLAVE PROGRAM HAS TERMINATED BEFORE EXECUTING "GET". (DSERR 226) CAUSE A CM error was detected. ACTION File an SR. MESSAGE RFA/RDBA COULD NOT FIND OR CREATE A REMOTE SESSION. (DSERR 227) CAUSE A CM error was detected. ACTION File an SR.
File System (Native Mode) (Subsystem 143) 836 837 838 839 840 841 842 843 844 470 CAUSE A CM error was detected. ACTION File an SR. MESSAGE COMMUNICATIONS HARDWARE HAS DETECTED AN ERROR. (DSERR 236) CAUSE A CM error was detected. ACTION File an SR. MESSAGE CANNOT CURRENTLY GAIN ACCESS TO THE TRACE FILE. (DSERR 237) CAUSE A CM error was detected. ACTION File an SR. MESSAGE COMMUNICATIONS INTERFACE ERROR. INTERNAL FAILURE. (DSERR 238) CAUSE A CM error was detected.
File System (Native Mode) (Subsystem 143) 845 846 847 848 849 850 851 852 853 Chapter 6 CAUSE A CM error was detected. ACTION File an SR. MESSAGE COMMUNICATIONS INTERFACE ERROR. RECEIVE TIMEOUT. (DSERR 245) CAUSE A CM error was detected. ACTION File an SR. MESSAGE COMMUNICATIONS INTERFACE ERROR. REMOTE DISCONNECTED. (DSERR 846) CAUSE A CM error was detected. ACTION File an SR. MESSAGE COMMUNICATIONS INTERFACE ERROR. LOCAL TIME OUT. (DSERR 247) CAUSE A CM error was detected.
File System (Native Mode) (Subsystem 143) (DSERR 253) 854 855 939 940 941 942 943 472 CAUSE A CM error was detected. ACTION File an SR. MESSAGE COMMUNICATIONS INTERFACE ERROR. INVALID I/O CONFIGURATION. (DSERR 254) CAUSE A CM error was detected. ACTION File an SR. MESSAGE COMMUNICATIONS INTERFACE ERROR. UNANTICIPATED CONDITION. (DSERR 255) CAUSE A CM error was detected. ACTION File an SR. MESSAGE An operation was attempted on a file type that does not support that operation.
File System (Native Mode) (Subsystem 143) ACTION No action is necessary. MESSAGE The terminal end of line character has been detected. (FILE SYSTEM ERROR -944) CAUSE The end of line character was typed into the terminal. ACTION No action is necessary. 945 MESSAGE Type manager; ABORT_IOX failed. 946 MESSAGE Type manager; CONVERT_DST failed. 947 MESSAGE Type manager; ATTACH_ID failed. 948 MESSAGE Type manager; The parameter passed was not valid.
File System (Native Mode) (Subsystem 143) failed. 966 MESSAGE Type manager; user attempted to save temporary file to existing permanent file. 967 MESSAGE Type manager directory insert; group does not have SAVE FILE capability. 968 MESSAGE Type manager directory insert; account does not have SAVE FILE capability. 969 MESSAGE Type manager-directory find; file was not found in the temporary directory. 970 MESSAGE Type manager-directory purge; the file was not found.
File System (Native Mode) (Subsystem 143) account disk space available. 985 MESSAGE Type manager-directory insert; there is no account disk space available. 986 MESSAGE Type manager directory replace; there is no account disk space available. 987 MESSAGE Type manager-directory insert; this is a duplicate name. 988 MESSAGE Type manager-directory insert; this is a temporary file duplicate name. 989 MESSAGE Type manager-directory replace; this is a temporary file duplicate name.
File System (Native Mode) (Subsystem 143) 1003 MESSAGE Type manager; this is an invalid request. 1004 MESSAGE Type manager; out of disk space. 1005 MESSAGE Type Manager; end of user labels. 1006 MESSAGE Type manager; the user label limit has been exceeded. 1007 MESSAGE Type manager; the GDPD reference count is negative. 1008 MESSAGE Type manager; system is out of GDPDs. 1009 MESSAGE Type manager; unable to build the GDPD table. 1010 MESSAGE Type manager; unable to unlink the GDPD.
File System (Native Mode) (Subsystem 143) 1027 1028 1029 1030 1031 1032 1033 Chapter 6 CAUSE One or more resources could not be returned to the system. ACTION File an SR. MESSAGE An error occurred while trying to access a file label extension. (FILE SYSTEM ERROR -1027) CAUSE An error occurred on a call to a label management procedure. ACTION File an SR. MESSAGE An error occurred while trying to access the spool file manager.
File System (Native Mode) (Subsystem 143) 1034 1035 1036 1037 1038 1039 1040 478 MESSAGE The reserved file for the Current Working Directory has become corrupted. (FILE SYSTEM ERROR -1034) CAUSE The file system could not get a pointer to the CWD reserved file. ACTION Abort and restart the process. MESSAGE Directory services encountered a security violation while trying to traverse the specified path.
File System (Native Mode) (Subsystem 143) ERROR -1040) 1041 1042 1043 1044 1046 1047 Chapter 6 CAUSE An error occurred during a file label update. ACTION File an SR. MESSAGE An empty path was provided to the directory services. (FILE SYSTEM ERROR -1041) CAUSE The caller provided an empty path. ACTION Provide a non-empty path. MESSAGE Directory services detected that a component of the path has a name length which exceeds the maximum for that directory.
File System (Native Mode) (Subsystem 143) 1050 1051 1052 1054 1055 1056 480 MESSAGE TM_REC_TOO_SHORT: The record specified for writing is too short. CAUSE The record does not have all the keys present. ACTION Specify a larger record with all the keys present. MESSAGE TM_NONSEQ_WRITE: This error indicates that the current FWRITE had a primary key which was not in sequential order when compared with the previous FWRITE.
File System (Native Mode) (Subsystem 143) FUPDATE. 1057 1058 1059 1060 1061 1062 Chapter 6 MESSAGE TM_KEY_SEARCH_ERROR: An error was detected while scanning the B TREE where the information relating to the user specified keys is kept. CAUSE The internal B TREE structure is corrupted. ACTION Close the KSAM XL file, store it to tape, and contact your HP Support Representative. MESSAGE TM_XM_START_SYS_TRANS_FAILED: A system transaction could not be started.
File System (Native Mode) (Subsystem 143) 1063 1065 1066 1067 1068 1069 1070 482 MESSAGE TM_INVALID_KEY_SPECIFIED: The key specification provided by the user is not a valid one. CAUSE The key specified in a procedure such as FREADBYKEY does not match the one specified in building the file. ACTION Check the key specified in the procedure call to FREADBYKEY or FFINDBYKEY. MESSAGE TM_FFIND_FAILED: An FFINDN failed based on the relative record number specified.
File System (Native Mode) (Subsystem 143) 1071 1072 1073 1074 1075 1076 Chapter 6 CAUSE A relative record number specified is not valid, either before the first record or beyond the last record. ACTION Specify a valid relative record number. MESSAGE TM_DPAGE_FIND_FAILED: An error occurred while scanning for a data page with a vacant slot in it. CAUSE All the data pages are used.
File System (Native Mode) (Subsystem 143) 1077 1078 1079 1080 1110 1111 1112 1113 484 MESSAGE The file system was unable to start a user transaction undertransaction management. (FILE SYSTEM ERROR -1077) CAUSE A call to transaction management failed. ACTION Make sure the file is attached to XM, otherwise file an SR. MESSAGE The file system was unable to end a user transaction under transaction management. (FILE SYSTEM ERROR -1078) CAUSE A call to transaction management failed.
File System (Native Mode) (Subsystem 143) 1500 1501 1502 1503 1504 1505 Chapter 6 ACTION File an SR. MESSAGE An unexpected High-level IO error was encountered while executing a tape IO request. CAUSE Either the IO request was invalid, or the device is not ready/accessible. ACTION Make sure the requested IO operation is a valid one, and the devcie is accessible for the process. MESSAGE An unexpected Low-level IO error was encountered while executing the tape IO request.
File System (Native Mode) (Subsystem 143) CAUSE The device was positioning at the beginning of the medium, an attempt to backspace the medium could not be performed. ACTION Do not try to backspace the medium when it is positioned at its beginning. MESSAGE A tape IO operation failed because the end of the medium was encountered. CAUSE An attempt was made to execute a device operation beyond the end of the medium. ACTION Do not try to access the medium beyond the end of tape mark.
File System (Native Mode) (Subsystem 143) 5005 MESSAGE The volume name contains invalid characters, or the delimiter wasn't found within the allowed number of characters. 5006 MESSAGE The volume class name contained some invalid characters, or the delimiter was not found within the allowed number of characters. 5007 MESSAGE The volume set name contained some invalid characters, or the delimiter was not found within the allowed number of characters.
File System (Native Mode) (Subsystem 143) 5018 MESSAGE A failure occurred during a switch between CM and NM, or vice versa. This failure occurred somewhere within Directory Services. 5019 MESSAGE Either no GUFD/PLFD was found for the user's logon account directory, or the logon group's group entry was not found in the account directory. 5020 MESSAGE This error should be impossible to return. If it is returned, then some unexpected error was returned in a DIRECFIND.
File System (Native Mode) (Subsystem 143) SYSTEM ERROR -6002) 6003 6004 6008 6009 6010 6011 6012 6014 6015 Chapter 6 CAUSE A storage management error was detected. ACTION Ensure the device is operating properly. MESSAGE Storage Management SIO count is too big. (FILE SYSTEM ERROR -6003) CAUSE A storage management error was detected. ACTION Ensure the device is operating properly. MESSAGE Storage Management SIO count is insufficient.
File System (Native Mode) (Subsystem 143) SYSTEM ERROR -6015 6016 6017 6018 6019 6020 6021 6023 6024 6027 490 CAUSE A storage management error was detected. ACTION Ensure the device is operating properly. MESSAGE Storage Managment SIO no spare available. (FILE SYSTEM ERROR -6016) CAUSE A storage management error was detected. ACTION Ensure the device is operating properly. MESSAGE Storage Managment SIO blank media.
File System (Native Mode) (Subsystem 143) reset. (FILE SYSTEM ERROR -6027) 6028 6030 6031 6032 6033 6034 6038 6040 Chapter 6 CAUSE A storage management error was detected. ACTION Ensure the device is operating properly. MESSAGE Storage Managment SIO beginning of tape. (FILE SYSTEM ERROR -6028) CAUSE A storage management error was detected. ACTION Ensure the device is operating properly. MESSAGE Storage Managment SIO broken read.
File System (Native Mode) (Subsystem 143) 6041 6042 6043 6044 6100 6101 6102 6103 6104 492 MESSAGE Storage Managment SIO end of tape. (FILE SYSTEM ERROR -6041) CAUSE A storage management error was detected. ACTION Ensure the device is operating properly. MESSAGE Storage Managment SIO tape error recovery. (FILE SYSTEM ERROR -6042) CAUSE A storage management error was detected. ACTION Ensure the device is operating properly. MESSAGE Storage Managment SIO end of line.
File System (Native Mode) (Subsystem 143) 6105 6200 6201 6202 6203 6204 7001 7002 7003 Chapter 6 MESSAGE Terminal Storage Management broken read encountered. (FILE SYSTEM ERROR -6105) CAUSE A storage management error was detected. ACTION Ensure the device is operating properly. MESSAGE Storage Management Native Language I/O dependent error. (FILE SYSTEM ERROR -6200) CAUSE A storage management error was detected. ACTION Ensure the device is operating properly.
File System (Native Mode) (Subsystem 143) 7004 7005 7006 7007 7008 7009 7010 494 CAUSE A directory is missing in the source name path. ACTION Provide a valid name. MESSAGE The generic name translation service did not have room in the target array to return the name. (FILE SYSTEM ERROR -7004) CAUSE The target array length is not large enough. ACTION Supply a larger target array.
File System (Native Mode) (Subsystem 143) 7011 7012 7101 7102 7103 7104 7105 7106 7107 Chapter 6 MESSAGE The generic name translation service cannot parse the source name. (FILE SYSTEM ERROR -7011) CAUSE The generic name parsing service found a syntax error in the name. ACTION Supply a valid source name. MESSAGE The generic name translation service was called with invalid options. (FILE SYSTEM ERROR -7012) CAUSE The caller passed a bad value in the options parameter.
File System (Native Mode) (Subsystem 143) 7108 7109 7110 7111 7112 7113 7114 7115 7116 496 ACTION Use FLOCK instead. MESSAGE NO SUCH LOCK EXISTS. CAUSE HPFLOCKINFO, with a command parameter value of 1, was issued on a lock request which does not exist. ACTION Assume no such lock exists and continue. MESSAGE WHENCE PARAMETER OUT OF BOUNDS. CAUSE A value other than 0, 1, 2, or 3 was passed in for the whence parameter. ACTION Pass in a legal value.
File System (Native Mode) (Subsystem 143) 7117 7118 7119 7120 7123 7124 7125 7126 Chapter 6 ACTION Use FLOCK instead. MESSAGE COMMAND PARAMETER OUT OF BOUNDS. CAUSE A value other than 0 or 1 was passed in for the command parameter to HPFLOCKINFO. ACTION Pass in a legal value. MESSAGE LOCK PARAMETER OUT OF BOUNDS. CAUSE A value other than 0, 1, 2, 3, or 4 was passed in for the lock parameter to HPFLOCK. ACTION Pass in a legal value. MESSAGE PIN PARAMETER OUT OF BOUNDS.