Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
Explain what is the use of proc gplot?
What are _numeric_ and _character_ and what do they do?
Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
how can you import .csv file in to sas? : Sas programming
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
What is the order of application for output data set options, input data set options and SAS statements?
what is slowly changing dimension? : Sas-di
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
/* 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;
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record
Mention the category in which sas informats are placed?
how do u test a pros sql(works or not) without executing it?