BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Please can someone explain where I can find documentation for this piece of syntax that appears in the excelXP tagset code ?
[pre]
define event set_yes_no_option_values;
eval $yes_no['yes'] 1;
eval $yes_no['on'] 1;
eval $yes_no['no'] 0;
eval $yes_no['off'] 0;
end;[/pre]

The manual SAS 9.1.3 Output Delivery System: User's Guide does not document the statement [pre] eval[/pre]
The syntax works on windows but causes me trouble on z/OS

Peter.C
1 REPLY 1
Tim_SAS
Barite | Level 11
The best doc for tagsets is here: http://support.sas.com/rnd/base/topics/odsmarkup/tagsets.html. You'll find an explanation of "eval" there.

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
  • 887 views
  • 0 likes
  • 2 in conversation