Valid on z/OS, z/VSE, and z/VM.
Use the SEGMENT keyword to perform the following tasks:
This keyword has the following format:
TSS ADDTO|LIST(FDT) SEGMENT(segmentname)
Specifies the name of the segment.
Range: 1 to 8
Default: BASE
The pre-defined CA Top Secret segments are as follows:
This keyword is used with:
This example includes a field called $ACCTS in a segment named TAXINFO:
TSS ADDTO(FDT) FDTNAME($ACCTS)
FDTCODE(1E)
SEGMENT(TAXINFO)
MAXLEN(12)
DISPLAY('SALARY ACCT')
This example finds all field names in the TAXINFO segment:
TSS LIST(FDT) SEGMENT(TAXINFO)
This example lists all fields associated with the specified SEGMENT:
TSS LIST(JDoe) SEGMENT(IMAPDATA)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|