Name statements that are execution only?
Answers were Sorted based on User's Feedback
abort,delete,replace,select,set......etc....these are
executable statements in data step
| Is This Answer Correct ? | 6 Yes | 0 No |
keep and drop are data set options as well as statements also.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / kk
Abort, Infile, Input,do,if,merge,put, replace,select,etc...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dupe
Data set option :
Data new(keep=age race gender);
set old;
run;
Data set statemnet:
Data new;
set old;
drop age race and gender;
run;
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / chiranjeevi
Mainly two statements are used in execution of the dataset i.e
1)Global statements
2)Localstatements
The following are the Global statements
1)By statement
2)label statement
3)where statement
Local statement
1)set
2)merge
3)update
4)control
5)length
6)array e.tc..,
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the pound sign used for in the data_null_ ?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance
Explain the difference between nodup and nodupkey options?
What is Transaction...? And what are Comment, Roll back n Save point..?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
name several ways to achieve efficiency in your program? : Sas programming
For clinical entire study how many tables will create approx?
how can u extract,transform and loading?
What are the limitations for memory allocation for SAS variables
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
What is the size of PDV?