Assembler program calling a 'C' program with mixed case long names

2009-12-23 Thread Steve Austin
Hello, Is it possible to persuade the assembler to create mixed case ESD names? The GOFF option allows long names, but the ESD entries are upper case. Thanks Steve - This email has been scanned for all known

Re: Assembler program calling a 'C' program with mixed case long names

2009-12-23 Thread Steve Comstock
Steve Austin wrote: Hello, Is it possible to persuade the assembler to create mixed case ESD names? The GOFF option allows long names, but the ESD entries are upper case. Thanks Steve Look at the Assembler 'alias' statement: LOAD alias c'dllload' We discuss this in our 3.5

Re: Assembler program calling a 'C' program with mixed case long names

2009-12-23 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behalf Of Steve Austin > Sent: Wednesday, December 23, 2009 9:55 AM > To: IBM-MAIN@bama.ua.edu > Subject: Assembler program calling a 'C' program with mixed > case

Re: Assembler program calling a 'C' program with mixed case long names

2009-12-23 Thread john gilmore
; From: steve.aus...@macro4.com > Subject: Assembler program calling a 'C' program with mixed case long names > To: IBM-MAIN@bama.ua.edu > > Hello, > > > > Is it possible to persuade the assembler to create mixed case ESD names? > The GOFF option allows lon

Re: Assembler program calling a 'C' program with mixed case long names

2009-12-23 Thread Binyamin Dissen
On Wed, 23 Dec 2009 15:55:12 - Steve Austin wrote: :>Is it possible to persuade the assembler to create mixed case ESD names? :>The GOFF option allows long names, but the ESD entries are upper case. Look at the assembler ALIAS statement. -- Binyamin Dissen http://www.dissensoftware.com D

Re: Assembler program calling a 'C' program with mixed case long names

2009-12-24 Thread Steve Austin
December 2009 18:45 To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler program calling a 'C' program with mixed case long names On Wed, 23 Dec 2009 15:55:12 - Steve Austin wrote: :>Is it possible to persuade the assembler to create mixed case ESD names? :>The GOFF option allows long na

Re: Assembler program calling a 'C' program with mixed case long names

2009-12-24 Thread Thomas David Rivers
Hi Steve, Use the ALIAS command to get precisely the letter's you'd like in the ESD name. For example: NAME ALIAS C'name' NAME CSECT END creates a csect that has the letters "name" in the object deck. - Dave Rivers - Steve Austin wrote: Hello, Is it possible

Re: Assembler program calling a 'C' program with mixed case long names

2009-12-24 Thread Thomas David Rivers
Steve Austin wrote: Thanks for all your responses. I am now fighting with the pre-linker; it does not pick up the long mixed case names I specified using alias statements. Steve Steve, When you say "pick up" - what do you mean? And, which pre-linker is this? - Dave Rivers -

Re: Assembler program calling a 'C' program with mixed case long names

2009-12-24 Thread David Crayford
ama.ua.edu Subject: Re: Assembler program calling a 'C' program with mixed case long names On Wed, 23 Dec 2009 15:55:12 - Steve Austin wrote: :>Is it possible to persuade the assembler to create mixed case ESD names? :>The GOFF option allows long names, but the ESD entries are

Re: Assembler program calling a 'C' program with mixed case long names

2010-01-04 Thread Steve Austin
37 To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler program calling a 'C' program with mixed case long names Steve Austin wrote: > Thanks for all your responses. I am now fighting with the pre-linker; it > does not pick up the long mixed case names I specified using alias > statements. &g

Re: Assembler program calling a 'C' program with mixed case long names

2010-01-04 Thread Steve Austin
List [mailto:ibm-m...@bama.ua.edu] On > Behalf Of Binyamin Dissen > Sent: 23 December 2009 18:45 > To: IBM-MAIN@bama.ua.edu > Subject: Re: Assembler program calling a 'C' program with mixed case > long names > > On Wed, 23 Dec 2009 15:55:12 - Steve Austin >

Re: Assembler program calling a 'C' program with mixed case long names

2010-01-04 Thread David Crayford
by PDSE program objects. Steve -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of David Crayford Sent: 25 December 2009 00:48 To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler program calling a 'C' program with mixed case long names

Re: Assembler program calling a 'C' program with mixed case long names

2010-01-04 Thread Steve Austin
ng using a PDSE. Steve -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of David Crayford Sent: 04 January 2010 11:52 To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler program calling a 'C' program with mixed case long names Steve Au

Re: Assembler program calling a 'C' program with mixed case long names

2010-01-04 Thread Charles Mills
Sent: Monday, January 04, 2010 4:24 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler program calling a 'C' program with mixed case long names The code I am writing is a prototype, but it is intended that something like it will be shipped to customers in time. I don't know that PD