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 metadata? : Sas-bi
name the scheduler for scheduling job and explain the scheduler? : Sas-di
Do you need to rearrange the order of the data for the report?
Mention few ways with which a “table lookup’ is done in sas programming.
What is the difference between SAS Data step and SAS PROC SQL, and which is better?
What statement do you code to write the record to the file?
How do you debug macros?
How would you define the end of a macro? : sas-macro
where to use sas business intelligence? : Sas-bi
What is the difference between order and group variable in proc report?
How do you debug and test your SAS programs?
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?