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

Mainframe Condensed data #637

Open
manchikalapudi opened this issue Aug 8, 2023 · 1 comment
Open

Mainframe Condensed data #637

manchikalapudi opened this issue Aug 8, 2023 · 1 comment
Labels
question Further information is requested

Comments

@manchikalapudi
Copy link

Background [Optional]

"Condensed" data refers to data that has been compressed or shortened to take up less space in memory. This is typically done by removing any unnecessary or redundant information from the data. For example, a condensed representation of a series of numbers might store only the differences between each number, rather than the actual values themselves. This can help reduce the amount of memory required to store the data, which can be especially important in systems with limited resources.

Question

Does Cobrix parse Condensed mainframe files?

@manchikalapudi manchikalapudi added the question Further information is requested label Aug 8, 2023
@yruslan
Copy link
Collaborator

yruslan commented Aug 10, 2023

Hi, no it is not supported at the moment. We might add support, depending on the complexity of the feature.

Could you please point me to some documentation with more details about the data format? Specifically:

  • How condensed fields look in the copybook?
  • How the compression/decompression is performed?

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