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 |
Are you familiar with special input delimiters? How are they used?
Explain the difference between informat and format with an example.
What are the different operating system platforms in which we can use sas? : sas-grid-administration
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
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
Tell e how how dealt with..
how to change the execute of macro
Which command is used to perform sorting in sas program?
which domain is better in sas? clinical trails or banking
What is criteria for adverse events and treatment-emergent adverse events?
What are exact SAS Base contents..?N what r SAS Tools..?