describe about metadata object? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
Differentiate input and infile.
Explain what is the use of proc gplot?
How to display duplicate observations in data?
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
what is the difference between %put and symbolgen?
What would be the value of month at the end of data step execution and how many observations would be there?
how can get the first and last observations in a dataset using Proc SQl?
What SAS statements would you code to read an external raw data file to a DATA step?
What is by-group processing?