1 05/11/82 cv_error_
2
3
4 Entry points in cv_error_:
5 List is generated by the help command
6
7
8
9
10 :Entry: name: 05/11/82 cv_error_$name
11
12
13 Function: converts an error name e.g. error_table_$badarg to an
14 error code.
15
16
17 Syntax:
18 dcl cv_error_$name entry char* fixed bin 35 fixed bin 35;
19
20 call cv_error_$name error_name converted_code code;
21
22
23 Arguments:
24 error_name
25 is the name of the error to be converted. Input
26 converted_code
27 is the result of converting error_name. Output
28 code
29 is a standard system status code. If code is non-zero,
30 converted_code is undefined. Output