The firstworkdate function returns
the latest starting date to achieve no_of_workdays
(Monday-Friday) ending no later than end_date taking into account any
optionally listed holidays. end_date
and holiday should
be valid dates or timestamps.
Holiday periods to exclude from working days. A holiday is stated as a string constant date. You can specify multiple holiday dates, separated by commas.
These examples use the date format DD/MM/YYYY. The date format is specified in the SET DateFormat statement at the top of your data load script. Change the format in the examples to suit your requirements.