Posted 10-21-2017 06:22 PM (2145 views) | In reply to mehak @mehak Sounds like a use case for the intnx() function. Here the link to the docu: http://go.documentation.sas.com/?docsetId=lefunctionsref&docsetTar
The INTCK function with its arguments can directly calculate the number of days of the week asillustrated in this paper. The same usage of INTCK function using PROC SQL is also presented in this paper. All the codes executed/presented in this paper involve Base 9.3 SAS(R) only.Jinson J. ...
Invalid argument to function INTCK('day' Posted 07-16-2019 11:23 AM (5324 views) Hello,This code has worked for me in the past, but not today. Can you please help suggesting what I'm doing wrong? The output dataset is blank because intck function isn't working properly.My code:...