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 ha

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 -- Fo

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 Subject: Abysmal PDSE

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 lists...@bama.ua

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 lists...@bama

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 y

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" Date: Thu, 23 Apr 2009 14:28:36 -0500 <...> The question has been a

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 PR

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 datase

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 y

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:"Hessong

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 D

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 email

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 / arc

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, sen

Re: assembler question (strong typing)

2006-11-22 Thread John R. Ehrman (408-463-3543 T/543-)
Sorry, but I forgot to cross-post this to the IBM-MAIN list. John Ehrman (-- Referenced Note Follows ) Date: 21 November 2006, 15:27:26 PST From: John R. Ehrman408-463-3543 T/543- EHRMAN at STLVM27 To: ASSEMBLER-LIST at LISTSERV.UGA.EDU

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 opera