name several ways to achieve efficiency in your program? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
how would you determine the number of missing or nonmissing values in computations? : Sas programming
"What is the difference between proc sort nodup and proc sort nodupkey?"
How sas treats the dsd delimiters?
What statement do you code to write the record to the file?
Mention sas system options to debug sas macros.
What is SAS informats?
what is the difference between informat$8. $char8.
what is conditional processing?
How many versions came upto now in SAS?
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.
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Which statement does not perform automatic conversions in comparisons?