what is operational data and operational system? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
Please write codes to merge two datasets and keep every record in the first dataset.
how to read the variables in sas? : Sas-administrator
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?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
what is sas? is a package or tool? give me introduction about sas?
for whom is sas data integration studio designed? : Sas-di
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?