Check if user program statically links PAM module
search cancel

Check if user program statically links PAM module

book

Article ID: 15990

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Wants to relink the user program which is statically calling Panvalet PAM after Panvalet upgrade and/or PAM module update.

Is there any method to check a user program that statically linked PAM ?

Environment

Release: ALL

Resolution

You can check it by the PGM=AMBLIST. If the POPEN is included in a user module, the PAM is statically linked. Execute it and check the module including the POPEN as CSECT.

Sample jcl;

//        JOB
//AMBLIST  EXEC PGM=AMBLIST
//SYSPRINT DD SYSOUT=*
//SYSLIB   DD DSN=Prefix.user.loadlib,DISP=SHR
//SYSIN    DD *
 LISTIDR  DDN=SYSLIB
/*
//