|
|
Archives of the TeradataForum
Message Posted: Thu, 06 Nov 2003 @ 17:13:15 GMT
Subj: | | Re: Macro creation with bad statement |
|
From: | | Barham, William |
The :variablename format describes any local variable. One common source of these variables is from macro parameters, another is the
IMPORT .. USING feature. The create statement for your macro is allowed bacause at this stage the system assumes that :c1 will be populated
from another source. If at the time of execution :c1 has still not been populated then the execution will fail.
Regards,
Bill
| |