Description:
The SAS statistics package.
|
|
|
Problem with 9.2 OLE and program editor
|
| |
Hi again Ordinarily, this is the sort of thing I'd contact tech support about, but they won't be back until Monday, and I thought maybe one of the SAS-L wizards would know. I recently installed SAS 9.2. Everything was fine, so I un-installed 9.1. Now, when I start 9.2, I get an error <<< OLE: Object's class is not registered in the registration database.... more »
|
|
compare values
|
| |
Hello, I am looking for advice with this problem. I have dataset with this column studentID, courseID, Test_Date, Test_Pass_Date, period Test_Date is date when exam is scheduled I have several observation for same student, - one student can have several Test_Date and one Test_Pass_Date, What I need is to cycle through observation and count how meny student... more »
|
|
Reading in Multiple CSV files with changing number of
|
| |
Your example data makes this easy because you imply that you have data of all one type. If that is true for your data then this seems to work effectively enough. If you have character and numeric data and possibly different informats(dates etc.) that will complicate things somewhat. filename FT15F001 "%sysfunc(pathname(work))\csv1 .csv";... more »
|
|
Reading in Multiple CSV files with changing number of variables
|
| |
I have been working on this for a few hours and have been unable to find a solution. Any help would be much appreciated. I am reading in a large folder with 1000s of .CSV files using a wildcard in the INFILE statement. My problem is that each CSV files may contain different variables and the name of the variables it contains is in the... more »
|
|
Picture format
|
| |
I have the a picture format value measure 1 = "TREATMENT ONE" 2 = "TREATMENT TWO" 3 = "CHANGE FROM TREATMENT ONE TO END OF THE TREATMENT" ; I am trying to use this format while developing a customized report using data _null_ I want the change from baseline text to wrap up and look like this in... more »
|
|
Questions on Excel Tagsets
|
| |
There are a couple of things I'd like to do with Excel Tagsets I haven't = figured out. Does anyone have the answers to any of these? 1. How to autofit rows so that they will fit the data? (In Excel, = select all cells, then double-click within a row, and it will make the = row long enough with wrapping to fit the data; I want the columns to be =... more »
|
|
Dynamic parameter for Stored process.
|
| |
Hi, We are trying to generate 4 reports thru a single stored process. In this stored process , we are planning to give 2 dropdown menus to user and the values/parameters of 2nd box should vary based on value selected in first box. Based on the state and country the stored process will generate the Report.... more »
|
|
Creating Household Observations from Transaction Data -
|
| |
Maintaining all transaction detail when collapsing to the hhld level is not a good idea: you will need to create a new set of variables for each product type you have (eg. coat_purchase_amt, coat_purchase_date, shoes_purchase_amt, shoes_purchase_date, etc.). You should keep the data in the current format anytime you need to reference individual transaction... more »
|
|
|