select
PQ.SERVERNAMERUN,
PQ.PRCSINSTANCE,
PQ.PRCSTYPE,
PQ.PRCSJOBNAME,
PQ.PRCSNAME,
PD.DESCR,
PQ.OPRID,
PQ.RUNCNTLID,
(select XLATSHORTNAME
from PSXLATITEM
where FIELDNAME = 'RUNSTATUS'
and FIELDVALUE = PQ.RUNSTATUS
) as RUNSTATUS,
PQ.RUNDTTM,
PQ.RQSTDTTM,
PQ.ENDDTTM,
PQ.BEGINDTTM
from
PSPRCSRQST PQ inner join PS_PRCSDEFN PD
on PQ.PRCSNAME = PD.PRCSNAME
where
PQ.PRCSNAME = 'SYSAUDIT'
order by PRCSINSTANCE desc;
PQ.SERVERNAMERUN,
PQ.PRCSINSTANCE,
PQ.PRCSTYPE,
PQ.PRCSJOBNAME,
PQ.PRCSNAME,
PD.DESCR,
PQ.OPRID,
PQ.RUNCNTLID,
(select XLATSHORTNAME
from PSXLATITEM
where FIELDNAME = 'RUNSTATUS'
and FIELDVALUE = PQ.RUNSTATUS
) as RUNSTATUS,
PQ.RUNDTTM,
PQ.RQSTDTTM,
PQ.ENDDTTM,
PQ.BEGINDTTM
from
PSPRCSRQST PQ inner join PS_PRCSDEFN PD
on PQ.PRCSNAME = PD.PRCSNAME
where
PQ.PRCSNAME = 'SYSAUDIT'
order by PRCSINSTANCE desc;
No comments:
Post a Comment