how to handle in stream data containing semicolon in it?
Answers were Sorted based on User's Feedback
Answer / paul
data dummy;
input Name $ Remarks $15.;
cards4;
aaa 123;aaa;23;M
bbb 132;bbb;26;F
ccc 133;ccc;24;F
;;;;
run;
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / n katepalli
we can also use datalines4 as well as cards4
| Is This Answer Correct ? | 2 Yes | 0 No |
what is study design in while working with SAS? what are screening variables in SAS?
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
what other sas products have you used and consider yourself proficient in using? : Sas programming
How we can call macros with in data step? : sas-macro
What do the put and input function do?
What SAS statements would you code to read an external raw data file to a DATA step?
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
how would you create multiple observations from a single observation? : Sas programming
Describe the function and untility of the most difficult SAS macro that you have written.
Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
How to include or exclude specific variables in a data set?
how do u validate sas program