Code Comments
Programming Forum and web based access to our favorite programming groups.Hi: We are migrating a COBOL application written on MPE 3000 series to HP-UX. Everything is going smooth except for the following 1. There are certain CALL statements in few programs which CALL an ENTRY POINT. From the calling programs, they are defined in lower case, while they are defined in upper case in the called program. Is there a way on UNIX to switch off this case sensitiveness? Some sort of a compiler option. Any help on this would be highly appreciated. Thanks..Shyam
Post Follow-up to this messageIf you are using MF, look at FOLD-CALL-NAME. Roger "Shyamsunder Puranam" <spuranam@hp.com> schrieb im Newsbeitrag news:ba2vg.657$jN3.262@news.cpqcorp.net... > Hi: > > We are migrating a COBOL application written on MPE 3000 series to HP-UX. > Everything is going smooth except for the following > > 1. There are certain CALL statements in few programs which CALL an ENTRY > POINT. From the calling programs, they are defined in lower case, while > they are defined in upper case in the called program. Is there a way on > UNIX to switch off this case sensitiveness? Some sort of a compiler > option. > > Any help on this would be highly appreciated. > > Thanks..Shyam >
Post Follow-up to this messageIF using ACUCOBOL-GT xheck out the configuration variable CODE_CASE
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.