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