why is sas data integration studio important? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
How many missing values are available? When might you use them?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
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;
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
How to display duplicate observations in data?
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
Have you used macros? For what purpose you have used? : sas-macro
What do the mod and int function do? : Sas programming
describe about joins? briefly?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
How would you delete observations with duplicate keys?
Why and when do you use proc sql?