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 is run-group processing?
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
is QUALCOMM using SAS ?
What does proc print, and proc contents are used for?
What is the maximum length of the macro variable? : sas-macro
How necessary is it to be creative in your work?
what is enterprise guide? What is the use of it? : Sas programming
What is the maximum and minimum length of macro variable
What is the difference between order and group variable in proc report?
How to convert a numeric variable to a character variable?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;