explain the function of substr in sas? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
In SAS explain which statement does not perform automatic conversions in comparisons?
What are the different versions of sas that you have used until now? : sas-grid-administration
What is program data vector (pdv)?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What versions of SAS have you used (on which platforms)?
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
how to change the execute of macro
Explain why double trailing @@ is used in input statement?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
where will go the observations that were deleted by delete statement?
When merging 2 datasets with a common variable (not merge key), how to keep both?