What is slibref?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between an informat and a format. Name three informats or formats.
How do you add a prefix to some or all variables in a dataset using a SAS macro?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
What are the main differences between sas versions 8.2, 9.0, 9.1?
How do you connect the desktop application to metadata server? : sas-grid-administration
Given an unsorted data set, how to read the last observation to a new data set?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
How to create list output for cross-tabulations in proc freq?
% let A=3+4 what is result
How many data types are there in SAS?
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?