12-11-2023
PegasusTT77
Fluorite | Level 6
Member since
07-12-2016
- 9 Posts
- 11 Likes Given
- 1 Solutions
- 0 Likes Received
-
Latest posts by PegasusTT77
Subject Views Posted 412 12-11-2023 06:13 AM 1555 08-08-2019 03:15 AM 4793 08-31-2018 05:44 AM 5363 06-07-2018 10:50 AM 3450 08-31-2017 10:06 AM 3456 08-31-2017 09:31 AM 3485 08-31-2017 07:25 AM 2063 08-30-2017 05:34 AM 1863 08-25-2017 09:08 AM -
Activity Feed for PegasusTT77
- Posted SAS BASE - Open viewtable via code in editor - Check for network error / connection time out on SAS Programming. 12-11-2023 06:13 AM
- Liked Re: Check variable type then convert it to character for novinosrin. 08-09-2019 07:01 PM
- Posted Re: Title in proc GLM on SAS Procedures. 08-08-2019 03:15 AM
- Liked Re: check if macro variable is null for ballardw. 09-05-2018 05:58 AM
- Posted Re: How to add cont'd after page break in proc report ? on SAS Programming. 08-31-2018 05:44 AM
- Liked Re: Converting decimal values to character? for AncaTilea. 07-23-2018 10:23 AM
- Liked Re: Concatenate all variable into one seperated by delimiter for Reeza. 07-19-2018 05:53 AM
- Posted Re: Call all programs in a folder on SAS Procedures. 06-07-2018 10:50 AM
- Liked Re: Call all programs in a folder for Reeza. 06-07-2018 10:49 AM
- Liked Reg:Date in DD-MMM-YY for SanjeevaReddyEeda. 05-03-2018 09:25 AM
- Tagged Re: "Save settings on exit" does not work on SAS Programming. 08-31-2017 10:07 AM
- Tagged Re: "Save settings on exit" does not work on SAS Programming. 08-31-2017 10:07 AM
- Posted Re: "Save settings on exit" does not work on SAS Programming. 08-31-2017 10:06 AM
- Posted Re: "Save settings on exit" does not work on SAS Programming. 08-31-2017 09:31 AM
- Liked Maxims of Maximally Efficient SAS Programmers for Kurt_Bremser. 08-31-2017 08:20 AM
- Tagged Maxims of Maximally Efficient SAS Programmers on SAS Communities Library. 08-31-2017 08:20 AM
- Posted "Save settings on exit" does not work on SAS Programming. 08-31-2017 07:25 AM
- Tagged "Save settings on exit" does not work on SAS Programming. 08-31-2017 07:25 AM
- Tagged "Save settings on exit" does not work on SAS Programming. 08-31-2017 07:25 AM
- Tagged "Save settings on exit" does not work on SAS Programming. 08-31-2017 07:25 AM
-
Posts I Liked
Subject Likes Author Latest Post 4 2 5 4 2
12-11-2023
06:13 AM
Hello 😅 I have a special problem to solve. Currently I try one way but need help but let me explain. I have a program which includes a lot of others, saves my *.log and *.lst to my server to check for keywords. The program runs without errors or warnings BUT when I compare old data with new I recognized that there are datasets missing... Neither the VPN connection, nor the ping check, even my SAS log did not give an error but when I check the log, the program stopped without any information why and did not complete. So every time I have to check the compare manually. Today I got an error while a viewtable was opened and I thought ... Ok, many of my issues starts there... It would be great if I can open a viewtable automatically at the beginning of my runALL.sas program. I found only half of the solution because that code runs only with the regular submit. dm "vt libname.filename" ; Source: https://www.lexjansen.com/wuss/2011/posters/Papers_Agarwal_M_74994.PDF Regular submit means, when I just use the single "running man" but I have two "running men" which means (see screenshot) : Does anyone have an idea to either solve my way or can provide a solution to check for connection time outs?
... View more
08-08-2019
03:15 AM
Is there a possibility to change the column width of the automatic subtitles which are included in the proc? For example I have a title "Dependent Variable: VARNAME VARLABEL" and that title has sometimes a column width of 5 cm or 6.5 cm in my ODS output, see attachment. I need that the title has only one line and not two to minimize my output rtf pages.
... View more
08-31-2018
05:44 AM
I have the same problem: I need the "ordered" information after an automatic page break. In my example I need e.g. on page 2 (obs=27; and on followed pages) the information about 'origin' and 'make'. Further it would be nice to add "continued" - either as extra line before break or within the variables [e.g. in obs=27 "Asia (continued)" and "Hundai (continued)"] - but that is not necessary. I have again and again long listings and that problem. I did not find a simple solution which I can add into my macros for different data sets / variables. I could imagine that it could be possible - after e.g. every 26th OBS - that the variables 'origin' and 'make' can be written in new variables and only display these new variables (as 'display' and not 'order'). What do you all mean? /** prepare DS for short example **/
DATA cars ;
SET sashelp.cars ;
IF origin not IN ("Asia","Europe","USA") THEN DELETE;
RUN ;
/** set options for example **/
OPTIONS papersize=A4 orientation=landscape ;
ods rtf file='myfile.rtf';
proc report nowd ps=40;
column obs origin make horsepower;
define obs / computed;
define origin / order;
define make / order;
define horsepower / display ;
compute obs; *used only to display problem;
dsobs + 1;
obs = dsobs;
endcompute;
run;
ods rtf close;
... View more
08-31-2017
10:06 AM
first try of automatically creating a new profile did not work, because I got: NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead. NOTE: All profile changes will be lost at the end of the session. Then I used another shortcut to open SAS with another sasv9.cfg (identically file but other path) and then - surprise - my SAS created a new profile file and opend INCLUDING my user settings and options and shortcuts and keys and .... o_O It worked, that counts. :-)))
... View more
08-31-2017
09:31 AM
Hi Shmuel, TEST is the name of a project specific windows folder, where my sas programms are: And sorry, if I did not specified enough: I want to save my settings, e.g. because I want my projects available in my favorite folders. This is at the moment not possible and I do not know why. As you can see in the second picture I was able to create folders and the system saved my folders, but now - I have no idea what I might have done - it is not possible that my folder is permanently saved, means: reopen SAS - no new folder shortcut.
... View more
08-31-2017
07:25 AM
I cannot save a new favorite folder anymore, see example folder "test" and I cannot find a solution. My preferences are "Save settings on exit" but my window settings are not permanently saved also. Does anyone know how to fix this? I cannot find a solution online. Maybe it could help to fix it via a new profile, but I have no idea how to do it and which file I have to delete/rename:
... View more
08-30-2017
05:34 AM
Many views but no solution but I have news: SAS has no influence on further output settings (reference [SAS 7612210433]). So every browser output will be created in a new window. my browser settings for firefox with the add on Tab Mix Plus worked as expected till TODAY without actively changing any options. a mere presumption is yesterdays update of the add on Tab Mix Plus (http://tabmixplus.org/)
... View more
08-25-2017
09:08 AM
Since a few days I have the problem that my SAS output opens a new browser window, instead of a new browser tab. It doesn't matter which browser I use (IE or FF). Both browser settings are correct but only with SAS it does not work. My IT expert cannot find a problem with the browsers - the settings are correct and are working as expected. Are there any system options which I have to change? I have no idea what happend and how to fix this and need your help, please. I use 9.4 (TS1M3) with W32_7PRO, if that does matter.
... View more