SQLJ routine options for Windows
The bldsqljs.bat batch file builds SQLJ
routines on Windows operating
systems. bldsqljs.bat specifies a set of SQLJ translator
and customizer options.
You can use the same SQLJ translator and
customizer options that are specified in the bldsqljs.bat batch
file when you build your SQLJ routines on Windows operating systems.
The following
SQLJ translator and customizer options are used in the
bldsqljs.bat batch
file on Windows operating
systems. You can use these options to build SQLJ routines (stored
procedures and user-defined functions).-
sqlj
- The SQLJ translator (also compiles the program).
- The SQLJ source file.
- The SQLJ profile customizer.
- Specifies a JDBC URL for establishing a database connection, such
as
jdbc:db2://servername:50000/sample. - Specifies a user ID.
- Specifies a password.
- Specifies a serialized profile for the program.
%1.sqlj
db2sqljcustomize
-url
-user
-password
%1_SJProfile0