Hi @happy : Reading the "Combine" section here:
https://www.jmp.com/support/help/en/19.0/index.shtml#page/jmp/stepwise-regression-control-panel.shtm...
"Calculates p-values for two separate tests when considering entry for a term that has precedents. The first p-value, p1, is calculated by grouping the term with its precedent terms and testing the group’s significance probability for entry as a joint F test. The second p-value, p2, is the result of testing the term’s significance probability for entry after the precedent terms have already entered into the model. The final significance probability for entry for the term that has precedents is max(p1, p2). In either case, if a term with precedents is added to the model, the precedent terms are also added."
What appears to be happening in your case is this. Using the notation above, p1=0.75127. It is the joint F-test.
Then once in the model, it is condtional on the other term in the model. That p value is 0.75103. That is p2 in the above explanation.