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

Generate SAS code that works in SAS with UTF-8 #64

Open
EHBatSAS opened this issue Apr 10, 2024 · 0 comments
Open

Generate SAS code that works in SAS with UTF-8 #64

EHBatSAS opened this issue Apr 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@EHBatSAS
Copy link

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

@EHBatSAS EHBatSAS added the enhancement New feature or request label Apr 10, 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