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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

586


Define run-group processing?

583


What sas features do you use to check errors and data validation?

694


Mention the category in which sas informats are placed?

631


What does PROC print, and PROC contents do?

730






Enlist the functions performed by sas.

678


Explain the use of proc gplot? : sas-grid-administration

556


What is proc sort?

724


Describe the ways in which you can create a macro variable?

628


why a stop statement is needed for the point= option on a set statement?

630


What is the difference between reading data from an external file and reading data from an existing data set?

639


What is maximum number of rows and cols can be handled in SAS?

857


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

1886


What is maximum storage capability of SAS?

908


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1976