Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse compressed IMS log data #547

Open
manchikalapudi opened this issue Dec 15, 2022 · 3 comments
Open

Parse compressed IMS log data #547

manchikalapudi opened this issue Dec 15, 2022 · 3 comments
Labels
question Further information is requested

Comments

@manchikalapudi
Copy link

manchikalapudi commented Dec 15, 2022

Background [Optional]

Hello,
We are working on parsing IMS log data to capture change data using Cobrix and load into data lake for analytical purpose.

Question

We find log data in IMS is compressed and wondering if Cobrix had functions to decompress while processing it . We really appreciate any help with this!!!

@manchikalapudi manchikalapudi added the question Further information is requested label Dec 15, 2022
@yruslan
Copy link
Collaborator

yruslan commented Dec 19, 2022

Hi, could you please provide more info on this?

@manchikalapudi
Copy link
Author

Hi
We are working on building data pipeline which moves data from IMS to S3.
So far we used cobol extract programme and IMS unload utility to move some segments but we were having difficulties to add more segments to exiting cobol programme due it's complexity and lack of knowledge on capturing change records only. We exploring option of configure the DBD Exit Parameter for the IMS database on the system to capture any changes for all segments. we are trying to parse the X’99’ IMS log record created by the DBD exit using cobrix.
We see the log data is compressed , we were wondering if cobrix has options to parse the IMS log data which is compressed.

@yruslan
Copy link
Collaborator

yruslan commented Dec 20, 2022

Sorry, Cobrix can't parse compressed records at the moment. But if you can provide a link to the spec of the compression logic, it might be possible to implement it in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants