Closed allanbowe closed 2 years ago
When converting data to formatted values, it is necessary to use proc format to extract the LENGTH attribute (not max).
max
Switched MAX for LENGTH
sasjs lint
sasjs test
:tada: This PR is included in version 4.35.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Issue
300
Intent
When converting data to formatted values, it is necessary to use proc format to extract the LENGTH attribute (not
max
).Implementation
Switched MAX for LENGTH
Checks
sasjs lint
).sasjs test
).