Are you sure you are passing the vector variable CD41 correctly to your dataList?
If are using R, try to call CD41<-as.vector(CD41) before passing it to OpenBUGS. Remember that 1 column matrix and a vector are different things for both BUG and for R.