Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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?



firstobs and obs are working only option wise,but we are using infile statement with firstobs an..

Answer / kattameedi siva

ex1:
data demo;
set sashelp.class(firstobs=1 obs=6);
run;

ex2:
data demo2;
infile dlm="," dsd firstobs=5;(or) we can use obs=5)
input id name$;
cards;
123,ss
124,sss
125,srrt
123,ss3
124,sss2
125,srrt1
;
run;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

what are some good sas programming practices for processing very large data sets? : Sas programming

0 Answers  


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

0 Answers  


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

0 Answers   Quintiles,


What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?

3 Answers  


what the use of proc glm

1 Answers   Accenture, C Marc,


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

0 Answers  


what are 5 ways to perform a table lookup in sas? : Sas-administrator

0 Answers  


How to select the observations randomly from a SAS dataset

7 Answers   NTT Data,


State the difference between INFORMAT and FORMAT ?

0 Answers  


what is pdv? how it is related to input buffer in sas?

5 Answers   HSBC, Satyam,


Name the option to produce a frequency line items rather that a table.

2 Answers  


How would you include common or reuse to be processed along with your statements?

0 Answers  


Categories