hi,
I have a data area(ABC) i am able to retrieve DATA AREA(ABC) in my RPGLE program and i am doing some caluculation on content of dataarea once again i want to update the data area with new value and if i come out of rpgle program i am doing DSPDTAARA ABC command on command level but i am getting previous value instead of changed one with OUT operation in Rpgle program here my program:
c *DTAARA DEFINE date edate3 10
c in edate3
c edate3 dsply
c eval edate3 = '2008-08-10'
c out(E) date
Software/Hardware used:
ASKED:
July 29, 2008 8:43 AM
UPDATED:
July 29, 2008 1:22 PM
Hi,
I think the only thing you need to change is the OUT to put out edate3 instead of date.
Regards,
Martin Gilbert.