SQL/MX Programming Manual for Java

Introduction
HP NonStop SQL/MX Programming Manual for Java523726-003
1-8
Steps of Developing and Executing an SQLJ
Program
Steps of Developing and Executing an SQLJ
Program
The steps of developing and executing an SQLJ program for the NonStop SQL/MX
environment include:
1. Configuring the system environment for developing and executing SQLJ programs.
See Section 2, Getting Started.
2. Writing the SQLJ source file (the .sqlj file). See Section 3, SQLJ Programming
and Section 4, SQL/MX Programming Considerations.
3. Using the SQLJ translator program, sqlj.tools.Sqlj, to process the SQLJ
source file and using the mxCompileUserModule utility to produce the module.
For information about how these tools operate during SQLJ processing, see
Processing an SQLJ Program on page 1-9. For information about the command-
line syntax and options, see Section 5, Processing SQLJ Programs.
4. Managing the program files and modules of an SQLJ program. See Section 6,
Program and Module Management.
5. Running the SQLJ program (a .class file or .jar file) in the JVM. See Executing
an SQLJ Program on page 1-20.