I am aware of the difference between informats and formats. According to the new Base Programmer 9.4 exam prep guide there are no syntax differences when coding an informat and format. However, I am trying to run the below code and there is this colon sign added in fro...
I got stuck in the process to calculate the difference between two dates under a specific requirement. My data looks like below (Diff and Count are the variables that I desire to have) ID Date FirstPositive Diff Count A 1/1/2020 . . . A 1/3/2020 1 . 1 A 1/4/2020 ....
JOL SAS Employee Re: Looking to find difference between Admin and Discharge dates Posted 07-06-2021 03:59 PM (1189 views) | In reply to PilOSU Automated the code with macro variables to produce custom format for the range of dates you specified. %macro dtmm;proc format;v...