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.
Recommendation: Use the same SQLJ translator and
customizer options that bldsqljs.bat
uses 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. These
are the recommended options
for building SQLJ routines (stored procedures and user-defined
functions). - sqlj
- The SQLJ translator (also compiles the program).
%1.sqlj
- The SQLJ source file.
db2sqljcustomize
- The Db2® for Java™ profile customizer.
-url
- Specifies a JDBC URL for establishing a database connection, such
as
jdbc:db2://servername:50000/sample
. -user
- Specifies a user ID.
-password
- Specifies a password.
%1_SJProfile0
- Specifies a serialized profile for the program.