How to get any kind of data in SAS? Is it possible to take
data from notepad in SAS?

Answer Posted / nsb

Yes, we can read the data from notepad just like reading
data from from any other file formats by using INFILE
statement.

infile "...\....\xyz.txt";

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me about % include and % eval? : sas-macro

678


how the sas basic syntax style described? : Sas-administrator

601


how to change the execute of macro

1672


For what purpose would you use the RETAIN statement?

1043


what is sas olap server? : Sas-di

687






explain about data integrator metadata reports? : Sas-di

559


Name and describe few sas character functions that are used for data cleaning in brief.

665


To what type of programms have you used scratch macros?

2139


What are the five ways to do a table lookup in sas? : sas-grid-administration

591


Explain append procedure?

633


Why double trailing @@ is used in input statement?

701


If a variable contains only numbers, can it be a character data type?

611


what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

545


how can you create zero observation dataset? : Sas programming

637


Which function is used to count the number of intervals between two sas dates?

569