Are you familiar with special input delimiters? How are they
used?
Answers were Sorted based on User's Feedback
Answer / ganesh
dsd and dlm='' are the special delimiters, these are used
in the infile /file statements, this is very flexible to
instructs sas to read and print the datavalues.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jahnavi
delimiters are special characters which delimits data values.
dsd and missover are not delimiters.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
What are _numeric_ and _character_ and what do they do?
Which command is used to perform sorting in sas program?
describe the interaction table in sas di? : Sas-di
wat is sas? is a package or programming language?
How would you delete observations with duplicate keys?
Differentiate input and infile.
This entry was posted in General. Bookmark the permalink. Post a comment or leave
explain what is data set in sas? : Sas-administrator
Approximately what date is represented by the SAS date value of 730?
What is a post baseline?
What is the order of evaluation of the comparison && logical && relational operators:?
Can we create datasets by proc step ? (Proc contents, Means)?