db2 CONNECT TO BIBLIO USER stud USING stud
db2 prep anoulee.sqc bindfile target c
db2 bind anoulee.bnd
db2 CONNECT RESET
gcc -c -I /usr/IBMdb2/V7.1/include/ anoulee.c
gcc -o run anoulee.o -L/usr/IBMdb2/V7.1/lib -Wl,-rpath,/usr/IBMdb2/V7.1/lib -ldb2
