you can't use
strProcCMD.CommandText = "call getOpenDvirByChassis(termcode, chassisnumber);"
since termcode is a variable in your asp, which is unknown to db2
either use string concatenation to replace the variable name with the actual value or use parameter markers (?)
and pass the values through parameters