What is the maximum length of the macro variable? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
Write a SAS macro to calculate number of numbers in an email address
Enlist the functions performed by sas.
how can u extract,transform and loading?
Can you suggest us materials for sdtm mapping?
what is the use of LRECL option.
how would you create multiple observations from a single observation? : Sas programming
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
List down the reasons for choosing sas over other data analytics tools.
data study; input Subj : $3. Group : $1. Dose : $4. Weight : $8. Subgroup; x= input(Weight,5.1); datalines; 001 A Low 220 2 002 A High 90 1 003 B Low 193.6 1 004 B High 165 2 005 A Low 123.4 1 ; Why does X get truncated? X shows up as 22 instead of 220,9 instead of 90 and 19.8 instead of 198? This problem doesnt happen with the values 193.6 and 123.4. This does not happen if x is read on the 5. informat instead of the 5.1 informat
Give some examples where proc report’s defaults are different than proc print’s defaults?
How would you include common or reuse code to be processed along with your statements?
What is SAS? is it a software just for use or we can creat something over there?