Home > Archive > Cobol > July 2006 > Case sensitiveness
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Case sensitiveness
|
|
| Shyamsunder Puranam 2006-07-18, 3:55 am |
| 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
| |
| Roger While 2006-07-18, 3:55 am |
| If 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
>
| |
| sgbojo@gmail.com 2006-07-18, 6:55 pm |
| IF using ACUCOBOL-GT xheck out the configuration variable CODE_CASE
|
|
|
|
|