Is there a way to conditionally assign a library? I have an EG project (egp file) with a prompt, and I want the user to pick which of 4 databases they want to connect to. If they pick 2, then I only want to invoke the libname statements for the 2 they selected. I have 4 macro variables that indicate whether they want the library assigned or not. It is not working to put the libname statement in a select or an if-then-else because it gets invoked regardless.
... View more