Previous Topic: Example: REALMNAME keywordNext Topic: Examples: RECDATA keyword


RECDATA Keyword—RECORD Field Characteristics

Valid on z/OS, z/VSE, and z/VM.

Use the RECDATA keyword to specify field characteristics associated with a RECORD. Administrators can add, remove, or replace a RECDATA field in the RLP record of the SDT Record.

This keyword has the following format:

TSS ADDTO(SDT) RECORD(rlpname)
               RECDATA(fielddefinition)
field‑definition

Contains the layout of the field to be masked. You can specify up to five fields on each RLP keyword. Each field‑definition operand consists of four sub‑fields:

fld‑name

Specifies a field name unique to this RLP record. The name can consist of letters, digits, or national characters and can be qualified with periods (.), underscores (_), or hyphens (‑).

Size: Up to 24 characters

type

Indicates the field type. Replace type with one of these values:

  • CHAR. Specifies any of the EBCDIC characters, left‑justified and padded with blanks.
  • BIN. Specifies up to 16 decimal digits with optional sign. If no sign is specified, a positive value is assumed.
  • PACKED. Specifies up to 16 decimal digits with optional sign. If no sign is specified, a positive value is assumed.
  • ZONED. Specifies up to 16 decimal digits with optional sign. If no sign is specified, a positive value is assumed.
  • HEX. Specifies up to 256 hexadecimal digits (0‑F) left‑justified and padded with nulls (X"00").
offset

Specifies a five‑digit initial position (relative to 1) of the data field.

length

(Optional) Specifies the length of the data field. If the length field is omitted, it indicates a length large enough to include the rest of the record.

Size: Up to 44 characters

This keyword is used with: