You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Provided code:
data test;
/* Assign values to variables */
a = 1;
b = 2;
c = 3;
run;
/* View test data set */
Click on Generate Code of the comment /* View test data set */
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
The text was updated successfully, but these errors were encountered:
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:
Describe the solution you'd like
View the data set test instead of acetyl.
Reporter's Organization
SAS
The text was updated successfully, but these errors were encountered: