Are you familiar with special input delimiters How are they
used?
Answers were Sorted based on User's Feedback
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 |
Explain the special input delimiters used in sas programming.
What are the different servers in sas? : sas-grid-administration
Difference between sum function and using “+” operator?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
Enlist the functions performed by sas.
How to convert a given date value into SAS date
9 Answers CitiGroup, Quintiles,
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
Explain data step in SAS
how to remove the duplicates by proc sql?
How could you generate test data with no input data?
How would you delete observations with duplicate keys?
If a variable contains only numbers, can it be a character data type?