Prerequisites for developing routines on Linux

You must complete some setup steps before you develop routines on Linux® operating systems. In addition to these general prerequisites, there are additional prerequisites for Java™ stored procedures and for routines that target DB2® for z/OS®.
If you are developing routines that target DB2 servers on Linux, you must specify the path to DB2. To set the path to DB2, modify the .profile file in your /home/userhome directory by adding the following line of code:
export DB2PATH=/home/userhome/sqllib
Related concepts
Creating stored procedures
Creating user-defined functions (UDFs)
Preparing to develop routines
Related tasks
Developing database routines
Prerequisites for developing Java stored procedures
Prerequisites for developing routines that target DB2 for z/OS

Feedback