▲ 7 r/mainframe
IOPCB Pointer IMS
PSBGEN LANG=PLI,PSBNAME=TESTTRAN,CMPAT=YES
END
For an online IMS transaction, if my PSB looks like above, will the IMS pass the IOPCB pointer to my procedure automatically? It’s a very minimal skeleton PLI program just for testing, however it keeps crashing with S0C4.
TESTTRAN: PROC(IOPCB_PTR) OPTIONS(MAIN);
DCL IOPCB_PTR ALIGNED POINTER;
u/zimcoastal — 5 days ago