can _error_ be anything besides 0 and 1?
Try it. Can you tell us why the PUT statement apparently printed the PDV twice. Hint: _ERROR_.
28 data _null_; 29 _error_ = -50; 30 put _all_; 31 run; _ERROR_=-50 _N_=1 _ERROR_=-50 _N_=1
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!