IND$Detect configuration parameters
You can use the IND$Detect (formerly IND$defender) parameters to configure the use of the IBM PC 3270 File Transfer Program, commonly known as IND$FILE. These parameters do not use a statement-type name or continuations, and the configuration statement can be as long as required.
For information about general parameter syntax, see Parameter-file-statements.
Parameter | Description |
---|---|
ALLOCwith(""|"additionalBPXWDYNParameters") | Specifies additional BPXWDYN parameters to use when allocating the library that contains the IBM IND$FILE You can enter multiple BPXWDYN parameters, separated by one or more blanks, enclosing the entire string in double quotation marks. Do not use any BPXWDYN parameters that include or conflict with ALLOC, DD, DSN, REUSE, SHR, or MSG. For more information about BPXWDYN, see IBM documentation. If you omit ALLOCwith, the default is "" (null string) (that is, no additional parameters). |
INSTance(8|instance) | Specifies the BMC AMI Datastream for z/OS instance number for the API Unless you specify SENDto(API), this parameter is validated but otherwise ignored. Enter a number from 8 to 255. For information about BMC AMI Datastream instances, see START-command. If you omit INSTance, the default is 8 (eight). |
LIBrary(SYS1.CMDLIB|libraryName) | Specifies the name of the PDS or PDSE containing IBM IND$FILE, APVUFILE, or both Enter a z/OS data set name of 1 to 44 characters. If you omit LIBrary, the default is SYS1.CMDLIB. |
PROGram(aliasName|programName) | Specifies the name of the IBM IND$FILE or APVUFILE program Use this parameter only if you have renamed the IBM IND$FILE, APVUFILE, or both. Enter a name of 1 to 8 characters. If you omit PROGram, the default is the alias name by which IND$Detect is invoked (normally IND$FILE or APVUFILE). |
SENDto(SMF|API) | Specifies the destinations to which IND$FILE events should be sent Enter API, SMF, or both separated by one or more blanks:
If you omit SENDto, the default is SMF. |
SMF(202|recordType) | Specifies the SMF record type number for IND$FILE events This parameter is validated but otherwise ignored unless you specify SENDto(SMF) or allow it is the default value. Enter a number from 128 to 255. You can enter the number as a decimal integer, or in hexadecimal by using either mainframe (X'CA') or C format (0xca). If you omit SMF, the default is 202. |
TRACE(traceSpecifications) | Specifies that IND$Detect should output trace messages to the 3270 terminal session |