Synopsis
jobschprint {-j|-J} [-sys subsystem-number](*1)
[-sys subsystem-number] is the option of Systemwalker Operation Manager EE.
Description
The jobschprint -j(-J) command outputs a list of registered job nets and jobs.
Option
-j|-J
Outputs a list of job nets and jobs which can be referenced by the user of executing the command.
-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
The following explains the items to be output.
User Name
Name of the user who executes the jobschprint command
Project Name
Project name
Job Net
Job net name
Job Name
Command (command name, batch file name/shell script name, program name, or JCL name of Job Execution Control) that is registered as a job
The job net name of the child job net is output if a child job net is output as a job.
The job net name of the linked job net is output if a linked job net is output as a job.
The batch job definition name is output if a batch framework job is output as a job.
This is output if the execution attribute is "Job Execution Control" or "Normal attribute". [UNIX]
Job Param
Parameter to be passed to command
This is not output if a batch framework job is output as a job.
This is output if the execution attribute is "Job Execution Control".
Job Name JES
Job name of the Job Execution Control
This is not output if the execution attribute is "Interstage". [UNIX]
Job Comment
Job comment
The job net comment of the child job net is output if a child job net is output as a job.
The job net comment of the linked job net is output if a linked job net is output as a job.
Previous Job Name
Name of preceding job
If a preceding job is the child job net, a job net name of the child job net that is the preceding job is output.
If a preceding job is the linked job net, a job net name of the linked job net that is the preceding job is output.
This is output if the execution attribute is "Job Execution Control" or "Normal attribute". [UNIX]
Previous Job End Code
Displays the execution condition according to the completion code of preceding job. The output format varies depending on the execution conditions, which are "By value" or "By range". For information on the judgment operators, see "4.10.2 Job Control Statement."
Judgment operator Comparison value
Previous Job End Code: GT 10 |
Judgment operator 1 Comparison value 1 and Judgment operator 2 Comparison value 2
Previous Job End Code: GT 10 and LT 20 |
Job Attr
Mode of recovery job
This is output only when a job is the recovery job. [Windows]
Recovery job
Preceding job is rerun when this recovery job is complete.
Work Unit Name
Workunit name that is registered as a job
This is output if the execution attribute is the "PowerAIM" or "Interstage". [UNIX]
Previous System Name
Name of preceding business system
This is output if the execution attribute is the "PowerAIM". [UNIX]
System Name
Business system or system name
This is output if the execution attribute is the "PowerAIM" or "Interstage" attribute. [UNIX]
Previous Work Unit Name [UNIX]
Name of preceding workunit
This is output if the execution attribute is the "PowerAIM".
Execution Day Mode
Indicates whether or not (ON/OFF) the "Valid only on startup days" on job (child job net or linked job net) is specified.
It is output if the icon type is the child job net or linked job net.
"Valid only on startup days" is specified.
"Valid only on startup days" is not specified.
Start Job
Indicates whether or not the job (child job net or linked job net) is targeted to start as a result of startup operation or when execution conditions are met.
It is output if the icon type is the child job net or linked job net and "Valid only on startup days" is set to "ON".
Targeted to execute
Not targeted to execute
Rerun Job
Indicates whether or not the job (child job net or linked job net) is targeted to rerun when re-execution is performed.
It is output if the icon type is the child job net or linked job net and "Valid only on startup days" is set to "ON".
Targeted to rerun
Not targeted to rerun
Or Mode
Indicates whether or not (ON/OFF) "Wait for preceding job using OR condition" is specified.
"Wait for preceding job using OR condition" is specified.
"Wait for preceding job using OR condition" is not specified.
This is output if the execution attribute is "Job Execution Control".
Output Example
An example "Job List" which is an output result of this command, is shown below.
Job List date: 02/25/2015 time: 15:20 User Name: johnson Project Name: GeneralAffairsDept Job Net: selling Job Name: management1.bat Job Param: -file data1.dat Job Name JES: management1 Job Comment: CustomerInquiry Job Name: management2.bat Job Param: -file data2.dat Job Name JES: j123 Job Comment: CreditDetails Previous Job Name: management1.bat Previous Job End Code: GT 10 Project Name: GeneralAffairsDept Job Net: customer Job Name: management.bat Job Param: -file data2.dat Job Name JES: j124 Job Comment: CustomerManagement Job Net: accounting
The configuration of the job net in the above example is shown below.