What features are available within ACF2 to find out all the defined resource type codes?
Use the ACF command: SHOW RSRCTYPE
From TSO, get into ACF mode:
- on any ISPF command line, enter TSO ACF
Then issue: SHOW RSRCTYPE
Full command syntax:
SHOW RSRCTYPE(null | R | D)
Displays all of the resource type codes that are defined in your Infostorage database.
null-displays all R type and DB2 type resource types defined.
D-displays all DB2 type resource types defined.
R-displays all R type resource types defined.