During the compilation process of a PL/I program, what does the term "Syntax analysis" refer to?
Explanation
Syntax analysis involves identifying the fundamental syntactic patterns within the source code by applying reduction techniques. This step ensures that the code conforms to the language's grammar rules, distinguishing it from lexical analysis (which handles token recognition) and macro processing (which optimizes code generation).