compiling a procedure file?

jaffar

New Member
I am newbie to progress 4gl currently iam using oe10.2b windows xp sp2
guys can any one tell me
How many ways we can compile a procedure file in progress with syntax?


Thanks in advance
 

RealHeavyDude

Well-Known Member
As many was as you want to ...

Seriously - I don't exactly understand what you mean. Are you asking which tools you can use?

Heavy Regards, RealHeavyDude.
 

rzr

Member
i know of only one way the COMPILE statement....
Well...there are tools like RoundTable...but I believe it must also be executing the same set of commands the COMPILE stmt does ...
 

parimala

New Member
If you want to store the compiled code u can use the following syntax:

COMPILE "c:\TEMP\hai.p" SAVE.(saves the compiled .r file in same folder where .p exists)

or

COMPILE "c:\TEMP\hai.p" SAVE into c:\XYZ\. (saves the compiled .r file in diferent folder specified XYZ here)
 

RealHeavyDude

Well-Known Member
What development environment ( OpenEdge Architect vs. OpenEdge Studio ) are you using?

Heavy Regards, RealHeavyDude.
 
Top