Search found 2 matches

by devika
Mon Mar 15, 2010 8:55 am
Forum: ABEND CODES / ERROR CODES
Topic: what to do if bind fails as column is not in table
Replies: 8
Views: 17154

what is the other alternative except deleting the column from the program .is there any bind parameter that can be changed?
by devika
Sat Mar 13, 2010 9:46 pm
Forum: ABEND CODES / ERROR CODES
Topic: what to do if bind fails as column is not in table
Replies: 8
Views: 17154

what to do if bind fails as column is not in table

If a query is performed on a column which no longer exists in table then the code fails in bind stage.I want to know if i can still execute the bind sucessfully without including the deleted column then how can i do it.is there any bind jcl parameter that can be changed for doing so