how we can create a FLAG datasets?
Ex:-ID age_group no_persons
1 to 10 10 to 20 3
11 to 20 21 to 30 7
21 to 3o 31 to 40 5
No Answer is Posted For this Question
Be the First to Post Answer
what the use of proc glm
How to convert HTML file into SAS dataset?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
What is the difference between informat and format statement?
What are the 3 components in sas programming?
Can you execute a macro within a macro? Describe. : sas-macro
how to generate the test data in sas without input data? : Sas-administrator
Name statements that are recognized at compile time only?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
what is data governance? : Sas-di
Which date function advances a date, time or datetime value by a given interval?
Explain how merging helps to combine data sets.