-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add support for 'wrap=true' option on files upload to prevent truncation #1970
Comments
Thank you for raising this enhancement request. |
After some discussion, this can be implemented as an optional feature on V2, as long as it's optional and well documented. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed due to lack of activity. In an effort to reduce noise, please do not comment any further. |
Currently, if you upload a file using the zowe files update file-to-data-set command and that file exceeds the record length of a FB dataset, the result will be an error thrown by the zosmf Rest API and the excess data will be truncated. IBM added a new wrap=true option to the Rest API to support line wrap for FB datasets. This support is in z/OS 2.5 and above. The CLI should take advantage of this feature and provide it as an option on the zowe files upload command.
The text was updated successfully, but these errors were encountered: