Page 1 of 1

Date Comparision using Rexx

PostPosted: Wed Jul 22, 2009 12:13 pm
by selvakumart
Hi,
My requirement is i have a dataset with a date i want to compare this date with one of the column in DB2 table if both are equal i want to delete the row using Rexx how can i do this.

Re: Date Comparision using Rexx

PostPosted: Wed Jul 22, 2009 2:28 pm
by expat
What do you mean by "how can I do this"

You have told us the logic of what you need to do, so all that is left is for you to code, test and document it.

Re: Date Comparision using Rexx

PostPosted: Thu Jul 23, 2009 2:38 am
by dick scherrer
Hello,

i want to delete the row using Rexx how can i do this.
How would you do this with COBOL?

The logic would be the same. The mechanics quite different.

Why would you believe rexx is a proper choice for this requirement?