Nodal stresses are a globally computed quantity and are thus not easily accessible inside an element, where the Gauss point stress are normally used.
It seems unlikely that you actually need the nodally projected stresses inside an element. You should be able to make do with the Gauss point stresses.
Nonetheless, if you really need the nodal stresses inside an element, you will first need to compute them globally, say, using the STREss,NODE
command at the Macro prompt. Then you can find them in the arrary hr( * ) at location npnp+numnm (in blocks of length istv). See the files
pparaview.f and p_paraview.f in the program folder to understand what you will find in hr( * ) and how to access the values.