• Not Answered

Referencing in Phase using alias or phase parameter ?

Hello, Experts.

I'm new to phase logic and batch in general. When doing some logic or calculations, I notice two types of referencing in phase actions. as follows:

The first utilizes an alias: SUM_CV := #EM-ALIAS#/A_VALUE.CV + R_B_VALUE.CV

OR

Second, using the phase parameter: 

P_A_VALUE.CV := #EM-ALIAS#/A_VALUE.CV;

SUM_CV := P_A_VALUE + R_B_VALUE ;

As stated above, both will produce the same output, but will there be any time delay in receiving the output when hundreds of actions will be executing in executive?

And does the time difference change when I create a phase parameter with an external parameter containing an EM reference?

Thanks in advance.