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.
SAS Viya Copilot will use SAS with UTF-8. Generated SAS code should work for UTF-8 character data.
Describe the solution you'd like
Use K functions in place of string functions such as SUBSTR.
Informat and Format lengths must be long enough to display multi-byte characters.
All variable allocations must be long enough for multi-byte characters.
Describe alternatives you've considered
Additional context
Reporter's Organization
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
SAS Viya Copilot will use SAS with UTF-8. Generated SAS code should work for UTF-8 character data.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Reporter's Organization
The text was updated successfully, but these errors were encountered: