IPVLANGX return codes

The following return codes are issued by IPVLANGX:
RC
Meaning
0
Operation successful, output file was written.
0xxx
Error was discovered while parsing arguments/options. xxx can have these values:
1
Token too long
2
Left parenthesis found inside options
3
Unknown option
1xyy or 2xyy
Error occurred during scan of compiler listing or SYSADATA file.
3xyy
Error occurred while writing output file.
For return codes 1xyy, 2xyy, and 3xyy, the values for xyy are:
0yy
yy is the return code from the file WRITE routine
1yy
yy is the return code from the file OPEN routine
2yy
yy is the return code from the file READ routine
3yy
yy is the return code from the file WRITE routine
4yy
yy is the return code from the file POINT routine
5yy
yy is the return code from the memory ALLOCATE routine
6yy
yy is the return code from the memory FREE routine
7yy
yy is the return code from the file CLOSE routine
8yy
yy is the return code from the file NOTE routine