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...

Why do we use QUIT commmand for proc datasets and proc sql ???

Answer Posted / charu tiwari

QUIT command is used for both proc datasets,proc sql.

Proc SQL
Select
from
Quit;

Proc datasets
proc datasets lib=db;
quit;
run;

Is This Answer Correct ?    2 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the difficulties u faced while doing vital signs table or dataset?

2446


how will you location sas platform applications available from web browser? : Sas-bi

1113


why is sas data integration studio important? : Sas-di

1083


Which date function advances a date, time or datetime value by a given interval?

1194


Explain substr function?

1158


What is the difference between nodupkey and nodup options?

1078


How to include or exclude specific variables in a data set?

1162


Mention some common errors that are usually committed in sas programming.

1100


what is sas business intelligence? : Sas-bi

1263


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

1110


What makes sas stand out to be the best over other data analytics tools?

1112


how do the in= variables improve the capability of a merge? : Sas programming

1478


Name types of category in which SAS Informats are placed?

1196


How to sort in descending order?

1296


Explain what Proc glm does?

1295