Are you familiar with special input delimiters? How are they
used?
Answer Posted / santhi swaroop
DELIMITRS ARE THE SPECIAL CHARACTERS THET HAD BEEN GIVEN
IN THE DATA .
DELIMETERS ARE MOST SENSITIVE.
FOR EX:(, " ') AND MANY MORE.
SYNTAX
DATA SANTHI;
"PATH "DLM=" ," ;
INPUT ID NAME$ AGE SAL;
RUN;
HERE , WAS THE DELIMETER
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the use of function Proc summary?
What is program data vector (pdv) and what are its functions?
AE datasets names? how many types?
What is the basic structure of the SAS base program?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How would you define the end of a macro?
What are the 3 components in sas programming?
where are dashboard components are created and maintained? : Sas-bi
what is intially documentation in sas?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Which statement does not perform automatic conversions in comparisons?
What is the use of %include statement?
How can you create a macro variable with in data step? : sas-macro
what is ae onset date n what is RDS
Explain substr function?