;
;	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
;
;	  Macros not under program control
;		U	 insert the workstation user name in the message
;		Dn	 insert the system datetime in the message formatted with
;			  template number n.  Template numbers, descriptions and examples
;			  are tabled below.  Templates are defined in NlsDateTables.Asm.
;		Kn	 Insert the keycap text for key number n into the message.  The
;			  number and text for each keycap is tabled below.  Keycap text is
;			  defined in keycaptext.asm.
;
;     	Macros under program control
;		NT	 where N is a number, and T is either D for datetime, 
;			  N for unsigned integer, S for string.  If T is not
;			  N or D, than S is the assumed default.
;
;	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		0			ACTION
;	Backspace	1			BACK SPACE
;	Bound		2			BOUND
;	Cancl		3			CANCEL
;	Code		4			CODE
;	Copy		5			COPY
;	Delete		6			DELETE
;	Finish		7			FINISH
;	Go			8			GO
;	Help		9			HELP
;	Lock		10			LOCK
;	Mark		11			MARK
;	Move		12			MOVE
;	Next		13			NEXT
;	NextPage	14			NEXT PAGE
;	OverType	15			OVER TYPE
;	PrevPage	16			PREV PAGE
;	Return		17			RETURN
;	ScrlDown	18			SCROLL DOWN
;	ScrlUp		19			SCROLL UP
;	Shift		20			SHIFT
;	Tab			21			TAB
;
;
: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   not assigned
: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 Srp 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 master workstation is going down (Error 46).
: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)

: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 (Error 206)
:207:   Bad request code (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 master (Error 254)

: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)

: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).

:2440:	No such parameter (Error 2440)

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

: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)


: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 day of month is missing from the entry (Error 3804).
:3805:	The month is invalid in 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).
:3820:	The system datetime has not been set (Error 3820).
:3821:	The datetime entry is too long (Error 3821).

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


:13500:	No such nationalization table
:13501:	Bad message file signature
:13502:	Not a message file
:13503:	Message not found
:13504:	Message file not open
:13505:	Message file is corrupt


first mc (8000h)

For yes and no, only first 64 bytes are compared in Exec.  In
Cmd File Editor, max number of characters for either yes or no 
is four.

:32768:	yes

:32769:	no

: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.



: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
:32833:	0S:  

:32834:	
Application error:  

:32835:   
0S

: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:	CTOS 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
:32887:	Last modified
:32888:	
                 Unused         Total           Used

:32889:	Sectors
:32890:	File headers
:32891:	Directories
:32892:	
Totals:

rgStrings from ExString.asm 

sbStrings 

:32898:	CLUSTER GOING DOWN:  

zbStrings 

: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.

rgbcbStrings 

:32905:
	Error 0N during Executive initialization

rgString for colors 

:32906:
	Green   Amber   White   Yellow  Blue    

Derived from SignOn sb strings 

: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 master workstation is not running.
:32922:	The master workstation is going down.
:32923:	User name (e.g., Eric)
:32924:	Password
:32925:	DateTime (e.g., Fri Sep 9, 1986 8:00 am)

The following 3 messages are used to display Help messages for the 3 lines
of SignOn.  Each message may be up to 5 lines long.

: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 Eric, for example, corresponds to [sys]<sys>Eric.User.  The con
tents of a valid configuration file are described in the Executive Manual.

:32927:	A password is required if the user configuration file has been protected.  Pro
tection 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

To set datetime mode 

:32953:	002

The above three byte values are passed to SetDateTimeMode 
and can have the following values 

first byte, modeDateTimeYMD 

	0 ... entry or display of date as MMDDYY.
	1 ... entry or display of date as DDMMYY.
	2 ... entry or display of date as YYMMDD.

second byte, modeDateTimeTIM 

	0 ... entry or display of time in CT format (HHMM with AM or PM).
	1 ... entry or display of time in military format only (HHMM).

third byte, modeDateTimeFMT 

	0 ... display of datetime in CT format.
	1 ... display of datetime using NNNNNN (instead Tue Jul 17, 1982).
	2 ... display of datetime in CT format  aligned.



; The following strings are used for parsing input datetime strings and must 
; be LOWER CASE. Months may be up to 12 bytes long. The first character in
; the message is the separator.

:32954:	januaryfebuarymarchaprilmayjunejulyaugustseptemberoctobernovemberdecembersundaymondaytuesdaywednesdaythursdayfridaysaturdayammidnightpmnoon


; The following strings are used by the FormatDateTime calls in Ctos.lib.
; Each abbreviation may be up to 4 bytes long. The first character in
; the message is the separator.

:32955:	JanFebMarAprMayJunJulAugSepOctNovDecSunMonTueWedThuFriSatAMMPMN

: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 return to the Executive.
: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:	See documentation.
:32969:	Save complete
32970 not assigned
: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
:32978:	The file 
:32979:	 is password protected.
:32980:	 does not exist.
:32981:	  Do you wish to create a new one?
:32982:	 cannot be opened.
:32983:	 is not a command file.

Captions in Cmd File Editor forms 

:32984:		Command name  max 12 characters
:32985:		Command file  max 12 characters
:32986:		Run file:     max 9 characters
:32987:		Case:         max 5 characters
:32988:		Help msg:     max 9 characters
:32989:		Command name  max 17 characters
:32990:		Copy from command  max 17 characters
:32991:		Command name:      max 13 characters
:32992:		Output file:       max 13 characters
:32993:		Append?            max 7 characters
:32994:		Output file format:    max 19 characters
:32995:		(S = Submit File,  N = New Command,  U = Unformatted) max 53 chars

Related to PromptSave form 

:32996:		  Save changes?    max 22 characters
:32997:		(Press Y or N)     max 20 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:  : dir not found


For use by LInstall 

:33010: Insert 0S in floppy drive [F0]
: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 Status messages

: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
:33029:	Errors Seen by the Workstation  (* means not reported  WS is running old OS)
:33030:	  Total Size     Total      Number     Number      Number     
:33031:	    (bytes)    Allocated    Usable*     Free    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:	  MASTER TOTALS FOR LINE 
:33042:	SNRM  Searching for new ID.................... 
:33043:	Last SNRM sent: 
:33044:	Cluster Status 
:33045:	     SRP Line   
:33046:	     Line Use Last sec: 
:33047:	     Line Use Last 10 sec: 
:33048:	Line Speed: 307Kb
:33049:	Line Speed: 1.8Mb
:33050:	Master Version: 
:33051:	IOP Master        
:33052:	Mini master       
: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  MASTER TOTALS.................
:33060:	Workstation Booting...........
:33061:	Workstation Dumping...........
:33062:	Workstation Not Yet Online....
:33063:	No Name.......................
:33064:	METER WsERRsERRORS DATA XBLOCKFRAMES TIME RqTIME
:33065:	Value after escape sequences must be between zero and nine
:33066:	SignOnScreenTimeOut
:33067: CLUSTER NOT RUNNING

Reserve msg nbrs thru 33069.  End Cluster Status



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

	Save complete
32970 not assigned
: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 re