how to combine two columns into one column532 (5/13/2009 4:06:39 AM) Hi, I have a dataset that has a column "Address 1" and "Address 2", how do = I combined them (with an space character seperating between the two)into = a single column "Address" . Thanks. ... jinto83(18)
Re: How to suppress the proc ttest output? #2122 (10/15/2009 6:07:37 PM) Try ods listing close; ods listing; proc print... Steve Denham Associate Director, Biostatistics MPI Research, Inc. ----- Original Message ---- From: ST To: SAS-L@LISTSER... stevedrd(84)
issue with multiple sas arrays - looping thru a character list24 (5/21/2013 3:08:24 PM) **could anyone provide some insite on how to use an array to search
for a list of text strings??;
**PROGRAM# are text string variables from xx that contain text I'm
looking for;
**if PROGRAM# contains the a... datamastah(3)
Processing different files with same SAS codes13 (5/20/2013 5:48:47 PM) Hi,
I am a beginner to SAS programming. I wanted to know if there is a way to process different files with the same SAS codes efficiently.
Here is an example:
File 1: Qtr20001
File 2: Qtr20002
File ... lmid8888(1)