Compile Time Process :
- Inserts External Source files
- Evaluates Compiler Directives like #if,#ifdef and so on
- Resolves Substitution variables Ex: #define MAX 100
- Executes all ASK commands (ASK is used to take input) Program memory and work buffers are allocated, All memory arrays are created.
- Checks Syntax of Source file
- Optimizes SQL data Access
- Begins processing from Begin-Program and ends with End-Program.
- Calculates the size of the working Report body.
- Processes Report Body.
- Processes Report Heading.
- Processed Report Footing.
- Writes O/P to file and gets ready for the next page.
No comments:
Post a Comment