Does DB2 support variable substitution when processing a DDL file at command prompt? The following is a psuedo-example of what I'm trying to do:
Code:
db2 -vtf update_table.ddl var="myTable"
Where the update_table.ddl contains the following:
Code:
update global.var set flag=1;