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.
How to extract jobs based on the condition code in JHS
-
- Posts: 145
- Joined: Fri Jun 24, 2011 7:37 pm
- Skillset: Z/os - Sysplex - DFSMS - ISPF DLT SAS ASM COBOL REXX CLIST
- Referer: WEB Search
- Location: Lowell,AR
- Contact:
Re: How to extract jobs based on the condition code in JHS
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
Systemware
Peter
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0
- 1184
-
by stel
View the latest post
Wed Sep 21, 2022 1:06 pm
-
- 0
- 995
-
by biswajit
View the latest post
Mon Mar 03, 2025 8:54 pm
-
-
how to extract a portion (e.g. fields 10 - 20) of a record
by ISPFTSOJCL » Fri Feb 26, 2021 5:33 am » in JCL - 2
- 1687
-
by enrico-sorichetti
View the latest post
Fri Feb 26, 2021 2:37 pm
-
-
-
Extract first record from multiple files
by Prasanna G » Wed Jan 13, 2021 2:14 pm » in DFSORT/ICETOOL/ICEGENER - 5
- 1751
-
by Prasanna G
View the latest post
Wed Jan 13, 2021 11:16 pm
-
-
- 1
- 1838
-
by sergeyken
View the latest post
Mon Nov 23, 2020 7:25 pm