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;
No Answer is Posted For this Question
Be the First to Post Answer
In SAS explain which statement does not perform automatic conversions in comparisons?
What are the scrubbing procedures in sas?
Give some examples where proc report’s defaults are same as proc print’s defaults?
What is Linear Regression?
in which companies SAS openings are there? List of companies using SAS technology.
What is the difference between %local and %global?
What is the difference between order and group variable in proc report?
What are _numeric_ and _character_ and what do they do?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
Mention common programming errors committed in sas ?
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
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?