695 pts.
 How many internal steps within compilation of RPGILE source
Hi, I want to know howmany internal steps happen when we compile a RPGILE Program example Bindind etc in sequence plese anyone tell me

Software/Hardware used:
ASKED: September 12, 2008  9:53 AM
UPDATED: July 24, 2009  4:09 PM

Answer Wiki:
How many?? as many as needed. in general, all compilers do the same things. how many steps are required will depend on your code and the number of iterations needed to resolve the token with it. 1 - identify tokens 2 - resolve tokens 3 - generate code 4 - resolve external references 5 - generate external linkages oops - forgot to expand any /copy references - iteratively, since they can be nested.. . Binding is a separate step, commonly called in-line with the compilation.
Last Wiki Answer Submitted:  July 24, 2009  4:09 pm  by  Yorkshireman   5,505 pts.
All Answer Wiki Contributors:  Yorkshireman   5,505 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _