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

Truncation settings for more types than COBOL, HLASM, JCL, REXX and PL1 #464

Open
oakmount1966 opened this issue Dec 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@oakmount1966
Copy link

Hi IBM.

Today I can setup truncation limit for COBOL, HLASM, JCL, REXX and PL1.
We also use Vscode with Zowe Explorer and z Open Editor for DDL, SQL and more and have a limitation of 72 characters for DDL and SQL.

Is it possible for you to add a function so we can add truncation warnings for more types like DDL, SQL etc.?

Looking very much forward to hear from you.
Lars Egeberg.

@phaumer phaumer added the enhancement New feature or request label Dec 28, 2024
@phaumer
Copy link
Member

phaumer commented Dec 28, 2024

We could look into that when we tackle #463 as we want get counting the bytes correct first.

@FALLAI-Denis
Copy link

FALLAI-Denis commented Dec 28, 2024

Hi,

As far as I know, IBM Z Open Editor can only intervene on the languages ​​with which it is associated.
SQL as such is not part of them, although there is partial support for SQL embedded in another supported language.
Furthermore, regarding the control of line lengths, it seems to me that this functionality is delegated to the Language Server.

For pure SQL language, I would suggest addressing the issue to the excellent IBM Db2 for z/OS Developer extension, which fully manages the SQL language, whether DML or DDL, and also allows you to execute SQL queries or query the Db2 catalog.

As for IBM Z Open Editor, it seems to me that there are more priority needs such as support for the Java language, and by extension Groovy, in a z/OS-USS context, and the C/C++ language, also in a z/OS-USS context.
Also see for Python which seems to want to develop on z/OS-USS.
For these different languages ​​there are VS Code extensions but they ignore the IBM z/OS context.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants