Default language.

Limited supportBMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Load for Db2 13.1.

INDDN


INDDN specifies the DD name that BMC AMI Load uses to read the input data.

INDDN_BQU1777.png

The INDDN value tells BMC AMI Load which DD statements in your JCL are input data sets. For more information about input data sets, see SYSREC.

Enclosing the INDDN value within parentheses is optional.

Multiple data sets

If you specify INDDNPFX, BMC AMI Load finds any DD statement that begins with the ddname prefix that you specified in INDDN. If you do not specify INDDNPFX, BMC AMI Load treats the INDDN value as a static value.

Important

If the CONTINUEIF-condition option is specified on the LOAD command, BMC AMI Load ignores the INDDNPFX option.

To use multiple input data sets, specify only the ddname prefix in INDDN. For example, if you enter the following syntax, BMC AMI Load reads input data to all DD statements that begin with the prefix TDATA followed by valid alphanumeric or national ($, #, or @) characters to complete the eight-character DD or OUTPUT name:

//TDATA01    DD DISP=SHR,DSN=BMC.SOFTWARE.TEST.DATA01   
//TDATA02    DD DISP=SHR,DSN=BMC.SOFTWARE.TEST.DATA02  
//TDATA03    DD DISP=SHR,DSN=BMC.SOFTWARE.TEST.DATA03
//SYSIN      DD *
LOAD DATA INDDN TDATA RESUME YES INDDNPFX
         INTO TABLE BMC.TABLE1

BMC AMI Load reads input data to all of the following DD statements:

  • //TDATA
  • //TDATA0
  • //TDATAA
  • //TDATA@
  • //TDATA00
  • //TDATA01
  • //TDATAAA
  • //TDATA1B

The following messages indicate:

  • The DD statements that BMC AMI Load has selected
  • The number of rows that BMC AMI Load has read from each file
NGTL194 INDDN LOAD SELECTING DDNAME TDATA01.
NGTL194 INDDN LOAD SELECTING DDNAME TDATA02.
NGTL194 INDDN LOAD SELECTING DDNAME TDATA03.

NGTL901 10 ROWS READ FROM TDATA01        
NGTL901 6,000 ROWS READ FROM TDATA02     
NGTL901 3,028 ROWS READ FROM TDATA03

Important

When you specify INDDN, ensure that the prefix does not allow BMC AMI Load to select ddnames in your JCL or OUTPUT statements that are unrelated to your SYSREC data sets. For example, if you specify INDDN SYS, BMC AMI Load selects input data sets that include the following statements:

  • SYSPRINT DD statement
  • SYSIN DD statements
  • OUTPUT SYSCOPY (if you specified that OUTPUT statement)

INDDN.png

The INDDN value tells BMC AMI Load which DD statements in your JCL are input data sets. For more information about input data sets, see SYSREC.

If you specify this keyword, you must allocate the specified DD name. The DD name must reference an existing data set. The data set can be of fixed or variable format (blocked is also valid). The data set must be readable by the basic sequential access method (BSAM).

Important

  • The INDDN and INDSN options are mutually exclusive. Using both options together causes a syntax error. For more information about INDSN, see INDSN.
  • If you do not specify INDSN on your LOAD command and you use the default ddname SYSREC in your JCL, you do not need to use this option. However, if you want to use a ddname other than SYSREC, you must specify it both in this option and in your JCL.

As an alternative to specifying an input data set name in your DD statement, you can use the OUTPUT command. The OUTPUT-command-for-BMC-AMI-Load must reference an existing input data set.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*