Hi, I need to refresh the WLM application environemnt after compiling an exisiting Stored procedure. Can someone tell me how to invoke the follwoing command (an extract from the Manual) . Can I run it from SPUFUI ? There is another way to refresh WLM environment via console command but do not have authority.
strcpy(WLMENV,"WLMENV1");
strcpy(SSID,"DSN");
EXEC SQL CALL SYSPROC.WLM_REFRESH(:WLMENV, :SSID, :MSGTEXT, :RC);
Can I hard code above parms and run via a tool ? If so please advise how to do so and thanks in advance.