‎2009 Jan 23 5:10 AM
Hi All,
I'm getting a runtime error ASSIGN_TYPE_ILLEGAL_CAST while using ASSIGN keyword in the below statement,
ASSIGN L_XVALUE(L_LENGTH) TO <TEXTLINE> TYPE 'C'. "see 581444
Here L_XVALUE is of type X with value 'ENVIRONMENTALLY HAZARDOUS SUBSTANCE, LIQUID, N.O.S' , L_LENGTH is of type I with value 51 and <TEXTLINE> is of type C wih one character length .
Should I have to declare <TEXTLINE> as same as that of L_XVALUE ( type X ).
Thanks in Advance,
Sabu.
‎2009 Jan 23 6:00 AM