IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Decompress data from JMR log file


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
CRA-rxk718

New User


Joined: 22 Apr 2022
Posts: 3
Location: canada

PostPosted: Fri Apr 22, 2022 3:16 am
Reply with quote

JMR captures job details that are held on a daily JMRLOG file, it is used by the JMR process to retrieve jobs into JMR. I have about 50 daily jobs that produce exception codes and stats to their job sysout, I am attempting to automate my process of monitoring my daily job results by extracting info from the SYSP.JOBLOG.JMR22103, the data on this VB file is compressed.
I have run a simple SORT with a String Search to extract the data i am looking for into VB file, I would like to use a utility program to decompress the data.

Of course my other option is to capture my run stats and exception codes into a mod file from all my daily jobs by applying modification's to the JCL and the COBOL code. I am hoping for a work around, also this would provide me with details from previous jobs run over the last two years.

Here is the data in my file, unfortunately the form font shrinks the first line of data second and third line is the hex equivalent.

.b.å.A-Æ.paÎo.qs.j³
141C0C683987505A25F
325A010A57166C8251A
--------------------

I am not even sure if this is possible to do with a batch utility.
if you could provide previous post or direction, it would be appreciated.
Thanks
RXK718
Back to top
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 419
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Fri Apr 22, 2022 4:56 am
Reply with quote

Code:

.b.å.A-Æ.paÎo.qs.j³
141C0C683987505A25F
325A010A57166C8251A


The vendor provides no manuals or support to aid you?
Back to top
View user's profile Send private message
CRA-rxk718

New User


Joined: 22 Apr 2022
Posts: 3
Location: canada

PostPosted: Fri Apr 22, 2022 5:37 am
Reply with quote

No, i don't believe the Vendor of JMR intended users to access the Daily logs for data to be extracted in the manner i am hoping for. These logs contain upwards of 100's of Million records, i am sure they are VB and data compressed to save space. I was hoping someone knew the Compression format to uncompressed/decompressed the data with some utility formula.
The data is unfortunately mixed Numeric and charter like you would find on an audit detail line.
Back to top
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1251
Location: Bamberg, Germany

PostPosted: Fri Apr 22, 2022 9:20 am
Reply with quote

Maybe this can help a little? https://www.ibmmainframeforum.com/all-other-tools/topic3511.html
Back to top
View user's profile Send private message
CRA-rxk718

New User


Joined: 22 Apr 2022
Posts: 3
Location: canada

PostPosted: Fri Apr 22, 2022 9:50 pm
Reply with quote

Yes this was some help, it provides me with another option to access the JMR, logs with a query string search.
Thank you all for your help me resolve this challenge accessing JMR.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Store the data for fixed length COBOL Programming 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top