How could you generate test data with no input data?
Answer Posted / sirisha
by using loop concept or by importing data frim external file.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Describe the ways in which you can create a macro variable?
How to create a permanent sas data set?
What is the difference between %put and symbolgen? : sas-macro
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?
Give e an example of..
Which are the statements whose placement in the data step is critical?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Mention the difference between ceil and floor functions in sas?
Explain the special input delimiters used in sas programming.
What is the purpose of trailing @ and @@? How do you use them?
Intern stastical programmer written test
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What is the difference between input and infile statement?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming