How to extract jobs based on the condition code in JHS



All other tools like QACenter, Strobe, Endevor, Telon, APAS, Scheduler, Auditor, DATA-XPERT, CoolGen, Intertest, AdvantageGen, COBTEST etc.

How to extract jobs based on the condition code in JHS

Postby jobateast » Mon Dec 24, 2012 5:34 pm

Please help me in extracting job information based on the condition code from JHS - Job History System.
I am not familiar with JHSPRINT. I have a sample sysin to retrive job information based on start time & end time.
//JHSSTEP EXEC PGM=JHSPRINT
.
.
.
//SYSIN DD *
OPTIONS MAXJOBS(5)
LOGON SYSTEM(JHS) FROMSYS(BATCH)
PRINT JOB(JOBNAME) OUTFILE(OUTFILE1) -
FROMSTARTDATE(122312) FROMSTARTTIME(1800) -
TOENDDATE(122412) TOENDTIME(1759) DSID(2) -


All I need is the syntax to include condition code in the above sysin to pull the abended jobs info to a dataset but I am not familiar with the same (something like CONDITIONCODE(U0200))
Note: This information is not available in PF1.
jobateast
 
Posts: 4
Joined: Tue May 04, 2010 4:57 pm
Has thanked: 1 time
Been thanked: 0 time

Re: How to extract jobs based on the condition code in JHS

Postby Peter_Mann » Mon Dec 24, 2012 9:46 pm

If you have JHS licensed you should have the Documentation, the Users Guide ,I belive you have access to the guide via the vendor's site
Systemware
Peter
Peter_Mann
 
Posts: 145
Joined: Fri Jun 24, 2011 7:37 pm
Location: Lowell,AR
Has thanked: 15 times
Been thanked: 3 times


Return to All Other Tools

 


  • Related topics
    Replies
    Views
    Last post