When assembling a program getting the following error message:
IEW2456E 9207 SYMBOL POPEN UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL PSRCH UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL PREAD UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
IEW2456E 9207 SYMBOL PCLOSE UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
POPEN, PSRCH, PREAD and PCLOSE are parts (CSECTS) of the Panvalet PAM module found in the Panvalet CBA3LINK library.
1) Add the CBA3LINK library to the SYSLIB concatenation in the link edit / binder step
2) Add an INCLUDE SYSLIB(PAM) control statement to the link edit / binder statements