If you?re not wanting any SAS output from a data step, how
would you code the data statement to prevent SAS from
producing a set?
How you can read the variables that you need?
How do you generate random samples?
What is the basic syntax of a sas program?
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
how many types prompting framework can be broken down to? : Sas-bi
Explain the difference between informat and format with an example.
how we can call macros with in data step?
What is the difference between an informat and a format. Name three informats or formats.