sas macro - SAS Enterprise Guide: Set a prompt both in Local and Metadata Server -


i have prompt generate variable across project (the set_environment macro variable). run programs on 1 in process flow. problem of them local (when want upload data), , of them remote (using sas metadata server).

a solution run set_prompt program twice, once on local, once on sas metadata server.

i wondering if possible set both prompts @ same time?

if works sas/connect session, might link prompt program in local session. have program responsible using %sysrput assign variable on metadata server, , have program first program execute. way don't need 2 prompts (which annoying user) assigned in 2 places @ once.


Comments