SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-2
Command-Line Options Processing (0000-000100—
0002-007100)
0000-000500
Cause. An error occurred while reading the input file name.
Effect. SQLJ cannot translate the input file.
Recovery. Report the entire message to your service provider.
0000-000800
Cause. You specified an unknown option option-name at option-location.
Effect. SQLJ cannot process the option.
Recovery. Reissue the command with the correct option. For details, see Summary of
SQLJ Command-Line Options on page 5-11.
0000-000900
Cause. An error occurred while reading the property file provided to SQLJ.
Effect. SQLJ cannot perform translation.
Recovery. Verify that the property file exists and reissue the command.
0000-001000
Cause. An error occurred while creating the package directory specified by the
package statement in the program.
Effect. SQLJ cannot create the package directory.
Recovery. Report the entire message to your service provider.
0000-001100
Cause. An error occurred while creating an output file to write generated Java code.
Effect. SQLJ cannot create the file name.java.
[0000-000500] unable to find input file name
[0000-000800] unknown option found in option-location:
option-name
[0000-000900] unable to read property file name
[0000-001000] unable to create package directory dir-name
[0000-001100] unable to create output file name