Hi all,
I've just returned to COBOL programming after an absence of many, many years. The shop in which I work is currently running COBOL74, on a Unisys mainframe. Does anyone have any suggestions on how to perform Titlecasing or Uppercasing on a string? By "Titlecase" I mean converting "first name" to "First Name". By "Uppercasing" I mean converting "first name" to "FIRST NAME". I don't know if it's possible to do this efficiently in COBOL or not, but I didn't want to re-invent the wheel if someone already has something. Thanks in advance.
F.A.B.
I've just returned to COBOL programming after an absence of many, many years. The shop in which I work is currently running COBOL74, on a Unisys mainframe. Does anyone have any suggestions on how to perform Titlecasing or Uppercasing on a string? By "Titlecase" I mean converting "first name" to "First Name". By "Uppercasing" I mean converting "first name" to "FIRST NAME". I don't know if it's possible to do this efficiently in COBOL or not, but I didn't want to re-invent the wheel if someone already has something. Thanks in advance.
F.A.B.