How can you limit the variables written to output dataset in data step?
No Answer is Posted For this Question
Be the First to Post Answer
how many types prompting framework can be broken down to? : Sas-bi
How to merge the data using merge statement and proc format? Is the result is same ?
what is function of retain statment
what is prime numbers? how we can get plc write sas code?
how to perform paired t-test using Base/SAS & SAS/Stat?
Describe the function and untility of the most difficult SAS macro that you have written.
Which is the best training institute for SAS in Delhi. Please reply
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
what other sas products have you used and consider yourself proficient in using? : Sas programming
What is factor analysis?
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?