During the compilation process of a PL/I program, what does the term "Lexical analysis" refer to?
Explanation
Lexical analysis involves scanning the source code to identify the smallest meaningful elements, called tokens, and representing them as uniform symbols for further stages of compilation. It does not involve syntax reductions, matrix creation, or macro processing.