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 DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
how can you put a "trace" in your program? : Sas programming
How long can a macro variable be? A token? : sas-macro
describe about metadata object? : Sas-di
Which command is used to save logs in the external file?
What is the order of evaluation of the following operators + - * / ** () ???
what is factor analysis? : Sas-administrator
in data set200 observation how to take 110,150,170 using sql procedure?
Name statements that function at both compile and execution time?
WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,