CNTLCARD Keywords

COPY — Required. The data source type. Valid values are DB2 or VSAM. Any other value causes the job to terminate with RC=12.

INDD(ddname) — Required. The DD name of the input data record dataset. Must begin with a letter and contain only alphanumeric characters. A DD name that begins with a digit or contains special characters causes the job to terminate with RC=12.

TABLE(name) — Required. The name of the target tableBASE table. Must correspond to a valid member in the table library.

VTSTSR(name) — The name of the VTS or TSR to load the table into. Must begin with a letter and contain only alphanumeric characters. Specify VTSTSR() to skip VTS/TSR loading.

TLIB(ddname) — The DD name of the target table library. Follows the same naming rules as INDD. Specify TLIB() to skip library storage.

PUNCH(ddname) — DB2 only. Required for DB2 sources. The DD name of the DB2 Punch File dataset. Must begin with a letter and contain only alphanumeric characters.