Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged SAS

0 votes
830 views
1 answer
    %let test = one; %let one = two; %put &test; %put &&test; %put &&&test; %put &&&&test; %put &&&&&test ... are the five results, correspondingly? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
883 views
1 answer
    I have a macro variable, &myvar, but it won't resolve when I try to put it in a data step variable. Why won't it, ... ; data _null_; x='&myvar.'; put x=; run; Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
872 views
1 answer
    How do we merge CM and AE datasets? Can you specify exact merge condition? Do we get any notes or warnings in ... we-merge-cm-conmeds-and-ae-adverse-events-datasets-in-clinical-sas...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
741 views
1 answer
    I have a data set as following:- data club; input Name $ Gov_Type $ YR1 YR2 YR3; datalines; Afg COC ... /stackoverflow.com/questions/65880027/turn-rows-into-variables-in-a-dataset...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
757 views
1 answer
    I am using the following code proc surveyselect data = tmp method = urs sampsize = 500 seed = 100 ... com/questions/65892152/proc-surveryselect-sample-defined-verus-sample-received...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
817 views
1 answer
    I am going to analyze a batch of SAS program file and I am stucked in getting the last modified time of program ... -to-get-last-modified-time-of-file-while-using-infile-statement...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
864 views
1 answer
    I've got a panel of three histograms and I've been able to figure out how to tweak all of the formatting except ... do-i-adjust-bins-to-endpoint-instead-of-midpoint-in-proc-sgpanel...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
701 views
1 answer
    Hi I am working on a problem where I imported an Excel file to SAS and I need to Sort Salaries of Baseball ... .com/questions/65948802/sorting-data-to-get-top-ten-largest-salaries...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    I'm trying to create and fill a column: 'FLAG' ,using data from two tables: carteira_base30 and TRIGGERS_21. Whenever ... -result-of-when-clause-2-is-not-the-same-data-ty...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
768 views
1 answer
    I got it by chance. Submit this to SAS: proc toolbar; quit; The Log says:ERROR: Unable to open ..., I think it ... . How do you know about it? could you please share with me?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
670 views
1 answer
    I am trying to analyze a 3:1 matched case control study (matched on age and date of medical encounter) but ... using the glimmix procedure? Any insights would be much appreciated!...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...