It would be helpful to have concatenation on the IDLABEL statement. At the moment it only allows variables like:
IDLABEL alergy_variable; * where 'alergy_variable' may be 'Milk', 'Beef', or whatever the value of the variable is;
However the IDLABEL statement is for 'labeling' so it would be nice if the statement would allow for better dynamic labeling like so:
IDLABEL cat("Do you think you have a food alergy to...",alergy_variable);