Customizing the IBM Application Delivery Foundation for z/OS® Common Components server

See IBM Application Delivery Foundation for z/OS® Common Components Customization Guide and User Guide for information about installing the ADFzCC server.

A sample Fault Analyzer configuration file for the ADFzCC server is provided as member IDIGSVRJ in data set IDI.SIDISAM1:
CONFIG=FA
SPAWN_PROGRAM=IDIGMAIN
SPAWN_REGIONSZ=500 ❶
SPAWN_JOBNAME=IDISVRF
SPAWN_PARMS_SECTION
ISPF_PROF_DSN=&USERID..ISPF.ISPPROF ❷
ISPF_APPL=IDI ❸
The parameters you might need to change are as follows:
Increase SPAWN_REGIONSZ if downloading extremely large fault entry minidumps with more than 80,000 pages.
Change &USERID..ISPF.ISPPROF if a different data set is used for ISPF profile members.

&USERID is replaced by the user ID of the connected user. For example, if the user ID is FRED, and the ISPF application ID in ❸ is IDI, then the ISPF profile is retrieved from FRED.ISPF.ISPPROF(IDIPROF).

To use only a part of the user ID as the substitution value, substring specification can be used (for details, see Symbol substring specification). For example, to use only the first 3 characters of the user ID as the high-level qualifier, specify &USERID(1:3)..ISPF.ISPPROF.

Change IDI if a different ISPF application ID is used for Fault Analyzer. The default value is IDI.