In SAS explain which statement does not perform automatic conversions in comparisons?
No Answer is Posted For this Question
Be the First to Post Answer
What other SAS features do you use for error trapping and data validation?
what is study design in while working with SAS? what are screening variables in SAS?
What are the new features included in the new version of SAS Programming Language?
At compile time when a SAS data set is read, what items are created?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
Which function is used to count the number of intervals between two sas dates?
How do handle working under pressure?
how to write code for left outer join in SAs using datastep?
How we can call macros with in data step? : sas-macro
in data set200 observation how to take 110,150,170 using sql procedure?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
How would you compile all macros from a folder in a study, within the autoexec program?