Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello to everybody.
I have a next situation. I have to load tables with specific keys but frequently we have cases with missing fields, because the fields in the script of load statement are variables.
So, I’m searching for a solution about this problem and I want to create a message with “which is the missing fields” in the layout.
My idea for script is:
SET ErrorMode = 0; |
LOAD *
FROM Abc.QVD ;
I think that I have to create a “IF” statement where ScriptError = 11 then ……… .
But I don’t know how to continue.
I’m not sure that is the right way, so please give me an advice .