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

Answer Posted / mr.b

Data sample_accounts;
INFILE "C:\Mydata\sample_accounts.txt";
INPUT Account 1-7 OpenDate $ 9-17 StatusCode $ 21-22
CreditLimit 25-29;
RUN;
tis will be as i know.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

1209


Do you know the features of sas?

592


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

631


In proc transpose and data step with arrays which one you pick?

2574


How can you limit the variables written to output dataset in data step?

755






what is sas database server? : Sas-di

617


What is the sas data set? : sas-grid-administration

574


What are the implications?

1181


What is by-group processing?

574


In SAS explain which statement does not perform automatic conversions in comparisons?

801


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

589


How we can create SAS USER DEFINED CODE?

1609


what is the difference between nodup and nodupkey options? : Sas programming

621


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

680


What is the length assigned to the target variable by the scan function?

676