We have a csv that is the result of my SAS data set dataout. we are getting date and time value as dd.mm.yyyy hh:mm AM/PM but we need the values as mm.dd.yyyy hh:mm format this is in our newly installed SAS Environment which is running on M8 and we have old sas environment running on M7. Same code we execute on our old environment, but we are getting output as expected format mm.dd.yyyy hh:mm , We don't want to modify the sas code but we would like to know if we can achieve this via some user properties change or some configuration change. we are not aware how to do that, but our old sas environment is configured by some who is not available currently.
... View more