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?

Use the ALIAS statement.

John Ehrman

Reply via email to