2 ;Message Service Routine ;AN000;
4 :util SUBST ;BEGIN UTIL ;AN000;
6 :class 1 ;EXTENDED ERRORS ;AN000;
7 ;------- ---------------
8 ;:use EXTEND3 ;Path not found
9 ;:use EXTEND8 ;Insufficient memory
11 :class 2 ;PARSE ERRORS ;AN000;
13 ;:use PARSE3 ;Invalid switch
14 ;:use PARSE10 ;Invalid parameter ;AN000;
16 :class A ;COMMON & DEFINED MSGS ;AN000;
18 :use 1 COMMON1 ;Incorrect DOS version ;AN000;
19 :def 2 "Incorrect number of parameters",CR,LF ;AN000;
20 :use 12 COMMON12 ;Cannot %1 a network drive ;AN000;
22 :end ;END UTIL ;AN000;