Are you familiar with special input delimiters How are they
used?

Answers were Sorted based on User's Feedback



Are you familiar with special input delimiters How are they used?..

Answer / ali

DLM,CSV,DSD

Is This Answer Correct ?    11 Yes 1 No

Are you familiar with special input delimiters How are they used?..

Answer / selvi

We can specify delimiter value in dlm option of infile stmt.
If any values are missing in between then dlm option does
nt recognize the same so we need to use DSD option to read
consecutive delimiter as missing values.DSD set two more
things 1.comma as default delimiter 2.remove quotion from
quted string

Is This Answer Correct ?    6 Yes 1 No

Are you familiar with special input delimiters How are they used?..

Answer / durga

DSD AND DLM

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

Please write codes to merge two datasets and keep every record in the first dataset.

1 Answers  


data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.

1 Answers  


How do you add a number to a macro variable?

2 Answers  


how can u join the two tables without using proc sql Joins and nested queries ?

6 Answers   IBM,


Hi, I have one dataset, could you please ans for this. id amount paid_amount 1 700 400 2 900 250 3 300 300 a 400 250 b 500 320 c 800 650 x 200 190 y 900 250 z 300 180 i want create new dataset having id and paid_amount who are paid high amount comparing amount. ex: 1d paid_amount 3 300 c 650 x 190

3 Answers  


How sas treats the dsd delimiters?

1 Answers  


Why is SAS considered self-documenting?

1 Answers   Quintiles,


what is conditional processing?

4 Answers   Accenture,


What SAS statements would you code to read an external raw data file to a DATA step?

10 Answers   NIIT,


Are you familiar with special input delimiters How are they used?

3 Answers  


what is factor analysis? : Sas-administrator

1 Answers  


What are the rows present in protocol Violation table?

2 Answers   Accenture, Quintiles,


Categories