Ok,
I have two parameters (start-date, num-of-days). I want a result date that automatically excludes weekend and possible holidays. Is there a Utility that I can call upon using COBOL that will give me this result date?
I know that there are ways to get the number of workdays between two dates, but that is not what I am aiming for.
I could write some code to do this for me, but there has got to be a call function in order to do this.
I would really appreciate any help on this.
Thanks in advance,
Scott
I have two parameters (start-date, num-of-days). I want a result date that automatically excludes weekend and possible holidays. Is there a Utility that I can call upon using COBOL that will give me this result date?
I know that there are ways to get the number of workdays between two dates, but that is not what I am aiming for.
I could write some code to do this for me, but there has got to be a call function in order to do this.
I would really appreciate any help on this.
Thanks in advance,
Scott