-
Notifications
You must be signed in to change notification settings - Fork 18
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
problem to get the zos file size #5
Comments
To get a dataset size you can use the There is an example of using the API to read entire contents of a dataset into a |
Thanks for the reply. So if I understand, we need to read the file and to count the bytes. It means that we can't get directly the file size as a property. Is-there any other way to get it? Regards, |
You do not need to read the whole dataset to get it's length. The example in the second link above does that, but if all you want is the length of the dataset you can just use This is not what you need. You can just directly create a Here is how the constructor of So if your dataset is
|
Hi,
I don't find the way to get the file size for a Z/os sequential file in bytes or even in tracks.
How can I do that?
Regards,
Mathias.
The text was updated successfully, but these errors were encountered: