During the compilation process of a PL/I program, what does the term "Syntax analysis" refer to?

Choose the correct answer

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).

During the compilation process of a PL/I program, wh… — Language processors | PakQuizHub