ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

suggestion for getting lowercase in dtaara

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • suggestion for getting lowercase in dtaara

    I'm looking for suggestion on how to get a lowercase value in a data area since CHGDTAARA executed interactively, will convert to uppercase.

  • #2
    Hi, Carrie.

    It won't convert to uppercase if you quote the value.

    Code:
    chgdtaara  mydtaara value(abc)     << converts to uppercase
    
    chgdtaara  mydtaara value('abc')   << does not convert

    Comment


    • #3
      Thank you TedHolt!

      Comment

      Working...
      X