Previous Topic: POSIT Keyword—Class POSIT NumberNext Topic: PRIVPGM Keyword—Specify Programs in Control


PREFIX Keyword—Record Matching by Partial Key

Valid on z/OS.

Use the PREFIX keyword to specify that all record matching is performed using the data entered as a partial key.

This keyword has the following format:

TSS LIST(STC) PROCNAME(ASSEM) PREFIX
TSS LIST(SDT)
TSS LIST(RDT)
TSS LIST(FDT)

Examples: PREFIX keyword

This example lists the FDT table using the PREFIX option:

TSS LIST(FDT) FDTNAME(xxxxxxxx) PREFIX

This example lists the RDT table using the prefix option:

TSS LIST(RDT) RESCLASS(xxxxxxxx) PREFIX

This example lists the STC table using the prefix option:

TSS LIST(STC) PROCNAME(xxxxxxxx)PREFIX
TSS LIST(STC) ACID(xxxxxxxx)PREFIX
TSS LIST(STC) PROCNAME(xxxxxxxx)ACID(xxxxxxxx)PREFIX

This example lists the SDT table using the prefix option:

TSS LIST(SDT) TIMEREC(xxxxx) PREFIX