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
which features do you use to check the data validations and errors? : Sas-administrator
Explain input and put function?
Are you involved in writing the inferential analysis plan? Tables specfications?
Can you explain the process of calendar?
Name some categories in sas 9? : sas-grid-administration
How do you add a number to a macro variable? : sas-macro
Mention some common errors that are usually committed in sas programming.
What do the PUT and INPUT functions do?
what is star schema? : Sas-di
What is the difference between input and infile statement?
what is sas olap server? : Sas-di
Why and when do you use proc sql?
how does sas handle missing values in formats? : Sas programming
where are dashboard components are created and maintained? : Sas-bi
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