based on a 2012 post by IBM member cww, i'm trying to use the topic function in a pl/1 program (on V4.R5.M0 sadly), but the link fails - no doubt a library is missing from the JCL. However This appears to be a C/C++ runtime library!!!
the pl/1 dcl of the function is this:
dcl getcpuid ext('__get_cpuid') entry(char(11) byaddr)
returns(optional fixed bin(31))
options( linkage(optlink) nodescriptor );
the link error is
IEW2456E 9207 SYMBOL __get_cp UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
Anyone have any suggestions? E.G. go ask a C/C++ developer where it might be - i don't go there myself.
thanks in advance,
Mike
MikeUK