Select a table of sysout data sets created by JES3 internal facilities.
Use Use General Use options like --select and --metafilter to modify which rows are included in your table. Use --table to drill down to a child table and --report to output the contents of a spool data set, a MVS data set, or report instead of the table. Use --command to issue commands against the rows included in the table.
Usage
zowe ejes query zero [parameter-list] [options]
Positional Arguments
-
parameter-list
(string)
- Optional list enclosed in double-quotes. May contain optional parameters or invocation primary selection criteria. See the (E)JES Reference Manual for information for the corresponding command for details about content and the list's internal order.
EJES Connection Options
-
--protocol
| --prot
(string)
-
Protocol used to access (E)JES server.
Default value: https
Allowed values: http, https, list, help
-
--host
(string)
- The (E)JES server host name.
-
--port
(number)
-
The (E)JES server port.
Default value: 443
-
--user
(string)
- Mainframe (E)JES user name, which can be the same as your TSO login.
-
--password
| --pass
| --pw
(string)
- Mainframe (E)JES password, which can be the same as your TSO password.
-
--reject-unauthorized
| --rejectunauthorized
| --ru
(boolean)
-
--base-path
| --basepath
| --bp
(string)
- The base path for your API mediation layer instance. Specify this option to prepend the base path to all (E)JES resources when making REST requests.
-
--color-scheme
| --scheme
| --cs
(string)
-
Accessibility option: Specify the name of a color scheme. User scheme files may also be created and specified to provide better contrast or to favor easier to see colors. For a how-to, use "zowe ejes emulate batch --helpApp scheme-info". Zowe ejes log stream ignores this option as it outputs plain text by default, only colorizing when ANSI color options are specified.
Allowed values: dark, light, powershell, nono, none, user-scheme-file, list, help
Default value: dark
-
--no-color
| --nocolor
| --nc
(string)
- Accessibility option: Specify to prevent colorization of the CLI. Same effect as defining NO_COLOR or FORCE_COLOR=0.
General Use Options
General Primary Selection Options
-
--dest
(string)
-
Establish up to 8 destination filters. Filters these tables: hold, hold datasets, writer (output), writer datasets, job status, job status datasets, and job zero.
Allowed values: off, destination-mask(s), list, help
-
--jobclass
(string)
-
Establish up to 4 job class filter masks. Filters these tables: activity, input, hold, writer (output), job status, mds, and nje.
Allowed values: off, jobclass-mask(s), list, help
-
--jobname
| -j
(string)
-
Establish up to 8 job name filter masks. Filters these tables: activity, input, hold, writer (output), nje, status, and mds.
Allowed values: off, jobname-mask(s), list, help
-
--origin
(string)
-
Establish up to 4 job origin filters. Filters these tables: activity, input, hold, writer (output), job status, mds, and nje.
Allowed values: off, origin-mask(s), list, help
-
--owner
| -o
(string)
-
Specify up to 8 owner masks.
Allowed values: off, name-mask(s), list, help
Query options
Command Processing Options
Job Submission Options
Debug and Test Options
Advanced Use Primary Selection Options
Advanced Use Options
Options
-
--subsystem
(string)
- Name of the spooler to use instead of the default spooler.
Profile Options
Examples
- List the available table types for the child table.
The "list" argument may be used on any option. A table for that option will be displayed and any other work will stop. The table may display available tables, reports, columns, for positional input fields depending on the option.
Example:
* `$ zowe ejes query zero --table list`
- Provide detailed help for the metafilter option.
The "help" argument may be used on any option. Help for the option will be displayed and any other work will stop.
Example:
* `$ zowe ejes query zero --metafilter help`