On 2015-05-05 18:00, Russ Teubner (HostBridge) wrote:
> I just completed an assembler program that will be linked with a c program.
> The objective of the assembler program is to perform SRB/zIIP-enabled socket
> i/o for the c program. I would like the csect and entry names in the
> assembler program to include lower case letters (to match c conventions).
> However, I can’t seem to find a combination of assembler options to cause it
> to create an object module that has lower case csect/entry names. Is this
> possible?
>
Yes:
z/OS 2.1.0>HLASM>HLASM Language Reference>Assembler instruction
statements>ALIAS instruction
-- gil