1.SYSMAN> ALF SHOW TTA* /USERNAME=MANESS /OUTPUT=ALF.TXT
In this example, the records for all terminals named TTAx that
are assigned to user MANESS are selected and directed to the
file ALF.TXT.
2.SYSMAN> ALF SHOW TTA*
This command displays only those records that start with the
string TTA.
3.SYSMAN> ALF SHOW TTA
This command displays only those records that start with the
string <nodename>$TTA.
4.SYSMAN> ALF SHOW *TTA
This command displays records that have device names ending
with TTA.
5.SYSMAN> ALF SHOW *TTA*
This command displays all records that contain the string TTA.