How is character variable converted into numeric variable and vice versa?
What is the purpose of the trailing @? The @@? How would you use them?
What are the parameters of scan function?
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?
what are the three main credit bureau names
1 Answers Synchrony Financial,
What are the different versions of sas that you have used until now? : sas-grid-administration
What are the 3 components in sas programming?
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
what are the validation tools in sas?
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,
what is sas metadata server? : Sas-di
How do you write a test plan?
Differentiate between proc means and proc summary.