Skip to content

ZosJobFolder

The ZosJobFolder object represents a single job folder. This object can be obtained using the JobFolder property of ZosServer or the Item property of ZosJobFolders.

ZosJobFolder Properties

ZosJobFolder exposes the following properties:

Property Type R/W Description
Name String R Name of the folder.
Path String R Full path name of the folder.
Subfolders Object (IZosJobFolders) R Collection of all subfolders for this folder.
QueryType String R/W Type of job query. Can be "QN" (name), "QP" (prefix), "AP" (active prefix), "AU" (active userid), or "A" (all active).
QueryArgument String R/W Query search argument is job name, prefix, or userid. Default argument is logged-on userid.

...

Back to top