What is interleaving in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
what is pdv? how it is related to input buffer in sas?
what is intially documentation for a sas programmer?
what is the purpose of _error_? : Sas programming
Hi, If anyone has base SAS certification dumps, please share.
What is the size of PDV?
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
how can you improve the performance of a query, If it is excuting very slowly?
How to get the repeated values by using sql in sas ?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Explain the use of proc print and proc contents?