I 描述符长度
在 UniVerse 中,我尝试将 ZIP+4 转换为 5 个字符的 ZIP。我已将新字段的输出长度设置为 5,并以 5 个字符显示 ZIP,但在尝试按某些条件进行过滤时仍然遇到问题(例如:ZIP = 36301)。此查询不会使用 PLUS4 提取 ZIP。有没有办法限制 I-Descriptor 的字符长度。目前,这就是我对 I 描述符的处理方式:
TRANS(CUST,@ID,6,"X")
In UniVerse, I am trying to convert a ZIP+4 to just a 5 character ZIP. I have set the output length for my new field to 5 and it displays the ZIP in 5 characters, but I still have an issue when trying to filter by certain criteria (Example: ZIP = 36301). This query would not pull ZIPs with a PLUS4. Is there a way to limit the character length of an I-Desciptor. Currently, this is how I have for the I-desciptor:
TRANS(CUST,@ID,6,"X")
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信我已经通过以下方式解决了我的问题:
如果有人发现此问题有任何问题,请告诉我。
I believe I have solved my issue with the following:
If anyone sees anything wrong with this, please let me know.