As per the FAQ, I am using version 13.1.
I have defined a function within an ado file, which is stored in a .mo file. This function is then called upon in a do file, which is situated in the same directory as the .mo file.
When executed, I get the following:
where lx_f() is the function.
This is useful in so far as I know there a matrices that are non-conformable but no idea as to which. Even with the trace set on, the error does not provide any further information than that above.
My question: is there a way of setting the trace on for the operation of the function, so it is possible to point to the particular matrices that are not conformable?
I have defined a function within an ado file, which is stored in a .mo file. This function is then called upon in a do file, which is situated in the same directory as the .mo file.
When executed, I get the following:
Code:
lx_f(): 3200 conformability error <istmt>: - function returned error r(3200);
This is useful in so far as I know there a matrices that are non-conformable but no idea as to which. Even with the trace set on, the error does not provide any further information than that above.
My question: is there a way of setting the trace on for the operation of the function, so it is possible to point to the particular matrices that are not conformable?
Comment