Program truncation on saving #3651
Replies: 2 comments 2 replies
-
|
After some discussion with both (CLI and ZE) squads, we concluded on a few different ways we can help in this situation. Here are some action items we came up with:
That being said, the quickest way to address this is by using Reference this issue to track the progress of this implementation: |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Entering word wrapping (line breaks) when uploading a file will avoid losing information, but it won't produce a correct result based on what the user entered in the editor. The most Zowe Explorer can do is validate line lengths against the LRECL declared for the file before saving (uploading) the file, and block the save (upload) if some lines are too long. Moreover, some editors, such as IBM Z Open Editor, already perform a line length check at save time, even for local files that aren't uploaded to the mainframe. Thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have had a couple of reports that program source is being truncated when saving. The example I was given was a 5375 line program had 166 lines added. However when saving it truncated almost 4000 lines off the bottom of the program.
They are currently on VSCODE 1.100.1 and Zowe Explorer 3.2.0. and report that it is an intermittent issue, and it has not reoccurred since restarting VSCode.
I am on VSCODE 1.100.0 and Zowe Explorer 3.3.3. and it didn't happen for me.
I don't know if anyone else has experience with this issue and/or any recommendations?
Beta Was this translation helpful? Give feedback.
All reactions