Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am facing some issue in the below load script:
test:
load *,
NoOfRows('TESTMain') as CountNO
Resident TESTMain;
Drop Table TESTMain;
Let vTest = peek('CountNO',0,'test')
if($(vCount)>0) Then
EXIT Script
Endif
I am getting script line error message in below lines
(if(>0) Then) ,
endif.
I am checking for null condition but not sure why the variable vTest does not returns any value.
Thanks in advance!!
Rohit
Just one more thing does variable vTEST return NULL or give some numeric data.
Is this a question? Well, it depends how you define the variable...