Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have this statement in a LOAD script:
'$(vTesting') AS Test
now i want to create an INLINE that looks like this:
Header
vTesting1
vTesting2
vTesting3
Now i want to change my LOAD Script into something like this:
LOAD
$(Header)
RESIDENT InLine;
So i want 3 lines which contains the result of the evaluation of all three variables ..
Whats the correct syntax for this?
Did you ever figure this our?