Violane/Mike, I spoke to Inge Weiss during the last COMMON about a problem I am having with CODE, and thought I'd follow up. The majority of our current RPG development (yes, we STILL develop in RPG!) is done using NOMAIN modules full of procedures and data elements with _VERY_ descriptive names (ex. pSetMcovrgpcRenewalRate1 (procedure name), wBusObjData.wProcessingStatus (data structure subfield), etc. The way we define these fields in RPG is to use the '...' continuation sequence, as shown below: P pSetMcovrgpcRenewalRate1... P B EXPORT *-------Procedure Interface D pSetMcovrgpcRenewalRate1... D PI LIKE(wBusObjData.wProcessingStatus) D wRenewalRate1... D LIKE(wBusObjData. D wRenewalRate1) D CONST The problem I continue to have is that CODE Navigator does not understand this notation, and all I get is a window full of blank boxes, rather than boxes with procedure names (or subroutine names), which makes the normally very useful Navigator useless. Any ideas if/when this will be fixed? John

Reply With Quote