How would you code the criteria to restrict the output to be
produced?
Answers were Sorted based on User's Feedback
Answer / dupe
Various datestep options, can be use to restrict number of
observations
obs=;
firstobs=;
point=obsnum
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / selvi
by if exp=codn; - restrict the output to be produced
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / harish
with out proc print statement we can block the out put.
Is This Answer Correct ? | 1 Yes | 2 No |
What are the functions done while Compilation...?
what is option year cuttoff in sas
how to assign a macro value to a variable?
Explain the use of proc print and proc contents?
What are the differences between proc means and proc summary?
what is syntax of proc merge ?
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
Describe the function and utility of the most difficult SAS macro that you have written?
how can you import .csv file in to sas? : Sas programming
What do the SAS log messages "numeric values have been converted to character" mean?
Explain the difference between nodup and nodupkey options?
What is difference between (a-z) and (a--z)