HCL Workload Automation, Version 9.4

r11xtr

Extracts information about job streams from the database.

Syntax

r11xtr [-V | -U]
     [-m mm[yy]]
     [-c wkstat]
     [-o output]  
     [-s jstream_name]

Arguments

-V
Displays the program version and exits.
-U
Displays program usage information and exits.
-m mm[yy]
Specifies the month (mm) and, optionally, the year (yy) of the job streams. The default is the current month and year.
-c wkstat
Specifies the workstation to be reported. The default is all workstations.
-s jstream_name
Specifies the name of the job stream in which the jobs run. The default is all job streams.
-o output
Specifies the output file. The default is stdout.

Results

The MAESTRO_OUTPUT_STYLE variable specifies the output style for long object names. With value LONG, full length (long) fields are used for object names. If the variable is set to anything other than LONG, long names are truncated to eight characters and a plus sign. For example: A1234567+.

Each job stream record contains tab-delimited, variable length fields. The fields are described in Table 1.
Table 1. R11xtr output fields
Field Description Max Length (bytes)
1 workstation name 16
2 job stream name 16
3 job stream date (yymmdd) 6
4 estimated cpu seconds 6
5 multiple workstation flag (* means some jobs run on other workstations) 1
6 number of jobs 4
7 day of week (Su, Mo, Tu, We, Th, Fr, Sa) 2

Examples

To extract information about job streams on June 2004 for workstation main, run the following command:
r11xtr -m 0604 -c main 
To extract information about job streams on June of this year for all workstations, and direct the output to file r11out, run the following command:
r11xtr -m 06 -o r11out