I have a file containing two fields...First one contains date with century and second one contains time in time stamp format. I want to delete 72 hours old record from this file using SQLRPGLE.
Software/Hardware used:
AS400
ASKED:
February 2, 2013 11:09 AM
UPDATED:
February 4, 2013 1:45 PM
Please describe what you mean by “TIME STAMP FORMAT”. An actual TIMESTAMP column includes a date part. That would make the first date value column unnecessary. — Tom