On 9/25/2013 3:59 AM, Mark Regan wrote:
I have a ISV software product that creates SMF records for which they do not 
publish the SMF record layout in their manuals. All they do is refer you to the 
DSECT coding in their MAC library and expect you to figure out the record 
layout from it. Not having a background in a programming language, especially 
assembler (I can do some SAS, but that's about it), is there a utility that can 
read a dsect and produce a readable output to work from?

Compile this:

 PRINT ON,GEN
 IsvMacroName , <-- this is the name of their mapping macro
 END ,

Hopefully you'll be able to understand the record layout from the offsets in the listing. Remember, they are in hex, not decimal.

--
Edward E Jaffe
Phoenix Software International, Inc
831 Parkview Drive North
El Segundo, CA 90245
http://www.phoenixsoftware.com/

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to