There is a way to create a Dependency on a specific MU using the command line.
This needs to be done following 2 steps :
- In our case, the local Uproc already has 3 dependencies (01, 02, 03)
- To add another one :
uxupd UPR UPR=<UPROC NAME> DEPCON add CONDNO=04 DEP=<TARGET UPROC> PDATE=SAME DTYPE=A MU="MU(<TARGET MU>)" SESS=ANY USER=ANY ALL EXPECT NOFATAL
- Then the associated Formula needs to be created :
uxupd upr exp upr=U_FDW_MUM_COR_LOAD_PJL_MAN vupr=000 formula lform=\"=C01 AND =C02 AND =C03 AND =C04\"
Release : 6.9
Component : DOLLAR UNIVERSE
There is a "Tip" in Dollar Universe to know which command needs to be run.
When using the command "uxshw upr UPR=<MY UPROC>", you can add "cmd" at the end.
It will then display every commands that can be used to create the whole Uproc.
You may then update those commands to add what you are looking for.