Hello, i’m new in SAS I’m writing this code below : data _test_ ; d1 = put(mdy(month(today())- 1,1,year(today())-1),yymmdd10.); call symput(‘d1′,”‘”||put(d1,9.)||” 23:59:59′”) ; d2 = put(mdy(month(today())- 1,1,year(today())),yymmdd10.); call symput(‘d2′,”‘”||put(d2,9.)||” 23:59:59′”) ; run ; %put d1; My question is 1. My understanding is %put [...]
Does any know how to create a year date from today ? for example today = 9/3/2010 I would like to get the macro variable that give 9/1/2009
Hi, I need to run my SAS program in z/OS which call Oracle in Unix to retreive data from Oracle table. I tried this SAS program in PC SAS without any problem. How do I connect to Oracle in my SAS prgram in z/OS? Need help, please
TO PERSUE MY CARER IS IT BEST TO DO SAS OR ORACLE? WHICH 1 AMONG THE 2 OFFERS BETTER EARNING JOB?
I am working with SAS tables that currently have time values listed in integer form (ex: 65123 is 6:51:23am, 165824 is 4:58:24pm in hours minutes seconds). I desperately need to convert this to SAS time (or any other SAS format).





