Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

6.13 stemprint -n(-N) Command

Synopsis

stemprint {-n|-N} [-d MMDD | -p project name] [-toplevel]
       {[-long]|[ -csv [ -title ]]} [-sys subsystem number]

Description

The stemprint -n(-N) command outputs the current status of a job net.

Options

-n|-N

Outputs the current status of a job net that can be browsed by the user executing the command.

When the -d option or -p option is not specified, current status of the job net being registered to the Schedule by dates project on that day is output.

-d MMDD

Outputs status of the job net that is registered to all the Schedule by dates projects on the specified process date.

A process date is specified in the mmdd format.

-p project name

Outputs the current status of the job net being registered to the specified project.

-toplevel

This option outputs only single-level job nets or the first level of multi-level job nets. It does not output child job nets or linked job nets.

-long

Outputs the "Job Net" and "Job Net Comment" output items up to the maximum length.

-csv

Outputs the current status of the job net in CSV format.

You can save the output in a file and manage the current status of job net with spreadsheet software. (Note)

Note:

Before loading the above output to the spreadsheet software, it must be translated to the character code supportable by the software.

-title

The tile line is output in the first line. It is specifiable only when -csv option is specified.

-sys subsystem number

In systems with multiple subsystems, this option is used to specify a subsystem as operating target. Specify operating target subsystem number using a range of 0 to 9. If this option is omitted, the subsystem number 0 is specified.

Return Values

0:

Completed

A value other than 0:

Abended

Command Location

Windows

Systemwalker Operation Manager Installation Directory\mpwalker.jm\bin

Solaris
HP-UX
AIX
Linux

/opt/FJSVstem/bin

Privilege Required

This command is executable with the general users' privileges.

Execution Results/Output Format

Completed:

-csv option is not specified

Completed:

-csv option is specified

Abended:

Error contents are output to the standard output.

Output Items

The following explains the items to be output.

User Name

Name of the user who has executed stemprint command

It is displayed when the -csv option is not specified.

Host Name

Host name of the server that has executed stemprint command

It is displayed only when the -csv option is specified.

Sub System

Subsystem number to be operated

It is displayed only when the -csv option is specified.

Project Name

Project name

Job Net

Job net name

The first 8 bytes will be displayed. If the -long option is specified, the entire 50 bytes will be displayed.

Job Net Comment

Job net comment

The first 24 bytes will be displayed. If the -long option is specified, the entire 100 bytes will be displayed.

Status

Status of the job net

The relevant status is selected from the following thirteen and displayed.

Normal:

Completed (Completion code: 0)

Pseudo:

Pseudo-normal (Completion code: From 1 to the upper limit of the normal completion code)

Abend:

Abended (Completion code: From upper limit of normal completion code+1 to 255)

Forced:

Cancel (Completion code: 256)

Warning:

Warning

Execute:

Executing

Wait:

Waiting

Pause:

Paused

Disable:

Disabled

Coped:

Confirmed

CarryOver:

Carried over

StartDelay:

Start delayed

EndDelay:

End delayed

Note that the "pseudo-normal" state is displayed as the "Completed" if the pseudo-normal option is not selected in the [Define Jobscheduler Startup Parameters] window.

Scheduled Time

Scheduled startup time

It is displayed in "MM/DD/YYYY hh:mm" format.

Start Time

Start date and time of the job net's previous execution

It is displayed in "MM/DD/YYYY hh:mm" format.

End Time

End date and time of the job net's previous execution

It is displayed in "MM/DD/YYYYhh:mm" format.

Completion Code

Completion code of the job net