Hi I have problem, with I can't manage right now.
Before change everything worked fine.
I changed length of field using CHGPF, field ACTVAL(13 0) to ACTVAL(23 0).
In my program I have field PACKID (9 0) which gets result of function : PACKID = getnumber('xxx'); ----> this function returns ACTVAL (23 0), ealier it was 13 0 and worked fine.
After that call i have error MCH1202 Decimal data error. I dont know whats going on, I checked everything.
Before change everything worked fine.
I changed length of field using CHGPF, field ACTVAL(13 0) to ACTVAL(23 0).
In my program I have field PACKID (9 0) which gets result of function : PACKID = getnumber('xxx'); ----> this function returns ACTVAL (23 0), ealier it was 13 0 and worked fine.
After that call i have error MCH1202 Decimal data error. I dont know whats going on, I checked everything.
Comment