I have a screen created thru SDA on an AS/400.
The input field is a single digit numeric field with no
signs. I'll call it LOADNUM.
There is an output field that I use to display
messages based on what day you chose. It's 44 characters
long and I call it LOADMSG.
1 being Sunday, 2 = monday, etc etc.
If you chose say a 3 for tuesday. It will go through
the program and look for tuesday only info.
Here's the problem. When I say ...
MOVE "SUNDAY LOAD SCHEDULE SUCCESSFULLY PRINTED"
TO LOADMSG
LOADNUM's value will change from 3 to 5.
Does anyone out there have any idea, what might be
causing this???
sorry, I'm new here.
If you'd like I can try and post the screen and the
program... if anyone is interested.