‎2007 Jun 04 4:41 PM
Friends, Need Help!!!!!!!
Im trying IMPORT variable contents from a cluster table VARI. I can do a IMPORT without issues when I use exact name of the variable but I have issues with dynamic variable selection. Pls see code below.
loop at objects.
assign objects-name to <fs>.
IMPORT <fs> to tmp_var from database vari(va) id st_key.
endloop.
I do not get any value to tmp_var. Need help!
thanks
Bhaskar
‎2007 Jun 04 8:52 PM
‎2007 Jun 04 8:56 PM
‎2007 Jun 04 9:18 PM
Rich,
No Luck...I tried this but its a syntax error as "(" cannot be used as part of name.
any inputs would be greatly appreciated.
thnx