The GUI interface on the command bar takes the following input:
“set bindings $date=20120507, $envir=PRD_Win” and returns “Error: Syntax: SET [option] ([value]) Set global options.”
Just get rid of the space after the comma:
set bindings $date=20120507,$envir=PRD_Win
Hth, C.