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

[Syntax] proc sql label, length & format #1284

Open
Criptic opened this issue Nov 19, 2024 · 0 comments
Open

[Syntax] proc sql label, length & format #1284

Criptic opened this issue Nov 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Criptic
Copy link
Member

Criptic commented Nov 19, 2024

Describe the bug
When working in the extension proc sql in the select statement does not support highligthing for format and label statements. SAS Studio in addition also doesn't support the length statement, which the extension supports

Steps to reproduce
Steps to reproduce the behavior:

  1. Copy and paste the following example code:
    proc sql; create table work.test as select dhms('01JAN1970'd, 0, 0, a.dt) as date_time format datetime20. label='Datetime of the weather' length 8

Expected behavior
Consistent highligthing and autocompletion for proc sql.

Environment (please complete the following information):
Client OS: Windows 11
Extension version: v1.11
SAS version: Viya 2024.10

@Criptic Criptic added the bug Something isn't working label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant