How to find out what PTF level an ACF2 module is at without using SMP/E
search cancel

How to find out what PTF level an ACF2 module is at without using SMP/E

book

Article ID: 209200

calendar_today

Updated On:

Products

ACF2 - z/OS ACF2 ACF2 - MISC

Issue/Introduction

Is there a way to find out if a PTF is active on the system without using SMP/E?

Environment

Release : 16.0

Component : CA ACF2 for z/OS

Resolution

To verify a specific PTF is active (for example SO14802), issue the following TSO command: 

  • CAMODID PTF(SO14802) SYSTEM DETAIL

To check a specific module (for example ACFA402F), enter the TSO command:

  • CAMODID LMOD(ACFA402F) SYSTEM DETAIL
    The RMID shows the latest PTF installed onto this module.

If the previous command does not work, verify which modules were affected by looking up the specific PTF and verify which load module the CSECT is in, then issue the following commands:

  • TSO ISRDDN
  • Then type and enter: LINK
  • S modulename
  • Tab down to the box and enter.
  • From here the RMID is visible