IEW2456E error messages for Panvalet POPEN , PSRCH, PREAD and PCLOSE
search cancel

IEW2456E error messages for Panvalet POPEN , PSRCH, PREAD and PCLOSE

book

Article ID: 381537

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

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.

 

 

Resolution

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