1 02/20/85 print_error_message, pem
2
3 Syntax as a command: pem code
4
5
6 Syntax as an active function: pem code
7
8
9 Function: prints out the standard Multics error_table_
10 interpretation of a specified error code. The various entries given
11 below allow you to specify the error code in either decimal or octal
12 and have the output come out in either the short or long error_table_
13 form. The active function returns, as a single quoted string, what the
14 command prints.
15
16
17 Arguments:
18 code
19 is the decimal integer to be interpreted. The short form of the
20 error message is printed.
21
22
23 Entry--pel
24 This entry is the same as pem except that the long form of the error
25 message is printed or returned as a single quoted string.
26
27 Syntax as a command--pel code
28
29 Syntax as an active function--pel code
30
31
32 Entry--peo
33 This entry is the same as pem except that the input code is assumed to
34 be octal.
35
36 Syntax as a command--peo octal_code
37
38 Syntax as an active function--peo octal_code
39
40
41 Entry--peol
42 This entry is the same as pel except that the input code is assumed to
43 be octal.
44
45 Syntax as a command--peol octal_code
46
47 Syntax as an active function--peol octal_code