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
Name validation tools used in SAS
what is function of retain statment
how does sas handle missing values in functions? : Sas programming
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
How do you test for missing values?
what is sas database server? : Sas-di
what is the basic structure sas administrator? : Sas-administrator
What are the differences between sum function and using “+” operator?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What are the implications?
What is SAS informats?
what is sas olap server? : Sas-di
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Difference between informat and format?
explain what is factor analysis? : Sas-administrator