Have you been involved in editing the data or writing data
queries?
Answer / ajay reddy
no im not involved in involved in editing the data or writing data queries
| Is This Answer Correct ? | 0 Yes | 0 No |
How could you generate test data with no input data?
AE datasets names? how many types?
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
What is the difference between a PROC step and a DATA step?
Which date functions advances a date time or date/time value by agiven interval?
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 the sas basic syntax style described? : Sas-administrator
What is your favorite all time computer book? Why?
what is metadata? : Sas-bi
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
how many types prompting framework can be broken down to? : Sas-bi
What does error:1 mean?