How do you connect the desktop application to metadata server? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
what is the Population you used in your project, is it ITT or PP?
0 Answers Accenture, Quintiles,
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
How would you delete duplicate observations?
Please write codes to merge two datasets and keep every record in the first dataset.
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 its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
Do you need to rearrange the order of the data for the report?
what are some differences between proc summary and proc means? : Sas programming
Give an example where SAS fails to convert character value to numeric value automatically?
Mention what is PROC in SAS?
What are common programming errors committed in sas
Explain the main difference between the sas procedures and functions? : Sas-administrator
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?