S
May 18, 2023SAS Function setDateByNumberBDays
This function defines a new date by calculating it, starting from the informed one plus the number of...
May 18, 20231 min read2 reactions0 comments
Tag archive
This function defines a new date by calculating it, starting from the informed one plus the number of...
The function returns the number of working days between two given dates. proc fcmp...
The functions with the aid of the previous functions of isBusinessDay and isBrHoliday return the...
This is an auxiliary function to isBrHoliday, demonstrated in the previous post, to validate whether...
Lambda and Proc - both are container for a block of code. Define a set of codes inside either of them...
Comparing performance of Ruby procs and callable POROs