Code: Select all
IsNull(SProgress2Ora.ADDRESS_ID) OR IsNull(SProgress2Ora.CUSTOMER_ID)Code: Select all
IsNull(SProgress2Ora.ADDRESS_ID) OR IsNull(SProgress2Ora.CUSTOMER_ID)jjrbikes wrote:If I'm reading your code correctly, this would search my hashed file for the three possible values in the input file, and if not found would return basically a LookUpFile.NOTFOUND value. Correct?
Code: Select all
Field(in.Col[INDEX(in.Col,"V",1), Len(in.Col) - INDEX(in.Col,"V",1)+1]," ",1)
jgreve wrote:The large load ran 100% without aborting, that
is over 200 invocations just fine (it used to abort
up every few dozen invocations).
John G.