>
> Just for learning, and fun (FSVO "fun"), I'm doing some programming
> in HLASM for z/OS UNIX. In the spirit of things, I'm keeping the source
> in UNIX subdirectories and using the "make" UNIX command, in an
> interactive UNIX shell, to control the assembly (using the "as" UNIX
> command) and linking (using the "ld" UNIX command). I've run into an
> irritation. I like to keep my UNIX file names in __lower__ case. The
> source code in my assembler invokes one of my macros. The source is
> in lower case. I get a "macro not found" error because the assembler
> UPPER CASES the macro name before looking for the macro. I guess I
> understand why HLASM does this. But is there __any__ way to have HLASM
> r6.0 (PTF UK54260) use lower case? Or am I stuck with making my UNIX
> resident macro names UPPER CASE? I know that I have the -I to search
> my UNIX subdirectory set correctly because if I make the UNIX file
> name UPPER CASE, then it assembles cleanly.
>
> --
> John McKown
> Systems Engineer IV
> IT
<shameful plug>
Well - I don't know of a way in HLASM - but the Dignus assembler
in that environment has a pretty powerful search mechanism that
lets you do precisely that...
You can cause it to use lower or upper-case letters, append
a suffix (e.g. ".mac") or just about anything you'd like.
This works under z/OS UNIX and all the other UNIXes/Linuxes we support.
You can also do cool things like put your maclib members in a ZIP file
and have it look there.
</shameful plug>
Happy Holidays everyone!!!
- Dave Rivers -
--
[email protected] Work: (919) 676-0847
Get your mainframe programming tools at http://www.dignus.com