gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] mvs cobol namespace


From: Keisuke Nishida
Subject: Re: [open-cobol-list] mvs cobol namespace
Date: Thu Feb 5 00:10:44 2004
User-agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigoryƍmae) APEL/10.3 Emacs/21.2 (i386-redhat-linux-gnu) MULE/5.0 (SAKAKI)

At Thu, 05 Feb 2004 14:55:30 +0900,
Keisuke Nishida wrote:
> 
>   "A-B"  ->  "A$2DB"
>   "A_B"      no change

It seems '_' is not allowed in program names, while '-' is
commonly used.  I'll do the following conversion, which
conforms to the current implementation:

    "A-B"  ->  "A_B"
    "A_B"      "A$5FB"

Keisuke


reply via email to

[Prev in Thread] Current Thread [Next in Thread]