In v5 it was possible to launch a Task with the following command and transfer a Task Variable:
uxadd FLA with SES UPR MU USER TSKVAR (TSKVAR is default)
uxadd FLA SES=MYSES UPR=MYUPR MU=MYMU USER=ME TSKVAR
This does not work anymore in v6
Release : 6.10
Component : DOLLAR UNIVERSE
In v6 the Task Name was introduced which opens the possibility to have 2 (or more) Tasks with a different name but the same Session / Uproc / MU but a different Task Variable.
Therefore, a Task launched with the SES / UPR / MU can refer to different Task with different Task Variables. As a consequence the Uproc Variable will be used.
Launch Task with their Task Name:
uxadd FLA with TSK MU
uxadd FLA TSK=MYTSK MU=MYMU