Workaround :
Use a Host, or a VARA that holds a list of hosts, then retrieve it using a key (key can be client, client+system_name, etc)In the example below, the client number is the key.:set &client# = &$client# :set &client# = format(&client#) :print client is &client# :SET &HOSTVALUE# = get_var(VARA.HOSTS,&client#) :SET &HND# = PREP_PROCESS_FILENAME("VWASWV11U02_OS_01","C:\automic\v112u\automationengine\bin\*.exe",,,,"COL=DELIMITER","DELIMITER=*\*","
[email protected]_LOGINS") :SET &RET# = WRITE_PROCESS(&HND#,"C:\temp\export.txt",&HOSTVALUE#,@AUTOMIC_LOGINS,OVERWRITE)