Question:
Why does the APPLID still show in the TPX menu after removing the APPLID from the profile?
Answer:
It is possible the APPLID is defined in another profile or defined at the User level.
1. Check the User level for the APPLID
2. You can check the other Profiles for the APPLID by running the following batch job:
//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'))