How could you generate test data with no input data?
Answers were Sorted based on User's Feedback
Answer / sirisha
by using loop concept or by importing data frim external file.
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / varun gupta
I think we can use cards statement or DATALINE sts=atement
to have test data
Is This Answer Correct ? | 0 Yes | 5 No |
How you can read the variables that you need?
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
Explain why double trailing @@ is used in input statement?
What is the use of divide function?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
Can you suggest us materials for sdtm mapping?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
How would you keep from overlaying the a SAS set with its sorted version?
What is the work of tranwrd function?
Describe the function and untility of the most difficult SAS macro that you have written.