I need to have some fundamental knowledge about PC call and PC routines on z/OS, because we would probably use it in our new development tasks. However, so far I can only find a very brief entry level introduction about it in IBM's knowledge center:
https://www.ibm.com/support/knowledgece ... a50043.htm
My question is: is there any more materials (websites, books, articles, etc.) about 'PC call and PC routines on z/OS' that I can use for self-study?
What I need to know include:
- What is PC routine ?
---- A bunch of callable services in a separate address space? Or anything else? Similar to RPC in X86 or not?
---- Why (in what circumstances) do we use PC routines?
- Examples?
Thank you guys!!