Multiple choice technology mainframe

What is the Line command Used to Change a line in Mainframes from any case to Lower case

  1. MC

  2. LC

  3. BC

  4. AC

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In IBM mainframe editors like ISPF, the LC (Lower Case) line command is used to convert text from any case to lowercase. This command is typed in the line command area next to the lines you want to convert.

AI explanation

In mainframe ISPF/PDF edit, the line command "LC" (Lower Case) converts the text on that line to lowercase; its counterpart "UC" converts to uppercase. "MC" is actually the Move Copy/"Move" line command in ISPF edit (used with a destination like MM/M to move lines), not a case-conversion command, and "BC"/"AC" are not standard ISPF case-conversion line commands.