Why does the APPLID still show in the TPX menu after removing the APPLID from the profile?
TPX® Session Management for z/OS
It is possible the APPLID is defined in another profile or defined at the User level.
//BATCHADM EXEC TPXPROC,VNOE='*BATCH*'
//EXTFIL1 DD UNIT=SYSDA,SPACE=(CYL,(1,1)),DISP=(MOD)
//RPTFIL2 DD SYSOUT=*
//SYSIN DD *
C
C List profiles and sessions with applid: XXXXXXXX <<<< Where XXXXXXX is the APPLID
C
EXTRACT GIVING(EXTFIL1) PROFILE AND MATCHING SESSIONS
(PENTAPPL(XXXXXX))SET RTITLE1
' Profile SessionID ApplID Start ACL Group Owner Member Inv'
SET RTITLE2
' ======== ========= ======== ========= ======== ======= ======= ==='
REPORT GIVING(RPTFIL1) USING(EXTFIL1)
((' &PIDXNAME' '&PENTUSER' ' &PENTAPPL' ' &PENTSCRP' ' &PIDXGRP'
' &PENTHLNM' '&PENTHLID' '&PENTOPTI'))