GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Peoplesoft  >  SQR

 Print  |  
Question:  Program Flow of SQR

Answer: What is the program flow of SQR?


August 08, 2008 01:13:42 #2
 sandeep05   Member Since: August 2008    Total Comments: 1 

RE: Program Flow of SQR
 
When SQR Program starts executing. There are two stages in the Program Flow.


1) Compile stage

2) Execution Stage



) Compile Stage.

All the Preprocessor directives are compiled ( which starts with #include).

Ex: All the SQC are run.

Check for the syntax errors for the conditions.

Ex: if, for loop, while loop are properly ended with the respective syntax.


Allocates memory structure , if you are using the Arrays and load look up .


2) Execution stage:
Starts interpreting the code line by line.

Check for the begin -program body.
Begin -heading.
Begin- footer.

     

 

Back To Question