|
Answer» Compiler directive : Compiler directive is an instruction (directive) given to the compiler, to perform some SPECIFIC task during compilation or to GENERATE customize compiler listing report after compilation. Compiler directive serve many purposes like it is used to control the heading information in compiler listing, to control the spacing of the compiler listing, to include source statement from other source member, to do a free form calculation in our rpgle program, to control the source records selection/omission based on some condition etc. Compiler directives are:
- /FREE... /END-FREE
- /TITLE
- /EJECT
- /SPACE
- /COPY or /INCLUDE
- /IF……/ELSEIF…. /ELSE…… /ENDIF
- /EOF
Compiler directive : Compiler directive is an instruction (directive) given to the compiler, to perform some specific task during compilation or to generate customize compiler listing report after compilation. Compiler directive serve many purposes like it is used to control the heading information in compiler listing, to control the spacing of the compiler listing, to include source statement from other source member, to do a free form calculation in our rpgle program, to control the source records selection/omission based on some condition etc. Compiler directives are:
|