Wildcards can be used in directory names. The syntax can display the jobs in the top level, second level or both levels of directories.
Windows Format:
Schedule> directory/job \*\*\*,\*\*
UNIX/Linux Format:
Schedule> lsjob /*/*/*,/*/*
OpenVMS Format:
Schedule> directory/job [*.*]*,[*]*
will display all jobs in all directories
Windows Format:
Schedule> directory/job \*\*
UNIX/Linux Format:
Schedule> lsjob /*/*
OpenVMS Format:
Schedule> directory/job [*]*
will display all jobs in the top level directory
Windows Format:
Schedule> directory/job \*\*\*
UNIX/Linux Format:
Schedule> lsjob /*/*/*
OpenVMS Format:
Schedule> directory/job [*.*]*
will display all jobs in the second level directories.