BookmarkSubscribeRSS Feed
clqa
Calcite | Level 5

can _error_ be anything besides 0 and 1?

1 REPLY 1
data_null__
Jade | Level 19

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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 764 views
  • 0 likes
  • 2 in conversation