;****************************** MODULE HEADER ********************************;
;*                                                                           *;
;* FILE: ExecMsg.mtxt                                                        *;
;*                                                                           *;
;* MACHINE: B20         MESSAGE FILE          OS: BTOS                       *;
;*                                                                           *;
;* DESCRIPTION:                                                              *;
;*                                                                           *;
;* Text file for Executive and other files                                   *;
;*                                                                           *;
;*    Standard Software Message File                                         *;
;*                                                                           *;
;*    This file contains the error and text messages used by Standard        *;
;*    Software. This file may be edited to change the text of any messages   *;
;*    occuring in Standard Software. The utility Create Message File       *;
;*    is provided to build a binary formatted binary text file which is      *;
;*    read by Standard Software programs.                                    *;
;*                                                                           *;
;*    The syntax of this is described below. Each message in the file        *;
;*    is defined by                                                        *;
;*                                                                           *;
;*    <colon>nnnnn<colon>  <delim> Text <delim>                              *;
;*                                                                           *;
;*                                                                           *;
;*    Macro expansion syntax                                               *;
;*                                                                           *;
;*    Macro    String to be inserted                                         *;
;*                                                                           *;
;*    U      workstation user name.                                         *;
;*    D      system datetime.                                              *;
;*    Dn     system datetime formatted with template number n.             *;
;*    Kn     keycap text for key number n.                                  *;
;*    nD     nth parameter as datetime.                                    *;
;*    nDm    nth parameter as datetime with template number m.             *;
;*    nN     nth parameter as unsigned integer.                             *;
;*    nS     nth parameter as a string.                                     *;
;*    n      nth parameter as a string.                                     *;
;*                                                                           *;
;*                                                                           *;
;*    Date Time Template Definitions.                                        *;
;*                                                                           *;
;*                                                                           *;
;*    Type                      Examples          Max. Length.              *;
;*    ________________________________________________________               *;
;*    Columnar    0000h      71885  9:03AM            16                   *;
;*    numeric               100885 11:13PM                                 *;
;*    date and                                                               *;
;*    time of                                                                *;
;*    day                                                                    *;
;*                                                                           *;
;*    Numeric     0001h     71885 9:03AM              16                   *;
;*    date and             100885 11:13PM                                  *;
;*    time of                                                                *;
;*    day                                                                    *;
;*                                                                           *;
;*    Columnar    0002h    Jul  1, 1985  9:03 AM        26                   *;
;*    date and             Jul 18, 1985 11:13 PM                             *;
;*    time of day                                                            *;
;*                                                                           *;
;*    Date and    0003h    Jul 1, 1985 9:03AM           26                   *;
;*    time of              Jul 18, 1985 11:13PM                              *;
;*    day                                                                    *;
;*                                                                           *;
;*    Columnar    0004h    Mon Jul  1, 1985  9:03 AM    30                   *;
;*    day, date,           Mon Jul 18, 1985 11:13 PM                         *;
;*    and time                                                               *;
;*    of day                                                                 *;
;*                                                                           *;
;*    Day, date,  0005h    Mon Jul 1, 1985 9:03 AM      30                   *;
;*    and time             Mon Jul 18, 1985 11:13 PM                         *;
;*    of day                                                                 *;
;*                                                                           *;
;*    Columnar    0006h    23:43                         5                   *;
;*    24hour              07:00                                             *;
;*    time of                                                                *;
;*    day*                                                                   *;
;*                                                                           *;
;*    24hour     0007h    23:43                         5                   *;
;*    time of               7:00                                             *;
;*    day*                                                                   *;
;*                                                                           *;
;*    *For applications that want 24hour time regardless of country.        *;
;*                                                                           *;
;*    Columnar    0008h    11:43PM                       8                   *;
;*    time of               7:00AM                                           *;
;*    day                                                                    *;
;*                                                                           *;
;*    Time of     0009h    11:43PM                       8                   *;
;*    day                   7:00AM                                           *;
;*                                                                           *;
;*    Columnar    000Ah    111885                      8                   *;
;*    numeric              010101                                          *;
;*    date                                                                   *;
;*                                                                           *;
;*    Numeric     000Bh    111885                      8                   *;
;*    date                 1101                                            *;
;*                                                                           *;
;*    Time        000Ch    09:03:05                      8                   *;
;*                                                                           *;
;*    Temporary   000Dh    09:03:05.tmp                 30                   *;
;*    file name            23:03:05.tmp                                      *;
;*                                                                           *;
;*    Long day    000Eh    Monday June 3, 1985          45                   *;
;*    and date                                                               *;
;*                                                                           *;
;*    Long date   000Fh    June 3, 1985                 30                   *;
;*                                                                           *;
;*    Columnar    0010h    01010107:09:05AM          40                   *;
;*    datetime                                                              *;
;*    for file                                                               *;
;*    names**                                                                *;
;*                                                                           *;
;*    **Various strings are normally appended to construct file names.  No   *;
;*      spaces should be allowed.                                            *;
;*                                                                           *;
;*                                                                           *;
;*    Keycap Text definitions                                                *;
;*                                                                           *;
;*    Name        Number        Text                                         *;
;*    ===========================================                            *;
;*    Action       1            ACTION                                     *;
;*    Backspace    2            BACK SPACE                                 *;
;*    Bound        3            BOUND                                      *;
;*    Cancl        4            CANCEL                                     *;
;*    Code         5            CODE                                       *;
;*    Copy         6            COPY                                       *;
;*    Delete       7            DELETE                                     *;
;*    Finish       8            FINISH                                     *;
;*    Go           9            GO                                         *;
;*    Help        10            HELP                                       *;
;*    Lock        11            LOCK                                       *;
;*    Mark        12            MARK                                       *;
;*    Move        13            MOVE                                       *;
;*    Next        14            NEXT                                       *;
;*    NextPage    15            NEXT PAGE                                  *;
;*    OverType    16            OVER TYPE                                  *;
;*    PrevPage    17            PREV PAGE                                  *;
;*    Return      18            RETURN                                     *;
;*    ScrlDown    19            SCROLL DOWN                                *;
;*    ScrlUp      20            SCROLL UP                                  *;
;*    Shift       21            SHIFT                                      *;
;*    Tab         22            TAB                                        *;
;*                                                                           *;
;* HISTORY:                                                                  *;
;*                                                                           *;
;* MMDDYY VVVVMM PROGRAMMER    DESCRIPTION OF CHANGE (Most recent first) *;
;*                                                                           *;
;* 091489 120C.21 A. Thurber    New SRP ExtCrashDump messages.            *;
;* 082989 120C.20 M. Emmerich   Added 32978 for Merge Cmd File            *;
;* 082889 120C.19 P. Campbell   Master > Server, Server > Service       *;
;* 080289 120C.18 N. Natarajan  Fixed bug in squash display and File      *;
;*                                 Extent Reporter                           *;
;* 072789 120C.17 N. Natarajan  Folded the following UVA                  *;
;*                  M. Bekal      Added message text for erc 180            *;
;*                                Fixes FTR 440CENGJA0017.               *;
;* 062889 120B.16 M. Emmerich   Add 33115 and reformat SIgnOn help msgs   *;
;* 060889 120B.15 V. Muppidi    Updated Statistics Server codes as per 3.1*;
;* 052489 120B.14 M. Tendulkar  Added 33200+ for Files Fragmentation Util.*;
;* 050489 120B.13 M. Ribble     Add cache                                 *;
;* 041389 120B12 P. Campbell   3540035402 (For Kevin Kao)               *;
;* 040589 120B11 P. Campbell   Got rid of 32897 (duplicate of 32908)     *;
;* 040589 120A.10 V. Muppidi    added Sanjose's changes                   *;
;* 032389 120A.09 V. Muppidi    Folded UVA's in Sanjose 12.0              *;
;*                                                                           *;
;* 120288 II021D.08 R. Thapan     Added new error codes for Logging       *;
;*                                   Functions.                              *;
;* 101488 II021C.07 E.V. Apparao  Added Toolkit Messages                  *;
;* 062188 II020E.06 S. Hung       Changed message 32871 from CTOS to BTOS.*;
;* 060288 II020D.05 R. Thapan     Added new error codes for Performance   *;
;*                                   Statistics.                             *;
;* 052588 II020D.04 S. Sarafian   Folded Batch msg implemented by         *;
;*                                   H. Hariharan.                           *;
;* 051288 II020D.03 S. Hung       Folded II1.1 UVA's into II2.0.B+.     *;
;* 022788 II020B.02 M. McLaughlin Folded 11.3+ mods into baseline.        *;
;* 021688 II020A.01 M. McLaughlin Folded UVA's into 11.3 baseline.        *;
;*                                                                           *;
;*                                                                           *;
;* TITLE:  BTOS SYSTEM SOFTWARE                                              *;
;*                                                                           *;
;*                 PROPRIETARY PROGRAM MATERIAL                              *;
;*                                                                           *;
;* THIS MATERIAL IS PROPRIETARY TO UNISYS CORPORATION AND IS NOT TO BE       *;
;* REPRODUCED, USED OR DISCLOSED EXCEPT IN ACCORDANCE WITH PROGRAM LICENSE   *;
;* OR UPON WRITTEN AUTHORIZATION OF THE PATENT DIVISION OF UNISYS            *;
;* CORPORATION, DETROIT, MICHIGAN 48232, USA.                                *;
;*                                                                           *;
;*                                                                           *;
;* COPYRIGHT (C) 1980, 1989 CONVERGENT INCORPORATED. ALL RIGHTS RESERVED     *;
;* COPYRIGHT (C) 1980, 1989 UNISYS CORPORATION. ALL RIGHTS RESERVED          *;
;* ************************************************************************* *;
;*                                                                           *;
;* UNISYS BELIEVES THAT THE SOFTWARE FURNISHED HEREWITH IS ACCURATE AND      *;
;* RELIABLE, AND MUCH CARE HAS BEEN TAKEN IN ITS PREPARATION.  HOWEVER,      *;
;* NO RESPONSIBILITY, FINANCIAL OR OTHERWISE, CAN BE ACCEPTED FOR ANY        *;
;* CONSEQUENCES ARISING OUT OF THE USE OF THIS MATERIAL, INCLUDING LOSS OF   *;
;* PROFIT, INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES, THERE ARE NO         *;
;* WARRANTIES WHICH EXTEND BEYOND THE PROGRAM SPECIFICATION.                 *;
;*                                                                           *;
;* THE CUSTOMER SHOULD EXERCISE CARE TO ASSURE THAT USE OF THE SOFTWARE      *;
;* WILL BE IN FULL COMPLIANCE WITH LAWS, RULES AND REGULATIONS OF THE        *;
;* JURISDICTIONS WITH RESPECT TO WHICH IT IS USED.                           *;
;*                                                                           *;
;*                                                                           *;
;* ************************* END OF MODULE HEADER ************************** *;
;
;
;
:0:     No error
:1:     End of file (Error 1)
:2:     End of medium (Error 2)
:3:     Inconsistency (Error 3)
:4:     
Operator intervention (Error 4).
:5:     Syntax error (Error 5)
:6:     Cluster not running (Error 6)
:7:     Not implemented (Error 7)
:8:     Internal inconsistency (Error 8)
9        not assigned
:10:    Exchange out of range (Error 10)
:11:    Invalid pointer (Error 11)
:12:    No link block for PSend (Error 12)
:13:    Invalid interrupt vector (Error 13)
:14:    No message available (Error 14)
:15:    No link block available (Error 15)
:16:    Inconsistent request block (Error 16)
:17:    Mismatched respond (Error 17)
:18:    No process control block available (Error 18)
:19:    Programmable interval timer chain invalid (Error 19)
:20:    Invalid response exchange in request block (Error 20)
:21:    Memory protection fault (Error 21)
:22:    Bus timeout (Error 22)
:23:    Memory parity error (Error 23)
:24:    Power failure (Error 24)
:25:    Unknown nonmaskable interrupt (Error 25)
:26:    Stray interrupt (Error 26)
:27:    Division overflow (Error 27)
:28:    Bad Opcode (Error 28)
:29:    Numeric coprocessor not present (Error 29)
:30:    Request tables inconsistent (Error 30)
:31:    No such request code (Error 31)
:32:    Invalid message on default response exchange (Error 32)
:33:    Service not available (Error 33)
:34:    Exit run file not specified (Error 34)
:35:    Xbus module not connected (Error 35)
:36:    Illegal bus parameter to GetModuleID (Error 36)
:37:    Request returned for swapping (Error 37)
:38:    XBus window size too large (Error 38)
39      not assigned
:40:    Not enough cluster buffer memory (Error 40)
:41:    Agent No Room (Error 41)
:42:    Agent SrpXE No Room (Error 42)
:43:    Rcb Not In Xmit (Error 43)
:44:    Agt Unmatched Rq (Error 44)
:45:    Xbuf Too Small (Error 45)
:46:    The server is going down (Error 46)
:52:    This system service has already been installed (Error 52)
:80:    Protection violation (Error 80)
:81:    Real mode protection violation (Error 81)
:82:    Stack fault (Error 82)
:83:    Segment not present fault (Error 83)
:84:    Page fault (Error 84)
:85:    Overflow exception (Error 85)
:86:    Bounds check exception (Error 86)
:87:    Coprocessor error (Error 87)
:88:    Coprocessor overrun (Error 88)
:92:    Interrupt stack overflow (Error 92)
:93:    A real mode program cannot serve a request or system common (Error 93)
:94:    Caller must be protected mode (Error 94)
:100:   Init Memory Fail (Error 100)
:101:   No Memory For Os Init (Error 101)
:102:   No Dcb For Boot Device (Error 102)

:120:   Wrong hardware (Error 120)
:121:   OS version too old (Error 121)
:126:	The XBif service must be installed before this run file can execute (Error 126)

:180:   Service already installed (Error 180)

:201:   No free volume structure (Error 201)
:202:   Directory full (Error 202)
:203:   No such file (Error 203)
:204:   No such directory (Error 204)
:205:   Bad file specification (Error 205)
:206:   Bad user number or 
Attempt to install service after installation of Context Manager (Error 206)
:207:   Invalid argument to GetFileStatus or SetFileStatus (Error 207)
:208:   Duplicate volume name (Error 208)
:209:   File is read only (Error 209)

:210:   Bad file handle (Error 210)
:211:   Invalid buffer size (not a sector size multiple) (Error 211)
:212:   Invalid logical file address (Error 212)
:213:   No free file access block (Error 213)
:214:   No free file number (Error 214)
:215:   No such volume (Error 215)
:216:   Volume is not mounted (Error 216)
:217:   Invalid password (Error 217)
:218:   Invalid open mode (Error 218)
:219:   Access denied (Error 219).


:220:   File in use (Error 220).
:221:   File header bad checksum (Error 221)
:222:   File header bad page number (Error 222)
:223:   File header bad header number (Error 223)
:224:   File already exists (Error 224)
:225:   No free file headers (Error 225)
:226:   Free file headers chain broken (Error 226)
:227:   Device in use (Error 227)
:228:   Device already mounted (Error 228)
:229:   Device not mounted (Error 229)

:230:   Disk full (Error 230)
:231:   Not a mountable device (Error 231)
:232:   No valid volume home block (Error 232)
:233:   File header bad file name (Error 233)
:234:   Odd byte buffer address (Error 234)
:235:   Wrong volume mounted (Error 235)
:236:   Bad device specification (Error 236)
:237:   Directory page invalid (Error 237)
:238:   Request not valid for this device (Error 238)
:239:   Wrong volume destination (Error 239)

:240:   Directory already exists (Error 240)
:241:   Directory not empty (Error 241)
:242:   Master File Directory full (Error 242)
:243:   Verify error (Error 243)
:244:   System device not ready (Error 244)
:245:   Run file has bad checksum (Error 245).
:246:   File is not a run file (Error 246).
:247:   Old format run file (Error 247)
:248:   Wrong request (Error 248)
:249:   Not primary task (Error 249)

:250:   File contains too many extents (Error 250)
:251:   Cannot log (Error 251)
:252:   Cannot open Sysimage.sys (Error 252)
:253:   Cannot read overlay (Error 253)
:254:   No available user number at the server (Error 254)
:255:	Data verification error (Error 255).

:262:	Virtual Code Management not supported (Error 262)

:272:	File header bad directory (Error 272)

:290:   Log buffer overflow (Error 290)

:300:   Device is not ready (Error 300)
:301:   Disk IO error (Error 301)
:302:   Device is write protected (Error 302)
:303:   No free IOB (Error 303)

:320:	Floppy controller error (Error 320)
:321:	Floppy controller error (Error 321)
:322:	Floppy controller error (Error 322)
:323:	Floppy controller error (Error 323)
:324:	Floppy controller error (Error 324)
:325:	Floppy controller error (Error 325)
:326:	Floppy controller error (Error 326)
:327:	Floppy controller error (Error 327)
:328:	Floppy controller error (Error 328)
:329:	Floppy controller error (Error 329)

:330:	Floppy controller error (Error 330)

:340:	Disk controller error (Error 340)
:341:	Disk controller error (Error 341)
:342:	Disk controller error (Error 342)
:343:	Disk controller error (Error 343)
:344:	Disk controller error (Error 344)
:345:	Disk controller error (Error 345)
:346:	Disk controller error (Error 346)
:347:	Disk controller error (Error 347)
:348:	Disk controller error (Error 348)
:349:	Disk controller error (Error 349)

:350:	Disk controller error (Error 350)
:351:	Disk controller error (Error 351)

:400:	Not enough memory available (Error 400)
:401:	Cannot allocate longlived memory (Error 401)
:402:	Bad memory deallocation (Error 402)

:410:	Not enough exchanges were allocated in the OS (Error 410)
:411:	Bad exchange ID (Error 411)
:412:	A parameter of InitLocalPageMap or DefineLocalPageMap is not 4K aligned (Error 412)

:413:	A parameter of InitLocalPageMap or DefineLocalPageMap is too small (Error 413)
:414:	A Local Page Map has not been defined (Error 414)

:420:	Request table is full (Error 420)
:421:	Request doesn't exist (Error 421)

:430:	Invalid exit run file (Error 430)
:431:	[LPT] in use (Error 431)


:500:	Invalid VAM parameter (Error 500)
:501:	Invalid VDM parameter (Error 501)
:502:	Video buffer not word aligned (Error 502)
:503:	Video not initialized (Error 503)
:504:	Video hardware failure (Error 504)
:505:	Too many video attributes (Error 505)

:507:	Cannot load font in background (Error 507)

:601:	 Too many keyboard requests (Error 601)
:602:	 No keyboard character (Error 602)
:603:	 Bad keyboard escape (Error 603)
:604:	 Invalid keyboard parameter (Error 604)
:605:	 Bad keyboard replay mode (Error 605)
:606:	 invalid keyboard iKey (Error 606)
:607:	 keyboard action key is down (Error 607)
:608:	 keyboard being reset (Error 608)
:609:	 no keyboard action character (Error 609)

:610:	 keyboard buffer overflow (Error 610)

:1005:	The debugger is not active (Error 1005).

:1401:  Cache miss (Error 1401)
:1402:  Cache entry locked (Error 1402)
:1403:  No free cache entry (Error 1403)
:1410:  Bad cache handle (Error 1410)
:1411:  No such cache entry (Error 1411)
:1412:  Bad cache descriptor (Error 1412)
:1413:  No cache pool (Error 1413)
:1414:  Cache memory exhausted (Error 1414)
:1415:  Cache pool busy (Error 1415)
:1416:  Cache disabled (Error 1416)
:1417:  Bad cache control word (Error 1417)

:2336:	Invalid video byte stream escape sequence (Error 2336)

:2440:	No such parameter (Error 2440)

:2441:	A parameter contains an invalid value (Error 2441)

:2442:	Too many subparameters (Error 2442)

:2450:	A subparameter is invalid or missing. (Error 2450)

:2451:	A required parameter was not filled in. (Error 2451)

:2470:	Parameter list will not fit in memory (Error 2470)
:2550:	Form is too long (Error 2550)

:2600:	Too many wildcards (Error 2600)

:2601:	Buffer is too small (Error 2601)

:2602:	Unexpected macro in string expansion (Error 2602)

:2603:	Number expected in macro expansion, not found (Error 2603)

:2604:	Invalid count of bytes supplied for macro expansion (Error 2604)

:2605:	String is too long (Error 2605)

:2606:	More than one file matches this file specification (Error 2606)

:2607:	No file matches this file specification (Error 2607)

:2608:	Uninitialized buffer (Error 2608)

:2650:	Quotes are unbalanced (Error 2650)
:2700:	The year must be between 1952 and 2042 (Error 2700).
:2701:	The day is not valid for the given month (Error 2701).
:2702:	The day of the week and day of month disagree (Error 2702).
:2703:	The time of day given is invalid (Error 2703).
:3800:	Invalid characters in entry (Error 3800).
:3801:	The year is missing from the entry (Error 3801).
:3802:	The year must be between 1952 and 2042 (Error 3802).
:3803:	The month is missing from the entry (Error 3803).
:3804:	The month is invalid in the entry (Error 3804).
:3805:	The day of month is missing from the entry (Error 3805).
:3806:	The day of the month is not valid for the given month (Error 3806).
:3807:	The day of week is missing from the entry (Error 3807).
3808 ercBadDayOfWeek, not implemented
:3809:	The time of day is missing from the entry (Error 3809).
:3810:	Minute field is missing from time entry (Error 3810).
3811 ercBadTime, not implemented
:3812:	The hour given is out of range (Error 3812).
:3813:	The minute given is out of range (Error 3813).
:3814:	The AMPMnoonmidnight entry is invalid (Error 3814).
:3815:	The name given is not a day or month (Error 3815).
:3816:	The name given could be more than one day or month (Error 3816).
:3818:	Bad format, duplicate delimiters (Error 3818).
:3820:	The system datetime has not been set (Error 3820).
:3821:	The datetime entry is too long (Error 3821).

M03
:3822:  Invalid datetime format (Error 3822).  

:7303:	Swapper unable to read overlay (Error 7303)


:13500:	No such nationalization table (Error 13500)
:13501:	Bad message file signature (Error 13501)
:13502:	Not a message file (Error 13502)
:13503:	Message not found (Error 13503)
:13504:	Message file not open (Error 13504)
:13505:	Message file is corrupt (Error 13505)
:13506: Cannot access message file (Error 13506)
:13507: Bad date table (Error 13507)
:13508: Not a valid yes or no answer (Error 13508)
:13509: Message file could not be opened (Error 13509)
:13510: Invalid message work area (Error 13510)
:13511: 
A message number does not follow a colon near:

:13512: 
Invalid message number near:

:13513: 
Message too long or message number invalid near:

:13514: 
The text file does not contain any messages.



*** Merge Command File messages 

:32760: Creating command 0S ... 
:32761: Removing command 0S ... 
:32762: 
Saving command file ... 
:32763: No such command: 0S




first mc (8000h)

32768  Not currently used
32769  Not currently used

:32770:	Command index is invalid
:32771:	Timeout value must be between 0 and 100 (minutes).
:32772:	Case value must be exactly two characters
:32773:	Command file is invalid
:32774:	Too many characters in arguments and description
:32775:	Command table is full
:32776:	Please mount a system volume in [sys], then press GO to continue
:32777:	Command 0S already exists.  Overwrite?

:32778:	
Append 0S?

:32779:	Append more files?

:32780:	
Copy 0S to 1S?

:32781:	
Delete 0S?

:32782:	File 0S already exists.  Overwrite?
:32783:	Print 0S?
:32784:	Set protection of 0S?

:32785:	
Rename 0S to 1S?

:32786:	
Type 0S?

:32787:	Copy more files?
:32788:	Rename more files?
:32789:	Appending 0S ... 
:32790:	Copying 0S to 1S ... 

:32791:	
Typed 0


:32792:	0S:


:32793:	Renaming 0S to 1S ... 

:32794:	
	(Press GO to confirm, CANCEL to deny, FINISH to exit)


:32795:	Creating file 0S ... 
:32796:	Did not rename 0S, 1S already exists.


:32797:	Did not copy 0S, 1S already exists.


:32798:	Did not create command 0S, already exists.


:32799:	Copying 0S to 1S (overwriting) ... 
:32800:	Renaming 0S to 1S (overwriting) ... 
:32801:	Creating command 0S (overwriting) ... 
:32802:	Creating file 0S (overwriting) ... 
:32803:	Did not create file 0S, already exists.


:32804:	
No such command

:32805:	Command is not unique.


:32806:	The run file specified, 0N, is not internal to the Exec.


:32807:	Deleting 0S ... 
:32808:	Printing 0S ... 
:32809:	done.


:32810:	The specified margins are impossible.


:32811:	                          Length   Sectors   Last Modified          Protection             


:32812:	01   6D4   3

; Message 32812 is the detail line of files. 
; The macro's expand as follows 
;  0 eof
;  1 sector size
;  2 extents
;  3 protection
;  4 file type
;  5 creation date
;  6 modification date
;  7 access date

:32813:	0N
:32814:	Setting protection of directory 0S ... 
:32815:	Available colors are:

	
:32816:	Parameter on line 0N of the form is invalid or missing.

:32817:	Cannot change colors on this workstation.

:32818:	0S has a mismatched wild card.

:32819:	Cannot set timeout in this version of the OS.

:32820:	0S: No such command file

:32821:	Cannot set colors in this version of the OS.

:32822:	The command file specified in your user file does not exist,
attempting to use [Sys]<Sys>Sys.cmds.


:32823: 0S: Error 1N (See the Status Codes Manual)
:32824:	0S is not numeric.

:32825:	0S is neither Yes nor No.

:32826:	Setting protection of 0S ... 
:32827:	does not match a unique file.
:32828:	matches no file.
:32829:	Commands are: 

:32830:	Numbers of parameters must be the same in the from and to fields.
:32831:	 : Not found
:32832:	Cannot change background colors on this workstation.

:32833:	0S:  
:32834:	
Application error:  

:32835:   
0S

:32836:	If you append 0S you will lose formatting information  OK?
:32837:	If you append to 0S you will lose formatting information  OK?
:32838:	The Executive is not recording.

:32839:	Wildcard expression is too complicated
:32840:	String parameter > 255 characters
:32841:	Cannot confirm in batch.


:32842:	Application error


:32843:	Warning: Current logged in node is not recognized.

:32844:	Node names not supported in this version of the OS.

:32845:	Warning: Current logged in volume does not exist.

:32846:	Warning: Current logged in directory does not exist.

:32847:	
The previous command is not available.

:32848:	Volume name can only be 12 characters.

:32849:	Directory name can only be 12 characters.

:32850:	Prefix can only be 40 characters.

:32851:	Password can only be 12 characters.

:32852:	Node name can only be 12 characters.

:32853:	
	Directory is not empty, cannot remove it. 

:32854:	
Creating directory 0S ... 
:32855:	
Removing directory 0S ... 
:32856:	
Creating command 0S ... 
:32857:	
Removing command 0S ... 
:32858:	
Case value must be two characters.
:32859:	
	Run File:  
:32860:	
	Command Case:  
:32861:	This Exec is running as user number 0N
:32862:	
In order to use the command saving feature of the Executive,
you must create a directory:  [Scr]<Exec>.

:32863:	Command name cannot be more than 35 characters.

assigned numbers to following, previously numberless strings

:32864:	Old
:32865:	[Sys]<Sys>Sys.CmdsOld
:32866:	[Sys]<Sys>Copy.run
:32867:	[Sys]<Sys>Exec.run
:32868:	]<Sys>fileHeaders.sys
:32869:	Total sectors: 0 
:32870:	Press GO to invoke command
:32871:	Operating System Version 
:32872:	Command 
:32873:	Executive 
:32874:	User: 
:32875:	Path: 
:32876:	Recording 
:32877:	Replaying 
:32878:	 You have mail 
:32879:	  Urgent mail  
:32880:	 ... 
:32881:	Error 0N (See the Status Codes Manual)

:32882:	Volume Status 
:32883:	Status of volume 
:32884:	
Directory    Protection    Max Files

:32885:	     File Count  Total Sectors
:32886:	Initialized      0D2 
:32887:	Last modified    0D2 
:32888:	
                 Unused         Total           Used

:32889:	Sectors
:32890:	File headers
:32891:	Directories
:32892:	
Totals:
:32893: Device 
:32894:	 Calls 
:32895: This command cannot be used by Batch
:32896: 
Public commands are: 

32897
:32898:	CLUSTER GOING DOWN:  
:32899:	No files specified

:32900:	Submit version 
:32901:	
Illegal parameter index:
:32902:	
Bad Escape '0'
:32903:	
Macro expansion complete.

:32904:	Error in the submit file.
:32905:
	Error 0N during Executive initialization

Note
	Color strings may be of arbitrary length, but must be separated by a single 	space

:32906:Green Amber White Yellow Blue 

:32907:	SignOn 
:32908:  (OS 
:32909:	)
:32910:	SIGNON FONT INITIALIZATION ERROR   Must be caps
:32911:	SIGNON INITIALIZATION ERROR   Must be caps
:32912:	Subsystem Error: 
:32913:	Invalid datetime: 
:32914:	Invalid :SignOnChainFile: entry.
:32915:	Invalid :ExecCmdFile: entry.
:32916:	Error   A decimal erc is inserted between this and next
:32917:	 (see documentation).
:32918:	CLUSTER NOT RUNNING
:32919:	CLUSTER GOING DOWN
:32920:	DATETIME NOT SET
:32921:	The server is not running.
:32922:	The server is going down.
:32923:	User name (e.g., Drew)
:32924:	Password
:32925:	DateTime (e.g., Tue Sep 9, 1986 8:00 am)

The following 3 messages were used to display Help messages for the 3 lines
of SignOn.  Each message may be up to 5 lines long.  However, The length of
the message may not exceed 255 characters.  Use only spaces.  No Video Byte
Stream control codes (ie tab, back space, etc) except for new line characters
are interpretted.

Use the help messages starting at 33100 thru 33114 for the latest version of
SignOn.  These messages remain here for comatibility with older releases.

:32926:	A valid User Name is required in order to use the system.  New user names
may be assigned by a system administrator by creating a configuration file.
The user name Drew, for example, corresponds to [Sys]<Sys>Drew.User.  The
contents of a valid configuration file are described in the Executive
Manual.

:32927:	
A password is required if the user configuration file has been protected.
Protection may be set by a system administrator using the Set Protection 
command.

:32928:	Enter the date and time if the system datetime has not been set.  If the
current datetime is valid you may change parts of it, such as Fri Sep 9
or 12:32 am.  The entries are (in any order): year, month, day of month,
day of week, and time.  You only need enter enough of the name (not number)
of a month or day of the week to make it unique.

The following are used by SignOn for internal errors.  They must not exceed one line each in length.

:32929:	The system datetime has not been set.
:32930:	The :SignOnExitFile: entry is invalid or missing.
:32931:	The :SignOnVolume: entry is invalid or missing.
:32932:	The :SignOnDirectory: entry is invalid or missing.
:32933:	The :SignOnFilePrefix: entry is invalid or missing.
:32934:	The :SignOnPassword: entry is invalid or missing.
:32935:	The name given is not valid.
:32936:	A valid password is required for the user name given.
:32937:	The user configuration file is being modified by another user.
:32938:	A disk IO error occurred while the configuration file was being accessed.

Related to .user file 

:32939:	.User
:32940:	SignOnNode
:32941:	SignOnVolume
:32942:	SignOnDirectory
:32943:	SignOnFilePrefix
:32944:	SignOnPassword
:32945:	SignOnExitFile
:32946:	SignOnChainFile
:32947:	SignOnTextFile
:32948:	ExecCmdFile
:32949:	SignonUserName
:32950:	MailUserName
:32951:	MailCenterName
:32952:	MailPassword


Message 3295332955 must be nil for backward compatibility to 1.0 Std SW
:32953: 0
:32954: 0	
:32955: 0

:32956:	Set Time version 0S
:32957:	SysInit 0S


Messages for Command File Editor.  Most messages limited to 80 characters.

:32958:	A minor software error has occurred:  Error 0N
:32959:	You should be able to continue without problems.
:32960:	A fatal software error has occurred:  Error 0N
:32961:	Press GO to exit.
:32962:	(Press GO to confirm, CANCEL to deny)
:32963:	That command does not exist.
:32964:	One of the files needed by the Command File Editor is in use.
:32965:	Nothing has been changed.
:32966:	Saving ...
:32967:	Cannot save changes: the command file is in use.
:32968:	Press GO to continue or FINISH to exit.
:32969:	Save complete
:32970:	Total files: 0    Total length: 1    Total sectors: 2
:32971:	Press GO to overwrite this command, CANCEL to deny.
:32972:	Your command file is full.  Please remove any unnecessary commands.
:32973:	        Description and field names are too long.  Press GO to continue.
:32974:	 Cannot save changes: there are too many command names.  Press GO to continue.
:32975:	Press GO to remove the command, CANCEL to deny.
:32976:	  Command file: 
:32977:	Command name
   Message 32978 applies only to Merge Command File and New Command
:32978: 
The command file is full.  Do you want to save the current changes?
:32979:	The file 0S is password protected.
:32980:	The file 0S does not exist.
:32981:	  Do you wish to create a new one?
:32982:	The file 0S cannot be opened.
:32983:	The file 0S is not a command file.

More Cmd File Editor messages begin at 33090

Captions in Cmd File Editor forms 

The following messages are captions for the command file editor forms.  During translation, the data that the forms ask for should be taken into account.  For example, the command case will always be 2 characters while a file specification or a command name always takes the remainder of the space on the form.  If the captions are too long, the amount of space the user has to enter a command name or file specification may be restricted.  As of 11.2, these forms have been moved into the Command File Editor and are no longer changeable.  However, the names provided will be fit as best as possible within the space provided.

NUMBER  CAPTION TEXT           FORM SCREEN         LENGTH NOTES
:32984:	Command name         Input command                   
:32985:	Command file         Input command                   
:32986:	Run file:            Edit Display        MAX  9 chars
:32987:	Case:                Edit Display        MAX  5 chars
:32988:	Help msg:            Edit Display        MAX  9 chars
:32989:	Command name         Add command                      
:32990:	Copy from command    Add command                       
:32991:	Command name:        Output command                   
:32992:	Output file:         Output command      MAX  16 chars
:32993:	Append?              Output command      MAX  14 chars
:32994:	Output file format:  Output command      32994 + 32995 < 76 chars
:32995:	(S = Submit, N = New Command, U = Unformatted, J = Jcl)
                               Output command                
    Note  messages 33094, 33095, 33096 contain the 1st letters for the 
			three options in message 32995 above

Related to PromptSave form 

While the following two messages are physically restricted to 35 and 30 characters respectively, the combined length of messages 32996, 32997, 32768, and 32769 must not exceed 77 characters or truncation of message 32997 will occur.  The Command File Editor builds the PromptSave form automatically, so no forms file needs to be edited.

:32996:	  Save changes?    max 35 characters
:32997:	(Press Y or N)     max 30 characters

Related to function key names 

This string shows key names for keys f1f10.  Each name may have up to
seven characters.  Edit between , but do not change  or position of .
Use blanks within sevencharacter fields to position short names.

:32998:		  EDIT   ADD  REMOVE  INSERTDELETE  BLANK RETURN  INPUT OUTPUT  SAVE  



:33000:  : not found
:33001: naRunObjSysLib
:33002: DocBGPMP PhoVoiPDBImgVDMVecFntRstTxt
:33003: Sorting is required for multicolumn format
:33004: Sorting is required for exclusionary wildcards
:33005:  : access denied
:33006:  : directory not found
:33007: Files 

For use by LInstall 

:33010: Insert 0S in the floppy drive
:33011: Press GO to continue or FINISH to return to the Executive.
:33012: Select a configuration.    32 characters max
:33013: Use the cursor keys, RETURN key,   32 characters max
:33014: or NEXT key.   32 characters max
:33015: Press GO to continue.   21 characters max

 End LInstall messages

 Begin Cluster Utilities messages

 Warning  These lines cannot be more than 79 characters

:33016: Line to leave up is only valid for an XE server.
:33017: This utility can only be run on the server.
:33018:	Line Requested to stay up is invalid.
:33019:	This run file must be executed on a board on the SRPXE.
:33020:	ID  User Name                      Rqs Processed    Pages Read Pages Written
:33021:	ID  User Name                    Timeout   CRC OvRun  Seq  Proto  Addr Length 
:33022:	ID  User Name                    Timeout   CRC OvRun Other        Frames RqsOut
:33023:	Frame Type                                                Out                In
:33024:	      Request Turnaround Time:  Cluster Overhead     Simple Rq       Blocked Rq
:33025:	                                 Average    Max  Average    Max  Average    Max 
:33026:	ID USER NAME                        Secs    Secs    Secs    Secs    Secs    Secs 
:33027:	ID  User Name                       Times Polled Secs since  Max Poll  Average 
:33028:	                                                  Last Poll  Interval  Interval
*** closing parenthesis added; cluString.asm would not assemble without it
:33029:	Errors seen by the workstation  (* means not reported   WS running old OS) 
:33030:	Type   Total Size     Total      Number     Number   Maximum     Number     
:33031:	         (bytes)    Allocated    Usable*     Free      used   XBlock Waits**
:33032:	    WS DownTimeout
:33033:	    WS DownErrors
:33034:	                        Press Finish to Exit                         
:33035:	RR    Receiver Ready.......................... 
:33036:	RNR   Receiver Not Ready...................... 
:33037:	I+RR  IFrame (Request) + Receiver Ready....... 
:33038:	I+RNR IFrame (Request) + Receiver Not Ready... 
:33039:	I+RR  IFrame (Response) + Receiver Ready...... 
:33040:	I+RNR IFrame (Response) + Receiver Not Ready.. 
:33041:	  SERVER TOTALS FOR LINE 
:33042:	SNRM  Searching for new ID.................... 
:33043:	Last SNRM sent: 

 Warning  don't change the overall length of the messages which make up
			the header of Cluster Status

:33044:	Cluster Status 
:33045:	    Line Number 
:33046:	     Line Use Last sec: 
:33047:	     Line Use Last 10 sec: 
:33048:	Line Speed: 307Kb
:33049:	Line Speed: 1.8Mb
:33050:	Server Version: 
:33051:	IOP Server        
:33052:	Mini Server       
:33053:	Stats Since: 
:33054:	     WS Active:
:33055:	WS Total:
:33056:	USE SCROLLPAGE KEYS TO DISPLAY OTHER LINES

:33057:	* XBlocks that cross DMA boundary are discarded
:33058:	** Times we could have used an XBlock if we had one.
:33059:	00  SERVER TOTALS.................
:33060:	Workstation Booting...........
:33061:	Workstation Dumping...........
:33062:	Workstation Not Yet Online....
:33063:	No Name.......................
:33064:	Line Speed: 4.0Mb
:33065:	Value after escape sequences must be between zero and nine
:33066:	SignOnScreenTimeOut
:33067:	CLUSTER NOT RUNNING
:33068:	00  SERVER (No Name)..............
:33069: No Name
The following line is for Meter types, each must 9 characters
:33070:   Send     Rec      Rq       Resp     Timer    ????   
:33071: Poll      Systime   RT     Secs         Station       Size    Rq   Erc
:33072: Seq   Secs   M  T Clock   Diff   Event  Frame  State Bytes  Code  Ret Variable
The following line is for function keys, must be six characters each
:33073:	Meter WsErrsErrors Data BlocksFrames Time RqTime Prev  Next 
:33074:	TIME NOT SET
:33075:	     2
:33076:	 .00000 period is a decimal point
:33077:	 . period is a decimal point
:33078:	, thousand separater  must be a single character
:33079:	. decimal point  must be a single character


End Cluster Status


Begin LCopy messages

:33080: 
	(Press GO to confirm, CANCEL to deny, or FINISH to stop command)

:33081: 
	(Press GO to confirm, CANCEL to deny, FINISH to stop, or F1 to retry)

:33082: 
Invalid parameter list.
:33083: 
	Continue?:
:33084: Error 0N (see Status Codes Manual)
:33085: Moving 0S to 1S ... 
:33086: Move 0S to 1S?
:33087: Did not move 0S, 1S already exists.
:33088: Moving 0S to 1S (overwriting) ... 


End LCopy messages

Begin Cmd File Editor Extension messages

:33090: 'Do you wish to create the command 0S?'
:33091: <BLANK>
:33092: Copy  Text of COPY Command
:33093: New Command  Text of NEW COMMAND Command
:33094: S  First letter of Submit  See Msg 32995
:33095: N  First letter of New Command  See Msg 32995
:33096: U  First letter of Unformatted  See Msg 32995
:33097: J     Abbreviation of Jcl (2 chars max) See Msg 32995
:33098: Params?			  
:33099: Press GO to write parameters, CANCEL to deny


End Cmd File Editor Extension messages reserved through 33099


Begin SignOn Extension messages 3310033114

Help info for SignOn User Name  No more than 5 Lines may be used.
Use only spaces.  No Video Byte Stream control codes (ie tab, return, etc)

:33100:	A valid User Name is required in order to use the system.  New user names
:33101:	may be assigned by a system administrator by creating a configuration file.
:33102:	The user name Drew, for example, corresponds to [Sys]<Sys>Drew.User.
:33103:	The contents of a valid configuration file are described in the Executive
:33104:	Manual.

Help info for SignOn Password  No more than 5 Lines may be used.
Use only spaces.  No Video Byte Stream control codes (ie tab, return, etc)

:33105:	
:33106:	A password is required if the user configuration file has been protected.
:33107:	Protection may be set by a system administrator using the Set Protection
:33108:	command.
:33109:	

Help info for SignOn Date and Time  No more than 5 Lines may be used.
Use only spaces.  No Video Byte Stream control codes (ie tab, return, etc)

:33110:	Enter the date and time if the system datetime has not been set.  If the
:33111:	current datetime is valid you may change parts of it, such as Fri Sep 9
:33112:	or 12:32 am.  The entries are (in any order): year, month, day of month,
:33113:	day of week, and time.  You only need enter enough of the name (not number)
:33114:	of a month or day of the week to make it unique.

Message to proceed from SignOn zoom box help message 
:33115:	Press CANCEL to dismiss.

End of SignOn Extension messages.


Messages For Files Fragmentation Utility

:33200:	
File Name                                          Extent


:33201:	2

:33202:	Total files: 0   Files with max extents: 1 Max extents: 2
:33203:	Summary :
:33204:	    File(s) With Most Extents
:33205:	    none.
:33206:	    Average number of extents : 0

End of Fragmentation Utility Messages


Messages for BootStrap

:35001: 'Cannot boot file 0S.'
:35002: wsNNN must be in the range ws000 to ws255
:35003: Bootstrap confused in ScanXBus
:35004: Bootstrap confused in ScanXBusforWin
:35005: Bootstrap confused in ScanDcbs
:35006: Cannot open 
:35007: Sys volume is not local

:35008: Unknown hardware
:35009: Sys volume is not an SMD sys device
:35010: Sys volume not recognized
:35011: Bootstrap 
:35012:    to simulate booting from the server

:35013:     use wsNNN where NNN is in the range 000 to 255
:35014: This must be run on the master file processor.

Reserve message numbers through 35050 for BootStrap


:35051: Installing version 0S ... 
:35052: done.
:35053:  cannot be opened.
:35054:  cannot be loaded.
:35055: This version of the OS does not support the NlsService.
:35056: The NlsService must be installed from the primary partition.
:35057:  invalid format. This file cannot be loaded.
:35059: NlsService
:35060: The NlsService is already loaded.


Reserve message numbers through 35075 for NlsService


Msgs 35076 thru 35100 are for the Extended Crash Dumper

:35076:	Extended Crash Dump 
:35077:	This utility requires a protected mode operating system.
:35078:	0Nk memory present.


:35079:	Unable to open 0S.
:35080:	0 is too small.

:35081:	0 cannot be made large enough.

:35082:	A minimum of 0N sectors is required,
:35083:	 but the file is only 0N sectors.

:35084:	 which is more than is available.

:35085:	Extended memory is in use by the operating system.
Use the bootrom menu to dump low memory prior to using this utility.
:35086:	Extended memory is in use by the operating system.
Use this utility when 'LowMem' has been used in the SRP configuration file.
:35087:	Copying crash dump file and extended memory to 0S.


:35088:	Copying extended memory to 0S.


:35089:	

Reboot this workstation to regain the use of extended memory.
:35090:	

Reboot this SRP to regain the use of extended memory.
:35091:	

Rebooting this workstation to regain the use of extended memory.

Reserve message numbers through 35099 for Extended Crash Dumper


:35100: Partition         Total  Size  Used          Run file executing                 
:35101: Details  Map                                                     Update
:35102:                                                                  Update
:35103: Memory Maps    Free()  Code()  Code Swapped()  Data()  Data Swapped()
:35104:  Home                                                            Update
:35105:  Home    Map                                               Next  Update
:35106: Allocated
:35107: System
:35108: Partition:
:35109: Run file
:35110: Exit run file
:35111: User number
:35112: Partition type
:35113: Partition size
:35114: Memory:
:35115:   Long lived
:35116:   Short lived
:35117:   Code
:35118:   Available
:35119:   U Structure
:35120:   LDT
:35121: Context status
:35122: Sharing code
:35123: Resources used
:35124: Outstanding Rqs
:35125: Last erc
:35126: Mode
:35127: Total
:35128: Total:
:35129: System Service?
:35130: More  Use SCROLL keys to continue
:35131: Overlays?
:35132: This version of Partition Status does not match the OS
:35133: Partition Status does not function on a Single Partition type OS
:35134: Resident
:35135: Swapped
:35136: , serving requests
:35137: , swap disabled
:35138: , locked in
:35139: CommA
:35140: CommB
:35141: LPT
:35142: Timer
:35143: , 
:35144: 
:35145: (not available)
:35146:  (swapped out)
:35147: flexible
:35148: fixed
:35149: batch
:35150:  ( users)
:35151: Real
:35152: Distrix
:35153: Pmos
:35154: Protected
:35155: Protected (GDT)
:35156: Yes
:35157: No
:35158: Partition Status
:35159: Available:


****************

CreateMsgFile messages

:35300: Unable to access or use message file:  Error      
:35301: Reading text file ...
:35302: Writing binary file ...
:35303:  done.

:35304:  cannot be accessed.
:35305: 
An error number does not follow a colon near:

:35306: 
Invalid error code near:

:35307: 
Message too long or message number invalid near:

:35308: 
The text file does not contain any messages.


m10 Modified ListMessageFile and MergeMessageFiles messages 

ListMessageFile

:35309: None
:35310: The text file contains too many messages.
:35311: Creating text file ...

MergeMessageFiles

:35312: Reading old text files ...
:35313: Creating new text file ...

Messages for Configuration File Editor

:35400:	  EDIT   ADD  REMOVE DEFAULTCOMMENTSEARCH                        SAVE 
:35401: Must Use Template File For A New Config File
:35402: Empty Template File


OEMs message numbers are 0C000h...0FFFFh (49152...65535)

:49152:	Processor Id must follow colon.
:49153: Processor Id consisting of a digit in the range 1 to 9 must be given.
:49154:	A colon must follow the processor Id.
 M03
:49155: A fully specified run file specification must be given.   
:49156:	Previous task terminated without error.
:49157:	and terminates without error.
:49158: Previous termination status: 
:49159: and terminates with status: 
:49160: Execution begins on processor 
:49161: Error  a task has already been initiated on an intelligent module from another context.

:49162: Programmable cursor not available on this type of workstation.
:49163: Workstation system contains unsupported hardware.
 M03...
:49164: Cannot change background colors on this workstation.


TOOLKIT MESSAGES
================

PREVENTALLOW DELETE

:49200: 
Set Prevent Delete Flag of File 0S?
:49201: 
Setting Prevent Delete Flag of File 0S ... 

:49202: 
Reset Prevent Delete Flag of File 0S?
:49203: 
Resetting Prevent Delete Flag of File 0S ... 

UNDELETE

:49204: 
Undelete 0S?
:49205: Undeleting 0S ... 
:49206: 
Undelete More Files?

SQUASH

:49207: Squash 0S


:49208: Reading Directories ...

:49209:     0S
:49210: 
Reading Bad Blocks Info ...

:49211: Updating Link Structures ...

:49212: Checking Allocation Bitmap ...

:49213: Squash Starts
:49214: Squash Ends

:49215: Merging and Moving 0S to Beginning ... 
:49216: Moving 0S to Beginning ... 
:49217: Moving One Extent of 0S to Beginning ... 
:49218: Merging and Moving 0S to End ... 
:49219: Moving 0S to End ... 
:49220: Moving One Extent of 0S to End ... 

:49221: Mismatch in Allocation Bitmap

:49222: Allocation Bitmap corrected and written to volume

:49223:
				FRAGMENTATION ANALYSIS
				======================

	  
:49224:		AVAILABLE SECTORS	
:49225:Range		       Areas   Sectors
:49226:
:49227:1          sectors :	0S	 1S	
:49228:2..9       sectors :	0S	 1S	
:49229:10..99     sectors :	0S	 1S	
:49230:100..499   sectors :	0S	 1S	
:49231:500..999   sectors :	0S	 1S	
:49232:1000..1999 sectors :	0S	 1S	
:49233:2000..4999 sectors :	0S	 1S	
:49234:5000..     sectors :	0S	 1S	
:49235:		Total Available: 0S	
:49236:Longest continuous number of free sectors: 0S
:49237:

:49238:		FILE ALLOCATION
:49239:	Range			 Files
:49240:	
:49241:1      disk extent  :	 0S
:49242:2      disk extents :	 0S
:49243:3      disk extents :	 0S
:49244:4      disk extents :	 0S
:49245:5      disk extents :	 0S
:49246:6..10  disk extents :	 0S
:49247:11..32 disk extents :	 0S
:49248:32..   disk extents :	 0S
:49249:	Total Files :	0S

end of SQUASH


4925049299  RESERVED FOR TOOLKIT

end of TOOLKIT MESSAGES
=======================

:53300: CFA  Bad configuration file.
:53301: CFA  Volume list full.      
 ...M03	
:56600: This Command can not be invoked from Batch 
OEMs message numbers are 0C000h...0FFFFh (49152...65535)

These messages are for the PERFORMANCE STATISTICS SERVICE

:56700: Session already open (Error 56700).
:56701: Invalid User (Error 56701).
:56702: Invalid BlockID Information (Error 56702).
:56703: Too many users (Error 56703).
:56704: Invalid Log Request (Error 56704).
:56705: Too many sessions (Error 56705).
:56706: Too many blocks (Error 56706).
:56707: Internal Checksum error. Contact Systems Administrator (Error 56707).
:56708: Invalid Session Handle (Error 56708).
:56709: Not enough memory available in Heap for applications Work Area (Error 56709).
:56710: Wrong Block ID request (Error 56710).
:56711: Performance Statistics not implemented on Real Mode OS (Error 56711).
:56712: Invalid Block Size (Error 56712).
:56713: Invalid Buffer Size (Error 56713).
:56714: No memory available for a Logging Session (Error 56714).
:56715: A Log request is already pending (Error 56715).
:56716: No more Log RqBlk Link available.. Contact Systems Administrator (Error 56716).
:56717: Not enough buffer for an iteration to be completed (Error 56717).

;	ToolKit Error Messages Begin

:58600:	Sectors Not Free (Error 58600)
:58601:	Cannot Undelete This File (Error 58601)
:58602:	Volume Name not allowed in File Name (Error 58602)
:58603:	Not enough internal buffer space. Try with less parameters (Error 58603)

;	ToolKit Error Messages End


5308: 
The text file does not contain any messages.


m10 Modified ListMessageFile and MergeMessageFiles messages 

ListMessageFile

:35309: None
:35310: The text file contains too many messages.
:35311: Creating text file ...

MergeMessageFiles

:35312: Reading old text files ...
:35313: Creating ne