Case Insensitive LIST (General)
At 14 MAR 2022 02:11:24PM Donald Bakke wrote:
Is there a way use LIST to perform a case-insensitive sort by a column? I don't want to use a calculated column or index to accomplish this. I just want a simple case-insensitive sort. The CASESENS and CASEINSENS keywords only seem to support searches (i.e., the WITH keyword)
At 14 MAR 2022 02:37PM bob carten wrote:
I don't think there is a way to make a LIST statement perform a case insensitive sort.
RLIST calls EXTERNAL.SORT, which calls V119. I don't see anything which mentions case sensitivity in those programs.
At 14 MAR 2022 02:41PM Donald Bakke wrote:
I don't think there is a way to make a LIST statement perform a case insensitive sort.
RLIST calls EXTERNAL.SORT, which calls V119. I don't see anything which mentions case sensitivity in those programs.
Thanks for confirming. I was surprised that I had never encountered this in over 30 years, so I was assuming I had forgotten or missed smoething.