Is there a statement you can place in a SAS program that will stop execution? I want to be able to examine the status of data sets partway through the program. The tedious way I know to do t...
I have data that looks like:
field1 textfield
1 sometext
1 somemoretext
2 textheretoo
2 moretext
2 yetmoretext
For each value of field 1, I want to concate...
I need to configure a server that will combine all 8 SAS disks into one utilizing RAID 0 for performance reasons. In the BIOS menu how do I combine the 8 physical disks into one "virtual" disk...
I have a subcontractor that holds a database for us in SAS, we have just received a dump of the information in this database in the form of a lot of sas7bdat files. I can open and view the fi...
I'm sure this is very simple but I am just learning SAS.
How do I create a new variable within a data set that is simply an incremented index.
The code below (which does not work) shows wh...
How would you in sas select only those numbers who 2nd digit after the decimal is 2 or 3.
Table
Number
1234.1132
1234.1264
1234.1353
1234.1425
1234.1523
1234.1652
1234.1756 ...
Just a general question regarding RAID. I have ~750 gigs disk space across 8 SAS drives. I configured RAID 5 so that means I have 750 - 1/3 of total disk space. So roughly 500 Gig of total spa...
I'm creating a RAID array on a Dell Poweredge 2950 with 4 300GB SAS drives. Is it possible to configure the array for RAID 10, and have each partition appear as a separate disk in Disk Manage...
I am using a web-based application that creates 2 data export files for pulling data into SAS:
DATA_EXPORT_2008-04-29.CSV
DATA_EXPORT_2008-04-29.SAS
Both of these files are saved togeth...
HIi everyone,
I need to know if SAS is capable of doing this:
I have a table with over 300,000 records and lots of columns and I want to group the records by the age column and then find f...