Re: formatting control blocks

2013-04-29 Thread John P Kalinich
>From the CBT tape.

//***FILE 264 IS FROM B.F. GOODRICH IN AKRON OHIO
//*
//* 1  LOOK-  A TSO COMMAND PROCESSOR THAT ALLOWS
//*   FULL SCREEN DISPLAY OF REAL TIME
//*   MEMORY.  THIS COMMAND HAS BEEN
//*   ENHANCED TO MAKE IT EASY TO ADD NEW
//*   CONTROL BLOCK MAPS, USUALLY IN 3 OR
//*   4 STATEMENTS


> - Original Message -
>> On 26.04.2013 17:48, Gary Weinhold wrote:
>>> I'm looking for a public domain control block formatting tool that will
display memory formatted with the information from a non-IBM assembler
DSECT.  I realize that there are a couple of CBT files that probably
include this capability, but I'd appreciate any experiences regarding ease
of use or limitations before investing too much time.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: formatting control blocks

2013-04-29 Thread Scott Ford
Guys,

Does SHOWMVS do this ?

Scott ford
www.identityforge.com
from my IPAD

'Infinite wisdom through infinite means'


On Apr 29, 2013, at 8:38 AM, DASDBILL2  wrote:

> Landmark Software built several products that would display storage and 
> format it as defined by Assembler DSECTs.  One was TMON/MVS (now probably 
> named TMON/zOS).  They are all now marketed by Allen Systems Group in Naples, 
> FL. 
> 
> 
> Bill Fairchild 
> Franklin, TN 
> - Original Message -
>> On 26.04.2013 17:48, Gary Weinhold wrote: 
>>> I'm looking for a public domain control block formatting tool that will 
>>> display memory formatted with the information from a non-IBM assembler 
>>> DSECT.  I realize that there are a couple of CBT files that probably 
>>> include this capability, but I'd appreciate any experiences regarding ease 
>>> of use or limitations before investing too much time. 
>>> Gary Weinhold
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: formatting control blocks

2013-04-29 Thread DASDBILL2
Landmark Software built several products that would display storage and format 
it as defined by Assembler DSECTs.  One was TMON/MVS (now probably named 
TMON/zOS).  They are all now marketed by Allen Systems Group in Naples, FL. 


Bill Fairchild 
Franklin, TN 
- Original Message -
> On 26.04.2013 17:48, Gary Weinhold wrote: 
>> I'm looking for a public domain control block formatting tool that will 
>> display memory formatted with the information from a non-IBM assembler 
>> DSECT.  I realize that there are a couple of CBT files that probably include 
>> this capability, but I'd appreciate any experiences regarding ease of use or 
>> limitations before investing too much time. 
>> Gary Weinhold

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: formatting control blocks

2013-04-28 Thread Scott Ford
I happened across this sometime ago.

http://www.longpelaexpertise.com.au/


Scott ford
www.identityforge.com
from my IPAD

'Infinite wisdom through infinite means'


On Apr 28, 2013, at 6:49 AM, Miklos Szigetvari 
 wrote:

>Hi
> 
> Don't see too many suggestions, I'm interested also.
> - I looked the IPCS control block formatting macros, I don't like them too 
> much
> - We are working with C/C++ ,and the IBM DSECT2C utility can generate C 
> structures from DSECTs,  we are using  this in our C code.
> - The DSECT2C utility and the other product , can do this, taking the input 
> from the HLASM ADATA files
> 
> 
> On 26.04.2013 17:48, Gary Weinhold wrote:
>> I'm looking for a public domain control block formatting tool that will 
>> display memory formatted with the information from a non-IBM assembler 
>> DSECT.  I realize that there are a couple of CBT files that probably include 
>> this capability, but I'd appreciate any experiences regarding ease of use or 
>> limitations before investing too much time.
>> 
>> Gary Weinhold
>> 
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> 
> -- 
> Kind regards, / Mit freundlichen Grüßen
> Miklos Szigetvari
> 
> Research&  Development
> ISIS Papyrus Europe AG
> Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria
> T: +43(2236) 27551 333, F: +43(2236)21081
> E-mail: miklos.szigetv...@isis-papyrus.com
> Info: i...@isis-papyrus.com Hotline: +43-2236-27551-111
> Visit our brand new extended Website at www.isis-papyrus.com
> ---
> This e-mail is only intended for the recipient and not legally
> binding. Unauthorised use, publication, reproduction or
> disclosure of the content of this e-mail is not permitted.
> This email has been checked for known viruses, but ISIS Papyrus accepts
> no responsibility for malicious or inappropriate content.
> ---
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: formatting control blocks

2013-04-28 Thread Todd J. Gagle
Gary,

I know that you are looking for a public domain formatting tool. Not a public 
domain product, but the CA SYSVIEW product provides the function that you are 
looking for. Any DSECT, IBM or not can be assembled. Multiple DSECTs can be 
assembled at one time. The ADATA is captured and used to format virtual 
storage. The mapping DSECT can be displayed raw or used to map any piece of 
virtual storage. So, if you happen to be a user of SYSVIEW, you are in luck.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: formatting control blocks

2013-04-28 Thread Miklos Szigetvari

Hi

Don't see too many suggestions, I'm interested also.
- I looked the IPCS control block formatting macros, I don't like them 
too much
- We are working with C/C++ ,and the IBM DSECT2C utility can generate C 
structures from DSECTs,  we are using  this in our C code.
- The DSECT2C utility and the other product , can do this, taking the 
input from the HLASM ADATA files



On 26.04.2013 17:48, Gary Weinhold wrote:
I'm looking for a public domain control block formatting tool that 
will display memory formatted with the information from a non-IBM 
assembler DSECT.  I realize that there are a couple of CBT files that 
probably include this capability, but I'd appreciate any experiences 
regarding ease of use or limitations before investing too much time.


Gary Weinhold

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN





--
Kind regards, / Mit freundlichen Grüßen
Miklos Szigetvari

Research&  Development
ISIS Papyrus Europe AG
Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria
T: +43(2236) 27551 333, F: +43(2236)21081
E-mail: miklos.szigetv...@isis-papyrus.com
Info: i...@isis-papyrus.com Hotline: +43-2236-27551-111
Visit our brand new extended Website at www.isis-papyrus.com
---
This e-mail is only intended for the recipient and not legally
binding. Unauthorised use, publication, reproduction or
disclosure of the content of this e-mail is not permitted.
This email has been checked for known viruses, but ISIS Papyrus accepts
no responsibility for malicious or inappropriate content.
---

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


formatting control blocks

2013-04-26 Thread Gary Weinhold
I'm looking for a public domain control block formatting tool that will 
display memory formatted with the information from a non-IBM assembler 
DSECT.  I realize that there are a couple of CBT files that probably 
include this capability, but I'd appreciate any experiences regarding 
ease of use or limitations before investing too much time.


Gary Weinhold

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN