Previous Topic

Next Topic

Type job history data (type/history or morehist)

The TYPE command will type out the various list sections that can be associated with a history file.

Windows/OpenVMS Format:

type/history job_name [/qualifiers]

UNIX/Linux Format:

morehist job_name [-qualifiers]

Qualifier Summary

Selection Qualifiers:

/from or -from (or since) = date

/to or -to (or before) = date

/queue or -queue = letter [,letter]

/set_id or -set_id = number (default = all)

/node or -node = target_node

Column section qualifiers:

/full or -full

/step or -step

/job or -job

/statistics or -statistics

/log_date or -log_date

/submit or -submit

/event or -event

Examples

Windows:

Schedule> type/history santrans/job 
 \jlee\santrans 
 May 3, 2013, 10:56   r  msg comp     23. \jlee\default (892) 
May 3, 2013, 10:54 r msg comp 23. \jlee\default (892)
May 3, 2013, 10:54 r msg comp 23. \jlee\default (892)
May 3, 2013, 10:53 v msg failed 23. \jlee\default (892)

OpenVMS:

Schedule> type/history santrans/job 
 [jlee]santrans 
 May 3, 2013, 10:56   r  msg comp     23. [jlee]default (892) 
May 3, 2013, 10:54 r msg comp 23. [jlee]default (892)
May 3, 2013, 10:54 r msg comp 23. [jlee]default (892)
May 3, 2013, 10:53 v msg failed 23. [jlee]default (892)

UNIX/Linux:

Schedule> type/history santrans -job 
 /jlee/santrans 
 May 3, 2013, 10:56   r  msg comp     23. /jlee/default (892) 
May 3, 2013, 10:54 r msg comp 23. /jlee/default (892)
May 3, 2013, 10:54 r msg comp 23. /jlee/default (892)
May 3, 2013, 10:53 v msg failed 23. /jlee/default (892)

Qualifiers

/hostname or -node =hostname

The qualifier specifies what node (either local or remote) you want the operation performed on.

/event or -event

The EVENT option adds to the display the column of event data (the letter of the event queue and the very brief event description).

/from or -from=date

The FROM qualifier specifies that only those history entries that are dated after the specified date are to be displayed. The date specified can be either an absolute time or a combination time. The default date is the current time.

/full or -full

The FULL option displays all the known attributes of a history file.

/job or -job

The JOB option displays the job_name in the history file.

/log_date or -log_date

The LOG_DATE option displays the date a job was logged in.

/queue or -queue=letter [,letter]

The QUEUE qualifier will select entries originating from the specified scheduling queue. The default is B, E, F, G, H, I, K, L, R. Enclose multiple queue letters in parentheses. INCLUDE>(hist:qua_set_tag.sdml)

/statistics or -statistics

The STATISTICS option displays the various statistics of a job, including start time, I/O, elapsed time, etc..

/step or -step

The STEP option adds to the display the column of step data.

/submit or -submit

The SUBMIT option displays the queue on which a job was submitted and the position in the queue.

/to or -to=date

The TO qualifier specifies that only those history entries that are dated earlier the specified time are to be displayed. The date specified can be either an absolute time or a combination time. The default date is the current time.

See Also

HISTORY commands

Delete job history data (delete/history or rmhist)