Question about FIX statement
Summary
Question about FIX statementContent
If I have a fix statement that lists a member twice, does that mean that the calc scripts runs the operation on it twice? I understand that it goes by blocks, and a block is created for every unique combination of sparse members. So if a sparse member is mentioned twice in the fix, does it mean it will calculate all blocks for that member twice?
What happens if a Dense member is mentioned twice?
P.S. I have already fixed the fix so it does not have multiple listings of the same member and I saw the time improve, so I was wondering what was going on in the background.
0