what is data integration? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
How to Rename Library?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
what is change analysis in sas di ? : Sas-di
what do the pad and dim functions do? : Sas programming
how does sas handle missing values in formats? : Sas programming
sas implimented companies in hyderabad
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
Name statements that function at both compile and execution time.
How to get part of string form the source string without using sub string function in SAS?
how does sas handle missing values in sort order? : Sas programming
What statement do you code to write the record to the file?