| Thread | Last Post | Replies |
|
| macro-variables existence | 30 Aug 2003 19:35 GMT | 2 |
I've got two questions about macro-variables. First: How can I check that global macro-variable exists? Second:
|
| %let help | 30 Aug 2003 16:32 GMT | 4 |
OK I know I'm forgetting something I have the following %let statements %let path = c:\dir; %let report_path = &path\reports; %let report_type = pdf;
|
| charting problem | 29 Aug 2003 21:10 GMT | 1 |
Hi sas-l wisdom, below you will find my entire program, including input data aso. Maybe it is just my configuration using sasv8.2 on a UNIX box, maybe it is something else, but I do not know. If I run it this way I get an inversed graph, that is all the green above the total message ...
|
| Documentation Ideas? | 29 Aug 2003 20:03 GMT | 1 |
We are looking to improve our documentation around our fairly complex database and I was wondering if any of you have suggestions. Our current documentation is in the following forms: * documentation from engineering that describes how the applications
|
| saving a sas-output as a figure --- again | 29 Aug 2003 19:19 GMT | 1 |
Dear all, Is it possible to save a sas output as a figure??? What's kind of "figure"? I would like to put the sas output like those in "SAS OnlineD® Version 8 with PDF Files", for
|
| Re: optimalisation procedure in record linkage project? | 29 Aug 2003 18:21 GMT | 1 |
If you have SAS/OR, look at PROC ASSIGN. On Fri, 29 Aug 2003 17:25:52 +0200, Hans Reitsma <j.reitsma@AMC.UVA.NL> wrote:
>Dear all |
| DDE Excel Batch Execution Follow Up | 29 Aug 2003 18:14 GMT | 3 |
Per Howard Schreier suggestion I am posting the code that I have attempted to execute while the computer is locked. Unlocked it works fine. Locked gives blank worksheet. Hopefully someone can shed some light on how to get the same "good" results either way.
|
| Re: Approved | 29 Aug 2003 17:20 GMT | 27 |
See the attached file for details
|
| proc genmod? | 29 Aug 2003 17:16 GMT | 1 |
Anybody knows how I can write the estimate statement to compare 7 days in the below program? proc genmod data=magnezyum descending order=data;
|
| URL Access Method Problem | 29 Aug 2003 17:10 GMT | 2 |
I can usually successfully read web pages into SAS via FILENAME with URL, but I'm currently having trouble with a specific one. Running 8.2 under z/OS, both interactively and in batch, this FILENAME statement: filename ciccodes url
|
| Closing a frame in SAS/AF | 29 Aug 2003 16:46 GMT | 1 |
I have a frame (n1) with a scl, in this frame (n1) I display data in an extended table and i can change parameter when I click on a push button (pb1) also the data is refresh in the frame (n1). I want to call another frame (n2) when I click on the push button
|
| Creating Multiple Datasets from a Single Flat File! | 29 Aug 2003 16:37 GMT | 1 |
Dear SAS Users: I have a flat file from which i need to create 3 datasets. The Following are the identifiers for each dataset in the flat file- Dataset1:
|
| proc format from dataset for multiple variables. | 29 Aug 2003 16:24 GMT | 2 |
I have a huge dataset(sample) (>100 variables/fields eg, A B C D E F ...A1..A75...). I am trying to create new dateset (test) with all valid entries for various fields in "sample" dataset. I created a separate dataset (control_dataset) that has 5 columns, which will help
|
| Last.var | 29 Aug 2003 15:31 GMT | 5 |
If last.var is not getting thro ,what could be possible error.Is it with the data?Please let me what could be the possible error if last.var is not getting resolved. Thanks
|
| saving a sas-output as a figure | 29 Aug 2003 15:06 GMT | 3 |
Dear all, Is it possible to save a sas output as a figure. Why this? I would like to put the sas outputs in a latex document. I am using sas 8.2. Best regards
|