Synopsis
jobschprint -r [project name/] job net name [-detail]
[-operate] [-sys subsystem-number](*1)
[-sys subsystem-number] is the option of Systemwalker Operation Manager EE.
Description
The jobschprint -r command outputs the information defined in the job net control statements and job control statements.
Options
-r
Outputs the information of registered job nets in the format of the job net control statement specified by using the jobschsetnet command.
project name
Specifies the name of the project that contains the job net information. Among the projects that can be browsed by the user executing the jobschprint command, if there is only one project where a job net is registered, this option can be omitted.
job net name
Specifies the name of the job net whose information is to be output.
-detail
Outputs "jobschprintr" control statements (bit pattern for three years). Specify this option when you want to register the job net start days including exception days by using the jobschsetnet command.
-operate
Outputs "operate" control statements ("paused" or "disabled" states resulting from operations). If this option is omitted, "operate" control statements will not be output.
-sys subsystem-number
In the system with multiple subsystems, this option is used to specify the subsystem that you want to operate. Specify the target subsystem number using a range of 0 to 9. If omitted, the default is subsystem 0.
Command Location
Windows | Systemwalker Operation Manager installation directory\MpWalker.JM\bin |
Solaris | /usr/bin |
Output Items
For details on the output items, see "4.9.1 Job Net Control Statement" and "4.9.2 Job Control Statement."
Output Example
An example output result of this command is shown below.
NET jobnetname selling jobnetcomment SalesManagement starttime 2000 holidayshift IGN execattr JES copystart ON jobnetsavenumber 10 defaulthost queen operate NONE job 2 ; JOB jobname management1.bat jobnumber 1 jobparam -file data2.dat jobcomment CreditDetails pre_job 1 jobicon FWAT execuser administrator stdoutfile c:/tmp/exec.log stdoutfile c:/tmp/error.log priority -10 envname INPUT envvalue FILE envname OUTPUT envvalue DAT iconposition 1,1 operate NONE ; JOB jobname child1 jobnumber 2 pre_job 1 jobicon JNET iconposition 1,2 ;