CICS help. Can a user do a cross memory post from "cics" to another address space. I have code that runs from a cics exit and after some work is done, I want to post another task.
I am constantly running into APF auth issues, since it is apparent users cannot run authorized. I am not looking to create storage outside of cics or change modes; I am looking to post to another address space. I am able to access my cblk (where I retrieve my ecbkey, ascb, etc.) from csa. I receive 302 - x'4c' everytime. I have removed linkage=system and tried all sorts of things on my post call.
Thank you!
Appreciate any input.
I am constantly running into APF auth issues, since it is apparent users cannot run authorized. I am not looking to create storage outside of cics or change modes; I am looking to post to another address space. I am able to access my cblk (where I retrieve my ecbkey, ascb, etc.) from csa. I receive 302 - x'4c' everytime. I have removed linkage=system and tried all sorts of things on my post call.
Thank you!
Appreciate any input.