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 are some differences between proc summary and proc means? : Sas programming
What is the basic structure of a sas program?
What is the difference between input and infile statement?
What are the difficulties u faced while doing vital signs table or dataset?
explain the proc in sas? : Sas-administrator
Define run-group processing?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What would you change about your job?
What sas features do you use to check errors and data validation?
Explain the difference between nodup and nodupkey options?
Do you know the features of sas?
Explain the difference between using drop = data set option in set and data statement?
Explain the purpose of substr functions in sas programming.
What is the difference between class statement and by statement in proc means?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?