Re: creating a filename with concatenated date & time values #7023 (2/26/2010 9:55:39 PM) comp.soft-sys.sas On Fri, 26 Feb 2010 13:44:59 -0800, Schwarz, Barry A wrote: >You shouldn't need a function call. The concatenation operator works fine: > > filename = put(today(),dt.) || put(time(),tm.); > >-----Original ... sbarry
Re: Can one access result of sql feedback option? #4022 (2/20/2010 9:29:44 PM) comp.soft-sys.sas On Sat, 20 Feb 2010 11:41:27 -0800, Jack Hamilton wrote: >On Feb 20, 2010, at 11:12 am, Scott Barry wrote: > >> Suggest checking your %PUT _AUTOMATIC_; variable list for a reference, >> specifically &SYSERROR... sbarry
Re: Can one access result of sql feedback option?021 (2/20/2010 7:12:47 PM) comp.soft-sys.sas On Sat, 20 Feb 2010 13:00:30 -0500, Arthur Tabachneck wrote: >While investigating one of this morning's posts, I was playing around with >proc sql's feedback option. The original question was whether one cou... sbarry
Re: How to rerun a failed datastep #2023 (1/31/2010 8:02:47 PM) comp.soft-sys.sas On Sun, 31 Jan 2010 00:22:15 -0800, TheSharpOne wrote: >I have a piece of sas code which contains 30ish extremely simple >datasteps which just extract from an SQL database into a data table: >eg >data SASTab... sbarry
Re: Password protection in SAS #6020 (12/5/2009 3:38:44 PM) comp.soft-sys.sas On Sat, 5 Dec 2009 18:51:03 +0530, Bunti wrote: >All, >I went through all you said but issue is my output is xls file( excel is not installed on unix box can't use DDE). >Anything else do you think i can do? ... sbarry
Re: Saving the SAS log0145 (12/5/2009 3:09:14 PM) comp.soft-sys.sas On Sat, 5 Dec 2009 14:23:47 +0000, Murphy Choy wrote:
>Hi,
>
>Use proc printto to redirect log to an external text file.
>
>------Original Message------
>From: Orin Richards
>Sender: SAS(r) Discussion... sbarry
Re: SAS/toolkit #11021 (11/30/2009 12:38:15 AM) comp.soft-sys.sas On Sun, 29 Nov 2009 16:51:54 -0500, Joe Whitehurst wrote: >That's a really good question! I know of a handful, but I think there might >be many more that have not been widely published or exploited for profi... sbarry
Re: How to get formats into macro variables030 (11/28/2009 3:43:45 PM) comp.soft-sys.sas On Sat, 28 Nov 2009 10:31:50 -0500, sas biology wrote: >Dear all, > >I need to send format values into macro variables. > >proc format ; For a DATA step execution, look at using either CALL SYMPUT along with... sbarry
Re: Help with SAS code - Grouping character values #40147 (11/27/2009 2:34:10 PM) comp.soft-sys.sas On Fri, 27 Nov 2009 13:15:54 +0000, Murphy Choy wrote:
>Hi,
>
>Sorry for the lack of the by statement. I was writing the codes in my tiny
screen.
>
>Nope. There is no sas on blackberry.
>
>------Orig... sbarry
Re: SAS Subset030 (9/29/2009 3:36:35 AM) comp.soft-sys.sas On Mon, 28 Sep 2009 23:12:49 -0400, Dave Smith wrote: >hi, > >I was wondering if someone can help me, > >I have a data set from which I want to subset a part of it based on a var >called part_num, > >if the f... sbarry
urgent : Convert SAS array in to sas variables119 (5/4/2008 6:34:44 AM) comp.soft-sys.sas In my dataset I have an array variable , say A which has values like Observation 1 - A[1]= 23 ,A[2]=34, A[3]=45 Observation 2 - A[11]= 23 ,A[12]=34, A[13]=45 I want to create sas variables which should have na... shailesh.tewari(7)
Getting a ZIP file from a remote website in MVS/Z/os124 (5/23/2008 4:35:16 PM) comp.soft-sys.sas I scanned the SAS archives for a solution to this, but did not find a thread that dealt with this. I have the following website address: http://www.isbe.net/ If you navigate to: http://www.isbe.net/research... kpdavis(16)
dataset generation419 (5/29/2008 6:46:00 AM) comp.soft-sys.sas Hi, I have a dataset with 20 obs. and i would like to generate 20000 datapoint out of the existing dataset. how can i do this. i am looking out for a sas code. Please help. thanks, S.S.Pradeep -- Message pos... srinivas_sai
ODS html Table of contents223 (7/2/2008 7:36:46 PM) comp.soft-sys.sas Hello, I know how to control almost every aspect of the TOC, apart the most important one, the hyperlinks created automatically and which appears to be always the name of the dataset Is there a way to label ... aviben(86)
PROC SORT #4226 (7/4/2008 2:52:23 PM) comp.soft-sys.sas I wanna know if there is a way to sort data more fast than the "PROC SORT" do. thanks ... saberb(14)
SET with OBS=0119 (7/7/2008 5:50:04 PM) comp.soft-sys.sas Hi. I was experimenting with the following code in SAS 9.01.01M3P020206 on HPUX: %let obsn=0; data _null_; set myds (obs=&obsn.) nobs=nobs; put nobs=; call symput ("nobs",nobs); run; %put nobs = &nobs.; T... TopKatz(427)
Re: SET with OBS=0128 (7/7/2008 5:58:02 PM) comp.soft-sys.sas > -----Original Message----- > From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On > Behalf Of Talbot Michael Katz > Sent: Monday, July 07, 2008 10:50 AM > To: SAS-L@LISTSERV.UGA.EDU > Subject: SET with ... NordlDJ(924)
Password protection in SAS6616 (12/3/2009 12:46:23 AM) comp.soft-sys.sas Hi,
I am creating a report in SAS using ODS on a UNIX server.I want to password=
protect the file. I don't have any third party tools on UNIX. Is there a w=
ay to paword protect the file. The file needs to ... urbunti(28)