1.

How Sqr Programs Are Evaluated And Executed At Different Times?

Answer»

FIRST PASS: Or Compile stage. SQR processes the FOLLOWING components of the program.

  1. All # include external source files (SQCs) are inserted into the source program.
  2. All # commands are evaluated.
  3. The setup section is processes including allocation and population of memory arrays created by the load-look up command.
  4. OPTIMIZATION of the SQL data access path is determined.
  5. Checks syntax of SQR source program.

SECOND PASS: Actual execution of the program source occurs starting at the begin Report stopping at the end-report.

  1. Process data for the body section.
  2. Senses page overflow or response to new-page command in code.
  3. Process heading section
  4. Process FOOTING section
  5. Writes entire page buffer to file.

FIRST PASS: Or Compile stage. SQR processes the following components of the program.

SECOND PASS: Actual execution of the program source occurs starting at the begin Report stopping at the end-report.



Discussion

No Comment Found