Consider this system: $$ \begin{cases} w + x + y + z = 1 \\ w + x + y + 2z = 2 \end{cases} $$ Its solution set is $\{z = 1,\, y= -w - x \;|\; w,\,x \in \mathbb{R}\}$. So, $z$ is "fixed," in a sense. Is there a general case where this happens? (In other words, what are the general conditions where the system is consistent and dependent but the general solution leaves one of the coordinates fixed?)
The dimension of the solution of the associated homogenous system is $2$, but I don't think it tells us anything.
It is too difficult to answer in general, which is why we use row operations to reduce it to 'reduced row echelon form' :$$w+x+y=0\\z=1$$
Then $x$ and $y$ are free variables, and can take any value. Since they don't appear in the equation where $z$ is the pivot variable, $z$ will be fixed.
Conversely, start with a reduced row echelon form where $z$ is fixed, and apply row operations; $z$ will still be fixed.