Search the Community
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
206 results
Sorted by:
01-20-2022
08:48 AM
4 Likes
Under the help of @BeverlyBrown , I finally could edit my post . Also thanks the help of @FreelanceReinh
It is SAS code for Passing-Bablok Regress...
04-27-2016
01:18 PM
24 Likes
Congratulations @Reeza,
This is a truly impressive achievement in terms of quantity, quality and speed. Thank you very much for so many informative posts. Keep up the good wo...
08-18-2018
04:53 AM
Hallo, I do not have much experience in creating automatic reports in SAS. I experienced a problem while creating a report. I use ODS RTF and would like to set a bookmark by a macro variable...
03-04-2016
10:54 AM
ID var1 1 x 1 y 1 z 1 x 2 z 2 x ...
12-01-2022
10:40 AM
I have a table where I'm trying to populate 0's for all treatments. There are 3 possible treatments. I don't need all possible combinations of values for all variables, but I need all possible values...
Show results in replies (5)
-
Thanks again for your help, FreelanceReinhard!
-
Thanks for taking time to type this out and teach me, FreelanceReinhard! I will be studying this t...
-
Hi FreelanceReinhard, I am familiar with PROC SQL, but this is kind of a more sophisticated q...
-
...Hi FreelanceReinhard, Do you know if there's any chance how i can avoid the top 2 notes? &n...
-
Hi @Hello_there, I think you would need to apply SPARSE to a crosstabulation of&nbs...
04-14-2022
03:55 AM
Hi if I have lots of sas data file but have no sas license, is it possible to convert sas data file using any other softwares and have it saved as text file or excel file etc? or store it in another ...
02-10-2021
03:15 PM
Dear all,
I have a question about using DATEPART in PROC SQL.
I have a table with timestamp like 25DEC20201:16:12:18 , informat Datetime28
I wish to use the following Alter table function...
04-14-2021
11:08 AM
How may I remove the page breaks after each PROC?
I found this for ODS RTF but did not find a similar resource for ODS WORD
https://www.lexjansen.com/wuss/2014/51_Final_Paper_PDF.pdf
T...
08-28-2022
08:09 PM
Hi All, I am trying to compute all valid character strings based on some constraints: 1. Each string is 4 alpha characters long i.e. "ABCD" or "QRTS" 2. A string is declared invalid if there is al...
Show results in replies (4)
-
Not really. After looking at @FreelanceReinhard s graph theory solution, it seems like this would t...
-
...he initial loop). As mentioned by @FreelanceReinhard in his solution, there appears to be many p...
-
...ommented out the equality tests in the initial loop). As mentioned by @FreelanceReinhard in his s...
-
Editted note: After this solution was accepted, a much more optimal solution was shown by&nbs...
04-24-2022
04:06 AM
I am trying to create a graph, however, the discretemax has been reached. I have attached my code in the post. May I please have help how to increase the discretemax, where do I place it in the code ...