Intern stastical programmer written test
No Answer is Posted For this Question
Be the First to Post Answer
Give some examples where proc report’s defaults are same as proc print’s defaults?
explain the function of substr in sas? : Sas-administrator
how to write code for left outer join in SAs using datastep?
how do we get duplicate observations in a separate dataset?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE
name several ways to achieve efficiency in your program? : Sas programming
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
What are exact SAS Base contents..?N what r SAS Tools..?
Give an example where SAS fails to convert character value to numeric value automatically?
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;