Set NER Error with parameter

paolopaolopaolo

Member
Hi, please I need to set a variable message in a NER:
Set NER Error("019U",<parameter>): filling in the value in the parameter doesn't work; how can I do that ?
Thanks
 
Hi Paolo,
First of all - read your Development Tools manual.
Please, let me do not not cite here CopyRighted details.
Regards,
Zoltán
 
You may not do it in NER but you may call a C function that will do it for you, for example B0800366. However, the disadvantage is that when you try to find the line where the error occurred, you will find the line in B0800366 and not the actual line in your NER.
 
Back
Top