HP 3000 Manuals

SWAT Warning Messages [ Switch Programming User's Guide ] MPE/iX 5.0 Documentation


Switch Programming User's Guide

Appendix A  SWAT Warning Messages 

The following are the warning messages that the Switch Assist Tool
issues.

------------------------------------------------------------------------------
| 0001       | The file specified already exists.                            |
------------------------------------------------------------------------------
| 0002       | The file specified already exists and has a lockword.         |
------------------------------------------------------------------------------
| 0003       | Invalid character found.                                      |
------------------------------------------------------------------------------
| 0004       | Unknown problem while checking filename.                      |
------------------------------------------------------------------------------
| 0005       | The first character must be ALPHABETIC.                       |
------------------------------------------------------------------------------
| 0006       | The function key pressed is not allowed here.                 |
------------------------------------------------------------------------------
| 0007       | The filename for the generated source is required.            |
------------------------------------------------------------------------------
| 0008       | The name of the target procedure is required.                 |
------------------------------------------------------------------------------
| 0009       | Duplicate parameter names are not allowed.                    |
------------------------------------------------------------------------------
| 0010       | Only one library location may be specified.                   |
------------------------------------------------------------------------------
| 0011       | One library location must be specified.                       |
------------------------------------------------------------------------------
| 0012       | Not used.                                                     |
------------------------------------------------------------------------------
| 0013       | Not used.                                                     |
------------------------------------------------------------------------------
| 0014       | Only one functional return option may be selected.            |
------------------------------------------------------------------------------
| 0015       | One functional return option must be selected.                |
------------------------------------------------------------------------------
| 0016       | Only one privilege level option may be selected.              |
------------------------------------------------------------------------------
| 0017       | One privilege level must be selected.                         |
------------------------------------------------------------------------------
| 0018       | Only one condition code return option may be selected.        |
------------------------------------------------------------------------------
| 0019       | One condition code return option must be selected.            |
------------------------------------------------------------------------------
| 0020       | Parameter name field cannot be left blank here.               |
------------------------------------------------------------------------------
| 0021       | Only one addressing method may be specified.                  |
------------------------------------------------------------------------------
| 0022       | One addressing method must be selected.                       |
------------------------------------------------------------------------------
| 0023       | Only one input/output direction may be selected.              |
------------------------------------------------------------------------------
| 0024       | One input/output direction must be selected.                  |
------------------------------------------------------------------------------
| 0025       | Parameters passed by value must be input only.                |
------------------------------------------------------------------------------
| 0026       | Only one data type may be selected.                           |
------------------------------------------------------------------------------
| 0027       | One data type must be selected.                               |
------------------------------------------------------------------------------
| 0028       | Arrays cannot be passed by VALUE.                             |
------------------------------------------------------------------------------
| 0029       | Only one array specification may be selected.                 |
------------------------------------------------------------------------------
| 0030       | One array specification must be selected.                     |
------------------------------------------------------------------------------
| 0031       | Length of array cannot be specified by both a constant and a  |
|            | parameter.                                                    |
------------------------------------------------------------------------------

------------------------------------------------------------------------------
| 0032       | Length of array must be specified.                            |
------------------------------------------------------------------------------
| 0033       | Input must be a number in the range of 1 to 65535.            |
------------------------------------------------------------------------------
| 0034       | Only one array length usage may be selected.                  |
------------------------------------------------------------------------------
| 0035       | One array length usage must be selected.                      |
------------------------------------------------------------------------------
| 0036       | The indirect length variable must not be an array.            |
------------------------------------------------------------------------------
| 0037       | The indirect length variable is not defined.                  |
------------------------------------------------------------------------------
| 0038       | The MAIN screen has not been entered successfully.            |
------------------------------------------------------------------------------
| 0039       | The PROCINFO screen has not been entered successfully.        |
------------------------------------------------------------------------------
| 0040       | Variable has undefined indirect length parameter.             |
------------------------------------------------------------------------------
| 0041       | Variable's indirect length parameter is output only.          |
------------------------------------------------------------------------------
| 0042       | Indirect parameter can't be logical with negative=bytes rule. |
------------------------------------------------------------------------------
| 0043       | Indirect parameter must be integer, logical, or double data   |
|            | type.                                                         |
------------------------------------------------------------------------------
| 0044       | The following parameters need more attention.                 |
------------------------------------------------------------------------------
| 0045       | Press F2 when ready to begin generating code.                 |
------------------------------------------------------------------------------
| 0046       | The ENTER key is not allowed here.                            |
------------------------------------------------------------------------------
| 0047       | You must attend to above items before code generation can     |
|            | begin.                                                        |
------------------------------------------------------------------------------
| 0048       | Length of byte array must be in the range 1 to 65535          |
|            | elements.                                                     |
------------------------------------------------------------------------------
| 0049       | Length of integer array must be in the range 1 to 32767       |
|            | elements.                                                     |
------------------------------------------------------------------------------
| 0050       | Length of logical array must be in the range 1 to 32767       |
|            | elements.                                                     |
------------------------------------------------------------------------------
| 0051       | Length of double array must be in the range 1 to 16383        |
|            | elements.                                                     |
------------------------------------------------------------------------------
| 0052       | Length of real array must be in the range 1 to 16383          |
|            | elements.                                                     |
------------------------------------------------------------------------------
| 0053       | Length of long array must be in the range 1 to 8191 elements. |
------------------------------------------------------------------------------


MPE/iX 5.0 Documentation