We would like to change the Task variables values, but I cannot change the variable type directly with the error below when launching "uxupd tsk ... launchvar add":
Release : 5.x and superior
Component : DOLLAR UNIVERSE
Normal behavior, if the Uproc's Variable Type changes, the variable needs to be removed from the Task first and then added again.
The command uxupd tsk does not allow to change the type of a variable, it's inherited from the Uproc variable
Documentation for uxupd upr here
Documentation for uxupd tsk here
Examples:
uxupd UPR UPR=uproc [VUPR=version] LAUNCHVAR add VARNAME=variable [VTYPE=D|Q|P|T] VFORMAT=format [VALMIN=value] [VALMAX=value] VVALUE=value
uxupd UPR UPR=uproc [VUPR=version] LAUNCHVAR dlt VARNAME=variable
uxupd TSK UPR=D_LOAD_FIL MU=HEADQUART LAUNCHVAR add VARNAME=VARTXT VVALUE=XY_VARTXT_VALTSK
uxupd TSK UPR=D_LOAD_FIL MU=HEADQUART LAUNCHVAR dlt VARNAME=VARTXT