How to get any kind of data in SAS? Is it possible to take
data from notepad in SAS?
Answer Posted / krishna
yes . By using infile statement and options like dlm ,dsd
missover, trunover ,firstobs ,obs
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how you can debug and test your SAS program?
What would be the value of month at the end of data step execution and how many observations would be there?
In proc transpose and data step with arrays which one you pick?
What is the use of %include statement?
What are the scrubbing procedures in sas?
Given an unsorted data set, how to read the last observation to a new data set?
Describe the function and utility of the most difficult SAS macro that you have written?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
How we can create SAS USER DEFINED CODE?
What are the five ways to do a table lookup in sas? : sas-grid-administration
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
what is data governance? : Sas-di
How would you identify a macro variable?
Give e an example of..