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 |
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
What is the use of the %include statement?
proc means? proc sort? proc append? proc freq? proc print? proc content?
Explain why double trailing @@ is used in input statement?
How would you remove a format that has been permanently associated with a variable? ________________
Name statements that are execution only?
wat has been most common programming mistake?
Given an unsorted data set, how to read the last observation to a new data set?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??