How to Populate Current Date and Datetime in SAS
You can easily populate the current date and datetime in SAS using today() and datetime() functions. More specifically, current date can be populated using today() function and date with time can be populated using datetime() function. We’re going to use the work data set “work.hightemp” to insert a new variable “date_now” with current date or … Read more