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 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I remove header from output data set?

2066


What are the difference between the sas data step and sas procs?

612


What does PROC print, and PROC contents do?

730


What is the difference between using drop = data set option in data statement and set statement?

640


How do you connect the desktop application to metadata server? : sas-grid-administration

587






Differentiate input and infile.

596


How long can a macro variable be? A token? : sas-macro

719


do you need to know if there are any missing values? : Sas programming

551


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

609


why is sas considered self-documenting? : Sas programming

682


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

585


what are all the reports you generated in your recent project?

1685


What is the command used to find missing values?

595


What do the put and input function do?

591


Explain data step in SAS

633