How to tell which FMID's are installed
search cancel

How to tell which FMID's are installed

book

Article ID: 22087

calendar_today

Updated On:

Products

InterTest - CICS InterTest - Batch SymDump for CICS SymDump Batch

Issue/Introduction

Starting with InterTest version 10 the default installation installs four product components:

- InterTest Batch

- InterTest for CICS

- SymDump Batch

- SymDump for CICS.

 

Resolution

The following JCL will produce a list of FMID's applied to the default target zone CAIT0.  This information may be necessary during problem determination.

//LISTFMID EXEC PGM=GIMSMP
//SMPCSI    DD DISP=SHR,DSN=your.intertest.CSI 
//SMPCNTL DD *  
  SET BDY(CAIT0).  
  LIST FUNCTIONS SYSMOD.  
//