what is the effect of the options statement errors=1? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What is the one statement to set the criteria of data that can be coded in any step?
what do the pad and dim functions do? : Sas programming
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
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 do you test for missing values? : Sas programming
Hi, If anyone has base SAS certification dumps, please share.
What do the mod and int function do? : Sas programming
What is SAS? is it a software just for use or we can creat something over there?
Hi, I have one dataset, could you please ans for this. id amount paid_amount 1 700 400 2 900 250 3 300 300 a 400 250 b 500 320 c 800 650 x 200 190 y 900 250 z 300 180 i want create new dataset having id and paid_amount who are paid high amount comparing amount. ex: 1d paid_amount 3 300 c 650 x 190
What is the difference between where and if statement?
how can you create zero observation dataset? : Sas programming
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?