Consultor Eletrônico



Kbase 19679: 4GL: How to identify the version of Progress that compiled r-code?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/10/2010
Status: Verified

GOAL:

How to identify the version of Progress that compiled R-code?

GOAL:

Is there a way to determine which version of Progress has compiled an R-code?

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
All Supported Operating Systems
OpenEdge Category: Language (4GL/ABL)

FIX:

There is no way to determine from a .R file, the version of Progress that compiled the procedure.

A right click on a file (MS explorer) indicates a '.R File properties' tab that contains a 'Compiler version' field. This field contains an R-code version number that is contained in every .R file. This value normally does not change between minor releases of the product, such as '908' for a .R file generated from a 9.1C client and a 9.1D05 client. In other words, the version of the client that generated the .R file is not stored anywhere in the R-code because these products can read the same R-code file.