Multiple choice technology programming languages Which of the following you cannot use if you use DROP in data step? KEEP DELETE REUSE COMPRESS Reveal answer Fill a bubble to check yourself A Correct answer Explanation DROP and KEEP are mutually exclusive in a SAS data step as they serve opposite purposes - DROP excludes variables while KEEP retains variables. Using both in the same data step creates a logical conflict.