what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
Describe how you would pass data to macro.
What is the use of PROC gplot?
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
What is program data vector (pdv)?
what does .. meant in sas macros
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
Hi, If anyone has base SAS certification dumps, please share.
What is the role of sas grid administrator? : sas-grid-administration
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Can you suggest us materials for sdtm mapping?
what are scrubing procedures in SAS?