Below are some possible filter examples for the "Objects" pane.
The possible field names are shown by using Select fields... menu from the Objects folder.
Note: The filter must contain valid SQL syntax used in a where clause.

Examples:
OBJNAME = 'QAPYJWDFN'
OBJATTR = 'PF'
OBJTEXT LIKE '%SQL FUNCTION%'
OBJOWNER = 'MCCARGAR'
OBJTYPE IN('*PGM', '*SRVPGM')
KBSIZE > 1
