When I run the tool ucybdbrt I get data from processes started 10am previous day to current day 10am.
I want to get the data from the time I run this tool ucybdbrt, how can I do that?
My xml as below:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<QUERY version="12.0.3">
<file separator=";" type="HTML">PTCR.html</file>
<client>0400</client>
<max_rows>50000</max_rows>
<source>STATISTICS</source>
<reference>
<date>TODAY</date>
<offset>-24</offset>
</reference>
<selection>
<include name="OBJECT_TYPE" value="JOBS"/>
<include name="OBJECT_NAME" value="PTCR*"/>
</selection>
<output order="ascending" sort="START_TIME">
<field name="OBJECT_NAME"/>
<field name="START_TIME"/>
<field name="END_TIME"/>
<field name="RUNTIME"/>
<field name="HOST"/>
<field name="LOGIN" />
<field name="STATUS"/>
<field name="RETCODE"/>
<field name="RUN_NUMBER"/>
<field name="OBJECT_TYPE"/>
</output>
</QUERY>