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

How would you code the criteria to restrict the output to be
produced?

Answer Posted / ganesh

In my view use noprint option to restrict the output to be
produce
data g;
input name$ no sal;
datalines;
a 1 2500
b 2 3500
;
proc print data=g noprint;
run;

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which features do you use to check the data validations and errors? : Sas-administrator

1093


Explain input and put function?

1188


Are you involved in writing the inferential analysis plan? Tables specfications?

2597


Can you explain the process of calendar?

1159


Name some categories in sas 9? : sas-grid-administration

1027


How do you add a number to a macro variable? : sas-macro

1053


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

1106


What do the PUT and INPUT functions do?

1389


what is star schema? : Sas-di

1187


What is the difference between input and infile statement?

1229


what is sas olap server? : Sas-di

1298


Why and when do you use proc sql?

1288


how does sas handle missing values in formats? : Sas programming

1193


where are dashboard components are created and maintained? : Sas-bi

1059


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1998