Valid on z/OS, z/VSE, and z/VM.
Use the SEGMENT keyword to:
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 predefined CA Top Secret segments are:
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)
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|