Valid on z/OS, VSE, and z/VM.
Use the MASKDATA keyword to add, remove, or replace a MASKDATA field in the MASK record of the SDT Record. MASKDATA allows the administrator to specify field characteristics and a mask‑character‑string used to overlay the protected field within an associated RECORD.
If using RLP:
This keyword has the following format:
TSS ADDTO(SDT) MASKREC(mask‑name)
MASKDATA(field‑definition
Contains the layout of the field to be masked. You can specify up to five fields on each MASKDATA keyword. Each field‑definition operand consists of five sub‑fields:
Specifies a field name unique to this MASK record. The name can consist of letters, digits, or national characters and can be qualified with periods (.), underscores (_), or hyphens (‑).
Range: Up to 24 characters
Indicates a field type. Replace type with one of these values:
Indicates an up to five‑digit initial position (relative to 1) for the field value that must not exceed the record length.
Indicates a decimal value for the length of the masked field.
Range: 1 to 44
Indicates a mask value that can contain letters, numbers, and special characters. However, the mask value must match the field's data type. See the table below for specific rules.
Size: Up to 44‑character
Note: Do not use quotes to surround the mask unless they are actually included in the mask.
The following table illustrates a mask‑field type and its respective mask‑field literal type:
|
Field Type |
Literal Character‑Set |
Left Sign |
|---|---|---|
|
CHAR |
Alphanumeric |
No |
|
BIN |
{0,1} |
Yes |
|
HEX |
0‑F |
No |
|
PACKED |
0‑9 |
Yes |
|
ZONED |
0‑9 |
Yes |
This keyword is used with:
|
Copyright © 2009 CA.
All rights reserved.
|
|