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®.

About this task

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

Feedback