02-03-2017
Aadhya2016
Calcite | Level 5
Member since
01-28-2017
- 10 Posts
- 0 Likes Given
- 0 Solutions
- 0 Likes Received
-
Latest posts by Aadhya2016
Subject Views Posted 9149 02-02-2017 06:28 PM 9150 02-02-2017 06:28 PM 9172 02-02-2017 05:35 PM 1590 02-01-2017 12:23 PM 1599 02-01-2017 12:06 PM 85926 02-01-2017 11:20 AM 3362 01-28-2017 05:55 PM 3370 01-28-2017 05:39 PM 3372 01-28-2017 05:35 PM 3398 01-28-2017 04:39 PM -
Activity Feed for Aadhya2016
- Posted Re: If-then statement and date constant on SAS Programming. 02-02-2017 06:28 PM
- Posted Re: If-then statement and date constant on SAS Programming. 02-02-2017 06:28 PM
- Posted If-then statement and date constant on SAS Programming. 02-02-2017 05:35 PM
- Posted Re: USING sas enterprise guide version 7.12 on SAS Enterprise Guide. 02-01-2017 12:23 PM
- Posted USING sas enterprise guide version 7.12 on SAS Enterprise Guide. 02-01-2017 12:06 PM
- Posted Re: Using SAS Enterprise Guide with your local SAS installation on SAS Communities Library. 02-01-2017 11:20 AM
- Posted Re: Connecting to Server on SAS Enterprise Guide. 01-28-2017 05:55 PM
- Posted Re: Connecting to Server on SAS Enterprise Guide. 01-28-2017 05:39 PM
- Posted Re: Connecting to Server on SAS Enterprise Guide. 01-28-2017 05:35 PM
- Posted Connecting to Server on SAS Enterprise Guide. 01-28-2017 04:39 PM
02-02-2017
06:28 PM
Sorry I wanted to attached this file earlier but forgot to do so.
... View more
02-02-2017
06:28 PM
Thank you so much for looking at it. Can you have a look at this attached document. I am still not being able to run the code.
... View more
02-02-2017
05:35 PM
I am trying to use if-then else statement and date constants but getting error message constantly, data study; set study; if missing (Dosedate) then Dose_lot=.; else if Dosedate ge '14Jan1997'd then dose_lot = 'S0576'; else if Dosedate Lt ‘10Jan1998’d then dose_lot = 'P1122'; else if Dosedate gt '10Jan1998'd then dose_lot = 'P0526'; Can someone pls help me to figure out this mystery? Thank you
... View more
02-01-2017
12:23 PM
Thank you for reply, data is under this file suppTRP-1062.txt and data looks like follows: J,08,2,1,02/08/1998,74,280 J,11,1,,12/14/1997, 66, 169 so if I want to create new data SET called STUDY using this file, can I use this code, data work.suppTRP-1062; SET STUDY; lenght Site $1 PT $2 Datalines; J,08,2,1,02/08/1998,74,280 J,11,1,,12/14/1997, 66, 169 ; RUN; Regards, Samrita
... View more
02-01-2017
12:06 PM
Hello, I have SAS enterprise guide verison 7.12 installed and server is connected. I need to use comma delimited txt file from SASapp using the server directory. I could access that txt file in server. In order to use that txt file, do I need to use infile, input and datalines option? How do I proceed to use data and proc step? Thank you for your help in advance Samrita
... View more
02-01-2017
11:20 AM
1 Like
I have SAS enterprise guide verison 7.12 installed and server is connected. I need to use comma delimited txt file from SASapp using the server directory. I could access that txt file in server. In order to use that txt file, do I need to use infile and input and datalines option? How do I proceed to use data and proc step? Thank you for your help in advance Samrita
... View more
01-28-2017
05:35 PM
This is where i lack understanding. I already have set up my log in credential for Sas enterprise guide. Can you illustrate your ansewer with an example. Thank you
... View more
01-28-2017
04:39 PM
Hello, I just installed SAS Enterprise guide verison 7.12 in my computer. Now i am trying to connect it to the server but I really don't know how too. Can someone please help me with the process? Thank you Samrita
... View more