What is the one statement to set the criteria of data that
can be coded in any step?
Answers were Sorted based on User's Feedback
Answer / g.s redy
OPTIONS STATEMENT CAN BE USED TO SET THE CRITERIA OF DATA
THAT CAN BE CODED IN ANY STEP
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sunymuny
WHERE Statement can be used to set the Criteria of the DATA
in Both Proc Step and DATA Step.
| Is This Answer Correct ? | 0 Yes | 3 No |
what is the primary data source for the wrs? : Sas-bi
Do you need to rearrange the order of the data for the report?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
What is the purpose of the trailing and How would you use them?
how are numeric and character missing values represented internally? : Sas programming
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
code the tables statement for a single level frequency?
how many types of MERGE?
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
What are the prime responsibilities of data integration administrator? : Sas-di
How would you compile all macros from a folder in a study, within the autoexec program?
What do the SAS log messages "numeric values have been converted to character" mean?