how does sas handle missing values in assignment statements? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
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?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
Mention some common errors that are usually committed in sas programming.
How do you specify the number of iterations and specific condition within a single do loop?
how to handle in stream data containing semicolon in it?
Does anybody has lastest SAS certification dumps,if anybody has please mail me at akshara_SAS@ymail.com Thanks Akshara
do you prefer proc report or proc tabulate? Why? : Sas programming
What's the difference between VAR A1 - A4 and VAR A1 - A4?
how do you read binary data in sas?
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 system options would you use to help debug a macro? : sas-macro
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?