I can't figure out how to set device parameters via a string.
It specifies "
An indirection operator and an expression atom evaluating to a list of
one or more USE arguments form a legal argument for a USE."
I don't exactly understand what this is trying to tell me. See erroneous trials below
yottadb>U $P:(WIDTH=81)
yottadb>SET S="WIDTH=82"
yottadb>U $P:(@S)
%YDB-E-DEVPARUNK, Deviceparameter unknown
yottadb>U $P:(S)
%YDB-E-DEVPARINAP, Device parameter inappropriate to this command
yottadb>U $P:(@S@)
%YDB-E-DEVPARUNK, Deviceparameter unknown
yottadb>U $P:(WIDTH=82)
Can anyone tell me how I could set device parameters via a variable?
Thanks
Kevin