Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


3.6.4 Using multiple OR conditions for output of job definition script operation information

The adshevtout command outputs the job definition script operation information for the job that satisfies all the conditions specified in the arguments.

If you want to output the information that satisfies any one of multiple conditions, execute as many adshevtout commands as there are OR conditions, and then output the concatenated job definition script operation information to a single CSV file.

The following example outputs concatenated job definition script operation information to the outfile file.

adshevtout  -d                                    >  outfile
adshevtout  -t  option-specifying-condition-1        >> outfile
adshevtout  -t  option-specifying-condition-2        >> outfile
     :
adshevtout  -t  option-specifying-condition-n        >> outfile

You output operation information that satisfies multiple OR conditions by executing the adshevtout command in this manner.