Explain data_null_?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

How to read multiple excel sheets from a single excel file at once????

7 Answers   HCL, Verinon Technology Solutions,


How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?

1 Answers   Quintiles,


Do you prefer Proc Report or Proc Tabulate? Why?

9 Answers   Oracle,


How to convert a numeric variable to a character variable?

0 Answers  


/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance

2 Answers   Eval Source,






Which are SAS Windows Clients & SAS Java Clients

3 Answers   TCS,


Mention what are the data types does SAS contain?

0 Answers  


whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?

1 Answers   Accenture,


how many types of prompts are there? : Sas-bi

0 Answers  


How to include or exclude specific variables in a data set?

0 Answers  


Describe the ways in which you can create macro variables? : sas-macro

0 Answers  


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

0 Answers  


Categories