This section describes how to list the FDT.
Listing the Entire Record
The following TSS LIST command function lists the entire FDT including both predefined and user-defined fields.
TSS LIST(FDT)
Listing a Field
The following TSS LIST command function lists a specific field.
TSS LIST(FDT) FDTNAME(field-name)
Lists an up to eight-character field with its associated display and segment in the FDT Record, and allows one field-name per command that can be a letter, number, or special character.
For example, you can list the HPHONE field that also gives you its associated display and segment by entering the command shown below.
TSS LIST(FDT) FDTNAME(HPHONE)
Listing a Field Code
The following TSS LIST command function lists a specific field code which must be a user-defined field.
TSS LIST(FDT) FDTCODE(hex-code)
Lists a user-defined field code in the FDT Record when FDT is the target ACID name, and allows one hex-code per command with a value ranging from 01 to FF.
For example, you can list hex-code 01 by entering the command shown below.
TSS LIST(FDT) FDTCODE(01)
Listing a Segment
The following TSS LIST command function lists a specific segment-name and its associated fields and displays.
TSS LIST(FDT) SEGMENT(segment-name)
Lists an up to eight-character segment-name with its associated field and display in the FDT Record, and allows one segment-name per command, that can be a letter, number, or special character.
For example, to list the segment HPHNATTR to which the home area code and phone number belong, enter the command shown below.
TSS LIST(FDT) SEGMENT(HPHNATTR)
Listing a Display
The following TSS LIST command function lists a specific display.
TSS LIST(FDT) DISPLAY(display-name)
Lists up to an 11-character display-name with its associated field and segment in the FDT Record, and allows one display-name per command that can be a letter, number, or special character.
For example, to list the HPHNUM field to which the home area code and phone number belong, enter the command shown below.
TSS LIST(FDT) DISPLAY(HPHNUM)
You can limit the authority of an ACID to only listing the FDT, by assigning the MISC8(LISTRDT) authority.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|