Alan:

Here's the JCL for adrdssu:

//S0 EXEC PGM=ADRDSSU,REGION=0M
//SYSPRINT DD  SYSOUT=*
//DASD DD  UNIT=3390,VOL=(PRIVATE,SER=volser),DISP=OLD
//SYSIN  DD  *
   PRINT TRACKS(0000,00,0020,14) INDDNAME(DASD)
/*

The format for the tracks parameter is from cccchh to cccchh. The sample above will print

From CYL 0000 TRK 00 to CYL 0020 TRK  14. The numbers are in decimal.

Bill


From: Alan Schwartz <[EMAIL PROTECTED]>
Reply-To: IBM Mainframe Discussion List <[email protected]>
To: [email protected]
Subject: Utility to print tracks
Date: Tue, 26 Jun 2007 16:59:53 -0500

I'm scratching at some dead brain cells.  I'm thinking there was some
utility, IBM or ISV, I had at some point that I could supply a TTR address
for some volume and print what was at that address.  Does this ring a bell
with anyone?

Alan Schwartz
Assurant Corporate Technology
z/OS Lead Systems Programmer

**************************************************************************************
This e-mail message and all attachments transmitted with it may contain legally privileged and/or confidential information intended solely for the use of the addressee(s). If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, forwarding or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message and all copies and backups thereof.

Thank you.
**************************************************************************************

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

_________________________________________________________________
Get a preview of Live Earth, the hottest event this summer - only on MSN http://liveearth.msn.com?source=msntaglineliveearthhm

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to