F
Fernando Souza
Guest
First I am assuming the temp-table example above is actually INPUT TEMP-TABLE ttCustomer:HANDLE. The syntax for INPUT DATASET is expecting a dataset name. Jut add parenthesis around what in your case is an expression. This should give you what you want. (INPUT (DATASET dsData:HANDLE))
Continue reading...
Continue reading...