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

Hallucinate and invents data set name when asked for test data set #46

Open
veroniquevanvlasselaer opened this issue Apr 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@veroniquevanvlasselaer
Copy link

Is your feature request related to a problem? Please describe.
When I create a data set test and I ask to generate code to view the data set, it invents a data set name:

  1. Provided code:
data test;
    /* Assign values to variables */
    a = 1;
    b = 2;
    c = 3;
run;

/* View test data set */
  1. Click on Generate Code of the comment /* View test data set */
  2. Generated code:
proc sql;
    select *
    from mycas.acetyl;
quit;

Describe the solution you'd like
View the data set test instead of acetyl.

Reporter's Organization
SAS

@veroniquevanvlasselaer veroniquevanvlasselaer added the enhancement New feature or request label Apr 9, 2024
@2TomLi 2TomLi removed their assignment Apr 14, 2024
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

2 participants