Object Modules

2011-09-13 Thread John R. Ehrman (408-463-3543 T/543-)
The ASMDASM disassembler component of the HLASM Toolkit Feature can reconstruct object modules from (a) load modules, (b) program objects, (c) CMS modules, and (d) VSE phases. It is described in the HLASM Toolkit User's Guide, GC26-8710, Chapter 3. It has been available since December 1995, and

GUIDE Publication GPP-20

2011-07-08 Thread John R. Ehrman (408-463-3543 T/543-)
Does anyone have a copy of GPP-20 A High Level Macro Processor Description - MACRO1? I'm willing to pay copying/mailing costs if you'll send it to me. John Ehrman IBM Silicon Valley Lab 555 Bailey Avenue San Jose, CA 95141 -- For

PDS vs PDSE

2010-02-23 Thread John R. Ehrman (408-463-3543 T/543-)
I posted the original question on behalf of a colleague who was curious about customer views; I've been forwarding comments to him. John Ehrman (-- Referenced Note Follows ) Date:Mon, 22 Feb 2010 07:21:05 -0600 From:Barbara Nitz nitz-...@gmx.net

PDS vs. PDSE

2010-02-10 Thread John R. Ehrman (408-463-3543 T/543-)
PDSEs have been available for a long time, and provide many advantages over PDSs. Why are people reluctant to use PDSEs? John Ehrman -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

GUIDE Project Publication GPP-20

2010-01-25 Thread John R. Ehrman (408-463-3543 T/543-)
I've been trying to locate a copy of this publication; might anyone have a copy? I'm willing to pay repro/mailing costs. I checked with SHARE HQ (they might have taken over the GUIDE HQ files), but they couldn't locate a copy. Thanks... John Ehrman

Coyote Lab

2009-09-18 Thread John R. Ehrman (408-463-3543 T/543-)
The working ladies group in San Francisco used COYOTE as an acronym for their motto: Call Off Your Old Tired Ethics. John Ehrman -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: EXEC Above the Bar (Was Large Page Support)

2009-06-08 Thread John R. Ehrman (408-463-3543 T/543-)
CSECTs are restricted to 16MB only if you generate traditional OBJ object files, because its length and address fields are 3 bytes long. As Peter said, the total length in a single assembly will be less than 16M. *BUT* if you specify the NOTHREAD option you can have as many very larget CSECTs as

Effective pipeline programming

2009-04-23 Thread John R. Ehrman (408-463-3543 T/543-)
Check the SHARE proceedings for presentations by David Bond titled Coding Assembler for Performance. Excellent advice therein. John Ehrman (-- Referenced Note Follows ) From: Bill Klein wmkl...@ix.netcom.com Date: Thu, 23 Apr 2009 14:28:36 -0500 ... The

z/Architecture Reference Summary

2008-10-21 Thread John R. Ehrman (408-463-3543 T/543-)
I've heard rumors to the effect that the current (high) prices were set erroneously, and that a correction is being considered. John ehrman -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL

Searching for text string

2008-04-11 Thread John R. Ehrman (408-463-3543 T/543-)
You might consider the string-search capabilities of SUPERC, and use a REXX exec to set up the data set names. John Ehrman (-- Referenced Note Follows ) Sent: Thursday, April 10, 2008 3:38 AM We have a requirement to search for a textstring i a lot of

Re: Assembler to C or C++ Conversion

2008-03-19 Thread John R. Ehrman (408-463-3543 T/543-)
I recommend you study the handout from SHARE session 8132 in the SHARE proceedings from Long Beach, California in February 2004: Extending the Life Cycle of Legacy Applications (With Added Thoughts Specific to Assembler Language) It contains a detailed analysis of factors to consider when you

Re: S0C4 in CBT234 at OFFSET 18A in REBUILD using member EXECJCL6--Dick Thorton's DISASSEMBLER which supports PDSE's

2007-12-12 Thread John R. Ehrman (408-463-3543 T/543-)
Take a look at the ASMDASM in the HLASM Toolkit Feature. It was based on Thornton's disassembler, but has been extensively enhanced over a period of 10 years. John Ehrman (-- Referenced Note Follows ) Date:Tue, 11 Dec 2007 11:11:29 -0500 From:

Why CSST?

2007-06-01 Thread John R. Ehrman (408-463-3543 T/543-)
Answers to this and many other questions about new instructions will be provided by the lead z/architect in session 8190 at the August SHARE conference. John Ehrman (-- Referenced Note Follows ) Date:Thu, 31 May 2007 17:48:18 +0300 From:Binyamin

Latest Principles of Operation

2007-04-23 Thread John R. Ehrman (408-463-3543 T/543-)
The new updated to the z/Architecture Principles of Operation is now available at http://publibz.boulder.ibm.com/epubs/pdf/a2278325.pdf John Ehrman -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Wylbur History

2007-03-30 Thread John R. Ehrman (408-463-3543 T/543-)
Gerhard Postpischl is correct -- I had nothing to do with the development of Wylbur. I was an enthusiastic user at SLAC, and wrote a Wylbur Tutorial that got widespread use. John Ehrman -- For IBM-MAIN subscribe / signoff /

Decimal Floating Point PoP

2006-11-28 Thread John R. Ehrman (408-463-3543 T/543-)
The Preliminary Decimal-Floating-Point Architecture documentation is now available at http://publibfi.boulder.ibm.com/epubs/pdf/a2322320.pdf John Ehrman -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: HLASM Macro Call Question

2006-08-25 Thread John R. Ehrman (408-463-3543 T/543-)
There's no need to do your own parsing -- as Steve Smith (I think it was) suggested, check the AINSERT statement: it was designed for exactly this kind of situation. Also, the NOCOMPAT(SYSLIST) option sometimes helps for substituted operands that are a list (like (A,B,C)), but won't help for