How do I create a simple Due Date as a calculated Item in SAS VIYA. I have a date: 'File_Sent_Date' I need to add 300 days to the 'File_Sent_Date' I need the result to be in date format. I really thought it would be simple like Due_Date=intnx('File_Sent_Date',270), But I guess I can't use Intnx in SAS Viya. Thank you!!
... View more