Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have been using the directory statement to define the path as below.
vQvSourcePath= C:\test\newdata --- it will be provided by user in the UI.
DIRECTORY $(vQvSourcePath);
Load statement
It was working fine. Now i changed the value of the variable as \\test\newdata. Still the Directory statement is pointing
to the old path and load is getting failed. why the path is not getting changed?