Skip to content

Validate XPort v5 variable name length (max 8 chars)#360

Open
andreasnoack wants to merge 1 commit intoWizardMac:devfrom
andreasnoack:dev
Open

Validate XPort v5 variable name length (max 8 chars)#360
andreasnoack wants to merge 1 commit intoWizardMac:devfrom
andreasnoack:dev

Conversation

@andreasnoack
Copy link

The XPort writer was using sas_validate_variable which allows 32-char names, but v5 XPort only supports 8-char names (nname[8]). Names longer than 8 chars were silently truncated. Now v5 returns READSTAT_ERROR_NAME_IS_TOO_LONG instead.

(Commit created with Claude Code)

The XPort writer was using sas_validate_variable which allows 32-char
names, but v5 XPort only supports 8-char names (nname[8]). Names longer
than 8 chars were silently truncated. Now v5 returns
READSTAT_ERROR_NAME_IS_TOO_LONG instead.
@andreasnoack
Copy link
Author

I believe the Windows failure is unrelated to the changes here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant