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 |
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
firstobs and obs are working only option wise,but we are using infile statement with firstobs and obs in a statement wise? so firstobs,obs working at options and statemnts or not?
Mention how to limit decimal places for the variable using proc means?
Differentiate between proc means and proc summary.
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
I have a dataset with variables empid and doj how to calculate retirement age?
what is syntax of proc merge ?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
what are the component of range? : Sas-bi
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
How do you read in the variables that you need?
what is cummaltive frequency,and varience in proc unviarte