data step #12013 (2/19/2008 2:55:04 AM) comp.soft-sys.sas I am starting my problem with the following disposal of my dataset:=0A=0A# = variable=0A1 lname=0A2 fname=0A=0AI am trying to export it to excel but = it is keeping that order. I would like to be able to wri... miguel_hoz
infile option020 (12/13/2007 2:59:09 AM) comp.soft-sys.sas Hi. I am trying to write a TXT file from a SAS file using the following ins= truction:=0A=0Adata _null_;=0A set output;=0A file 'c:\valid.txt' dsd= lrecl=3D500;=0A=0A put=0A=0A fname 1-10=0A lna... miguel_hoz
Re: csv format #5012 (8/8/2007 3:02:18 PM) comp.soft-sys.sas Hi,=0A=0AArthur, you are right and promise I try to make as few follow ups = as I can. =0A=0AI tried what you mentioned but a new problem is coming to m= e. The file is not properly placed by columns is making ... miguel_hoz
Re: csv format #4056 (8/8/2007 2:55:52 PM) comp.soft-sys.sas I tried what you mentioned but now what it is happening is that The file is= not store in the .csv file, it is printed in the log=0A=0ADo you have any = solution to this,=0A=0AThanks in advance, =0A=0AMiguel.=... miguel_hoz
Re: csv format #3010 (8/2/2007 12:06:32 AM) comp.soft-sys.sas I mean I just need to generate a csv file without the names of the fields, = for example,=0A=0Aname1 name2 name2=0A12345 12345 12345=0A12345 12345 12345= =0A12345 12345 12345=0A=0Ato:=0A12345 12345 12345=0A1234... miguel_hoz
Re: OLAP alternatives #3044 (8/1/2007 10:54:26 PM) comp.soft-sys.sas I am not very fluent with OLAP capabilities,=0A=0AI wonder if creating OLAP= solutions, I need to get the OLAP server and install the Business Intellig= ence software from SAS or there are other solutions or p... miguel_hoz
csv format041 (8/1/2007 10:49:22 PM) comp.soft-sys.sas Hi all,=0A=0AI am writing ODS CSV but I would need to delete the field name= s in the output list, do you know how can I make it?=0A=0AThanks,=0A=0AMDH= =0A=0A=0A =0A______________________________________... miguel_hoz
Re: OLAP alternatives #2049 (7/24/2007 2:49:54 PM) comp.soft-sys.sas hi,=0A=0AI am an expert using OLAP functions, so I will try to explain the = best I can relating this issue.=0A=0AI only have SAS Base and Stat, I have = seen some features about OLAP in some of the SAS present... miguel_hoz
OLAP alternatives062 (7/23/2007 7:28:35 PM) comp.soft-sys.sas Hi,=0A=0AI need to implement some OLAP functions in my SAS databases. Can I= go with SAS code or I need to get an OLAP server to install the OLAP softw= are?=0A=0AThanks in advance for your response.=0A=0AMigu... miguel_hoz
IT Technlogies043 (7/11/2007 3:39:47 PM) comp.soft-sys.sas Hi all,=0A=0AMy question is about IT Technologies from SAS. =0A=0AI am not = sure if using IT Technologies can be replace Oracle or DB2 databases or it = is more a platform, which captures the data from other d... miguel_hoz
miguel_hoz's replies:
Items(7) /1
sample code1121 (10/16/2003 10:22:41 PM) comp.dsp Hi all I am looking for a sample code for linux based PC communication over the serial port using RS232.Specifically looking for some data transfer program in c on linux. Thanks in advance Ssnjana ... sanjana0706
CSV Format in C language1132 (1/22/2004 11:12:56 AM) comp.lang.c Hi all, Iam writing a small C program to print a array of numbers in Comma Separated Values in VC++ editor. Lets say: Title Title1 Title2 ----- ------ ------ 10,20,30 50,90,100 120,180,300 I was trying... bubunia2000(8)
Proc Reg OUTPUT434 (11/12/2004 3:54:44 PM) comp.soft-sys.sas Hi all, For the following SAS statement, I am able to output the estimated coefficients and corresponding test statistics to the external output file, PD_OUT, without printing out the results on the output win... tythong(120)
Systems requirements224 (8/16/2005 12:59:29 AM) comp.soft-sys.sas Many thanks for your helping... I work with SAS BASE most the time, but I need graphs, macro programming, STAT Library... My Data Base must be around 10 Tables with 250.000 clients with 50 variables each... I ... miguel_hoz(74)
Macro Variables330 (9/1/2005 11:46:57 PM) comp.soft-sys.sas Hello: I am trying to run this sentence in order to get new variables, I write &&ptype&i||"amtemo" but it is not working as should do, do you have any idea, please??? %macro ptype; %do i=1 %to 6; proc means... miguel_hoz(74)
3-D graphs325 (11/8/2005 9:44:26 PM) comp.soft-sys.sas Hi everyone, I am trying to plot a 3-D graph. I have 3 variables and I need to represent those point in a 3-D graph, Can anyone help me please??? Thanks in advance. Miguel. --------------------------------... miguel_hoz(74)
About G3D Graph223 (11/14/2005 1:58:16 AM) comp.soft-sys.sas Hi everyone: I tried some new code from SAS Web Page examples, but I don't still get the way to add each name to each (x,y,z). Furthermore I don't have with me any SAS Graph Guide to go any further. Any help ... miguel_hoz(74)