Re: Finding IPL Text for Stand Alone Dump

2010-08-18 Thread Rick Fochtman

--snip-
It would be a good idea to IPL the SADMP to verify its operation anyway. 
Much better than finding out it doesn't work when you actually need it!

---unsnip---
AMEN, BROTHER!  Do that for any SA programs you have loaded onto disks 
or tapes. An ounce of prevention..


Rick

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


Finding IPL Text for Stand Alone Dump

2010-08-17 Thread Eric Bielefeld
Is there a way to find out if a volume has the IPL Text for taking a Stand 
Alone Dump?  I'm pretty sure that the IPL text is on the master catalog volume, 
but is there any way to verify that?  I looked at the volume with FileAid, and 
didn't see anything.

--
Eric Bielefeld
Systems Programmer

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


Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread Mark Zelden
On Tue, 17 Aug 2010 20:40:41 +, Eric Bielefeld eric-ibmm...@wi.rr.com
wrote:

Is there a way to find out if a volume has the IPL Text for taking a Stand
Alone Dump?  I'm pretty sure that the IPL text is on the master catalog
volume, but is there any way to verify that?  I looked at the volume with
FileAid, and didn't see anything.

--

You need to print CYL 0 TRK 0.

FDR example:

//STEP1EXEC PGM=FDRDSF  
//SYSPRINT DD  SYSOUT=* 
//SYSUDUMP DD  SYSOUT=* 
//DISK1DD  UNIT=SYSDA,DISP=OLD,VOL=SER=SYSRES   
//TAPE1DD  SYSOUT=* 
//SYSINDD  *
   PRINT  TYPE=DSF,DSN=VTOC 
   SELECT  FROM(CYL=0,TRK=0),TO(CYL=0,TRK=0)



DFSMSdss example:

//STEP1  EXEC  PGM=ADRDSSU,REGION=2M 
//SYSPRINT  DD SYSOUT=*  
//SYSIN DD * 
 PRINT TRACKS((0,0,0,0)) INDY(SYSRES) 
/*   


--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS   
mailto:mzel...@flash.net  
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/

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


Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread Scott Rowe
The presence of a SYS1.PAGEDUMP dataset on the volume is a pretty strong 
indicator, though I guess it would be possible to lose the actual IPL text and 
leave the dataset, in which case a dump of track 0 should be pretty clear.

 Eric Bielefeld eric-ibmm...@wi.rr.com 8/17/2010 4:40 PM 
Is there a way to find out if a volume has the IPL Text for taking a Stand 
Alone Dump?  I'm pretty sure that the IPL text is on the master catalog volume, 
but is there any way to verify that?  I looked at the volume with FileAid, and 
didn't see anything.

--
Eric Bielefeld
Systems Programmer

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



CONFIDENTIALITY/EMAIL NOTICE: The material in this transmission contains 
confidential and privileged information intended only for the addressee.  If 
you are not the intended recipient, please be advised that you have received 
this material in error and that any forwarding, copying, printing, 
distribution, use or disclosure of the material is strictly prohibited.  If you 
have received this material in error, please (i) do not read it, (ii) reply to 
the sender that you received the message in error, and (iii) erase or destroy 
the material. Emails are not secure and can be intercepted, amended, lost or 
destroyed, or contain viruses. You are deemed to have accepted these risks if 
you communicate with us by email. Thank you.


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


Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread Field, Alan C.
Eric,

They can be on any volume of your choosing. If local convention dictates
the master catalog volume that'd be true. 

Look for a volume with a SYS1.PAGEDUMP.Vnnn dataset. The SAD build
doesn't catalog these. I modify the AMDSADMP macro so they are cataloged
on my system.

Alan 

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Eric Bielefeld
Sent: Tuesday, August 17, 2010 15:41 
To: IBM-MAIN@bama.ua.edu
Subject: Finding IPL Text for Stand Alone Dump

Is there a way to find out if a volume has the IPL Text for taking a
Stand Alone Dump?  I'm pretty sure that the IPL text is on the master
catalog volume, but is there any way to verify that?  I looked at the
volume with FileAid, and didn't see anything.

--
Eric Bielefeld
Systems Programmer

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


Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Eric Bielefeld
 Sent: Tuesday, August 17, 2010 3:41 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Finding IPL Text for Stand Alone Dump
 
 Is there a way to find out if a volume has the IPL Text for 
 taking a Stand Alone Dump?  I'm pretty sure that the IPL text 
 is on the master catalog volume, but is there any way to 
 verify that?  I looked at the volume with FileAid, and didn't 
 see anything.
 
 --
 Eric Bielefeld

Is a DSN like: SYS1.ADR.SAIPLD.Vvolser on the volume? If no, then I don't 
believe that it can be used for SADUMP. If fairly sure that just having the IPL 
text is insufficient. Of course, just having the DSN without IPL text is 
insufficient too.

DFDSS dump looks similar to:

ADR006I (001)-STEND(01), 2010.229 15:53:44 EXECUTION BEGINS
*** TRACK(CCHH)   R0 DATA  
COUNT  01040018
   C9D7D3F1 0008 8400 06000110  6040 08000110 0001  
 *IPL1-...*
COUNT  02040090
   C9D7D3F2 31000136 6005 08000110  0001 0500 60001000 06000400 
 *IPL2-...-...*
 0020  2C00   0400      
 **
 0040           
 **
 0060  TO  007F   SAME AS ABOVE
 0080       
 **
COUNT  03040050
   E5D6D3F1 E5D6D3F1 D3C9C8E3 E2F14000  0101 40404040 40404040 40404040 
 *VOL1VOL1LIHTS1..*
 0020  40404040 40404040 40C9C3F0 F1404040  40404040 40404040 40404040 40404040 
 *.IC01...*
 0040  40404040 40404040 40404040 40404040  40404040
 **
COUNT  04001000
   E3C8C9E2 40C9E240 C5D4D7E3 E840E6D6  D9D2C6C9 D3C540D9 C5C3D6D9 C440F0F0 
 *THIS.IS.EMPTY.WORKFILE.RECORD.00*
 0020  F0F0         
 *00..*
 0040           
 **
 0060  TO  0FFF   SAME AS ABOVE
COUNT  05000C00
   47F00C80 C1D4C4E2 C1C9D7C4 F0F261F2  F361F9F8 40C8C2C2 F6F6F0F6 9110037C 
 *.0..AMDSAIPD02/23/98.hbb6606...@*
 0020  47800440 94EF037C BF2F0250 47800432  18C2BF2F 02544780 043C18D2 82000258 
 *...@B.Kb...*
 0040  D2070260 09409500 037F4780 04601F55  50500264 D2000265 037FD200 0267037E 
 *K..-..n.-KK=*
 0060  82000260 9180026C 47800470 82000268  8208 900F0F30 982F0B18 B6660A4C 
 *b..-j..%b...b...q..*


--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

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


Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread McKown, John
OOPS - that DSN's for ICKDSF stand alone. Sorry!

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of McKown, John
 Sent: Tuesday, August 17, 2010 3:55 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Finding IPL Text for Stand Alone Dump
 
  -Original Message-
  From: IBM Mainframe Discussion List 
  [mailto:ibm-m...@bama.ua.edu] On Behalf Of Eric Bielefeld
  Sent: Tuesday, August 17, 2010 3:41 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: Finding IPL Text for Stand Alone Dump
  
  Is there a way to find out if a volume has the IPL Text for 
  taking a Stand Alone Dump?  I'm pretty sure that the IPL text 
  is on the master catalog volume, but is there any way to 
  verify that?  I looked at the volume with FileAid, and didn't 
  see anything.
  
  --
  Eric Bielefeld
 
 Is a DSN like: SYS1.ADR.SAIPLD.Vvolser on the volume? If no, 
 then I don't believe that it can be used for SADUMP. If 
 fairly sure that just having the IPL text is insufficient. Of 
 course, just having the DSN without IPL text is insufficient too.
 
 DFDSS dump looks similar to:
 
 ADR006I (001)-STEND(01), 2010.229 15:53:44 EXECUTION BEGINS
 *** TRACK(CCHH)   R0 DATA  
 COUNT  01040018
    C9D7D3F1 0008 8400 06000110  6040 08000110 
 0001   *IPL1-...*
 COUNT  02040090
    C9D7D3F2 31000136 6005 08000110  0001 0500 
 60001000 06000400  *IPL2-...-...*
  0020  2C00   0400    
    **
  0040         
    **
  0060  TO  007F   SAME AS ABOVE
  0080         
**
 COUNT  03040050
    E5D6D3F1 E5D6D3F1 D3C9C8E3 E2F14000  0101 40404040 
 40404040 40404040  *VOL1VOL1LIHTS1..*
  0020  40404040 40404040 40C9C3F0 F1404040  40404040 40404040 
 40404040 40404040  *.IC01...*
  0040  40404040 40404040 40404040 40404040  40404040  
**
 COUNT  04001000
    E3C8C9E2 40C9E240 C5D4D7E3 E840E6D6  D9D2C6C9 D3C540D9 
 C5C3D6D9 C440F0F0  *THIS.IS.EMPTY.WORKFILE.RECORD.00*
  0020  F0F0       
    *00..*
  0040         
    **
  0060  TO  0FFF   SAME AS ABOVE
 COUNT  05000C00
    47F00C80 C1D4C4E2 C1C9D7C4 F0F261F2  F361F9F8 40C8C2C2 
 F6F6F0F6 9110037C  *.0..AMDSAIPD02/23/98.hbb6606...@*
  0020  47800440 94EF037C BF2F0250 47800432  18C2BF2F 02544780 
 043C18D2 82000258  *...@B.Kb...*
  0040  D2070260 09409500 037F4780 04601F55  50500264 D2000265 
 037FD200 0267037E  *K..-..n.-KK=*
  0060  82000260 9180026C 47800470 82000268  8208 900F0F30 
 982F0B18 B6660A4C  *b..-j..%b...b...q..*
 
 
 --
 John McKown 
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone * (817)-691-6183 cell
 john.mck...@healthmarkets.com * www.HealthMarkets.com
 
 Confidentiality Notice: This e-mail message may contain 
 confidential or proprietary information. If you are not the 
 intended recipient, please contact the sender by reply e-mail 
 and destroy all copies of the original message. 
 HealthMarkets(r) is the brand name for products underwritten 
 and issued by the insurance subsidiaries of HealthMarkets, 
 Inc. -The Chesapeake Life Insurance Company(r), Mid-West 
 National Life Insurance Company of TennesseeSM and The MEGA 
 Life and Health Insurance Company.SM
 
  
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http

Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread Scott Rowe
Actually, it sounds more like DFDSS than ICKDSF.

 McKown, John john.mck...@healthmarkets.com 8/17/2010 4:56 PM 
OOPS - that DSN's for ICKDSF stand alone. Sorry!

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com 

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of McKown, John
 Sent: Tuesday, August 17, 2010 3:55 PM
 To: IBM-MAIN@bama.ua.edu 
 Subject: Re: Finding IPL Text for Stand Alone Dump
 
  -Original Message-
  From: IBM Mainframe Discussion List 
  [mailto:ibm-m...@bama.ua.edu] On Behalf Of Eric Bielefeld
  Sent: Tuesday, August 17, 2010 3:41 PM
  To: IBM-MAIN@bama.ua.edu 
  Subject: Finding IPL Text for Stand Alone Dump
  
  Is there a way to find out if a volume has the IPL Text for 
  taking a Stand Alone Dump?  I'm pretty sure that the IPL text 
  is on the master catalog volume, but is there any way to 
  verify that?  I looked at the volume with FileAid, and didn't 
  see anything.
  
  --
  Eric Bielefeld
 
 Is a DSN like: SYS1.ADR.SAIPLD.Vvolser on the volume? If no, 
 then I don't believe that it can be used for SADUMP. If 
 fairly sure that just having the IPL text is insufficient. Of 
 course, just having the DSN without IPL text is insufficient too.
 
 DFDSS dump looks similar to:
 
 ADR006I (001)-STEND(01), 2010.229 15:53:44 EXECUTION BEGINS
 *** TRACK(CCHH)   R0 DATA  
 COUNT  01040018
    C9D7D3F1 0008 8400 06000110  6040 08000110 
 0001   *IPL1-...*
 COUNT  02040090
    C9D7D3F2 31000136 6005 08000110  0001 0500 
 60001000 06000400  *IPL2-...-...*
  0020  2C00   0400    
    **
  0040         
    **
  0060  TO  007F   SAME AS ABOVE
  0080         
**
 COUNT  03040050
    E5D6D3F1 E5D6D3F1 D3C9C8E3 E2F14000  0101 40404040 
 40404040 40404040  *VOL1VOL1LIHTS1..*
  0020  40404040 40404040 40C9C3F0 F1404040  40404040 40404040 
 40404040 40404040  *.IC01...*
  0040  40404040 40404040 40404040 40404040  40404040  
**
 COUNT  04001000
    E3C8C9E2 40C9E240 C5D4D7E3 E840E6D6  D9D2C6C9 D3C540D9 
 C5C3D6D9 C440F0F0  *THIS.IS.EMPTY.WORKFILE.RECORD.00*
  0020  F0F0       
    *00..*
  0040         
    **
  0060  TO  0FFF   SAME AS ABOVE
 COUNT  05000C00
    47F00C80 C1D4C4E2 C1C9D7C4 F0F261F2  F361F9F8 40C8C2C2 
 F6F6F0F6 9110037C  *.0..AMDSAIPD02/23/98.hbb6606...@*
  0020  47800440 94EF037C BF2F0250 47800432  18C2BF2F 02544780 
 043C18D2 82000258  *...@B.Kb...* 
  0040  D2070260 09409500 037F4780 04601F55  50500264 D2000265 
 037FD200 0267037E  *K..-..n.-KK=*
  0060  82000260 9180026C 47800470 82000268  8208 900F0F30 
 982F0B18 B6660A4C  *b..-j..%b...b...q..*
 
 
 --
 John McKown 
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone * (817)-691-6183 cell
 john.mck...@healthmarkets.com * www.HealthMarkets.com 
 
 Confidentiality Notice: This e-mail message may contain 
 confidential or proprietary information. If you are not the 
 intended recipient, please contact the sender by reply e-mail 
 and destroy all copies of the original message. 
 HealthMarkets(r) is the brand name for products underwritten 
 and issued by the insurance subsidiaries of HealthMarkets, 
 Inc. -The Chesapeake Life Insurance Company(r), Mid-West 
 National Life Insurance Company of TennesseeSM and The MEGA 
 Life and Health Insurance Company.SM
 
  
 
 --
 For IBM-MAIN subscribe / signoff / archive access

Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread Clifford McNeill
Eric,
I use the DFDSS print below and search for AMDSAIPD.
 
//PRTSADMP EXEC PGM=ADRDSSU,   
// REGION=4M   
//SYSPRINT  DD SYSOUT=*
//DD1   DD UNIT=SYSDA, 
// DISP=SHR,   
// VOL=SER=xx  
//SYSIN DD *   
 PRINT TRKS(X'',X'',X'',X'') INDD(DD1) 
/* 

Cliff McNeill
 

 Is there a way to find out if a volume has the IPL Text for taking a Stand 
 Alone Dump? I'm pretty sure that the IPL text is on the master catalog 
 volume, but is there any way to verify that? I looked at the volume with 
 FileAid, and didn't see anything.
 
 --
 Eric Bielefeld
 Systems Programmer
  
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread McKown, John
Could be. I saw the SAD in the name and jumped to the wrong conclusions. Bad 
week for me.

John McKown 

Systems Engineer IV

IT

 

Administrative Services Group

 

HealthMarkets(r)

 

9151 Boulevard 26 * N. Richland Hills * TX 76010

(817) 255-3225 phone * (817)-691-6183 cell

john.mck...@healthmarkets.com * www.HealthMarkets.com

 

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Scott Rowe
 Sent: Tuesday, August 17, 2010 4:00 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Finding IPL Text for Stand Alone Dump
 
 Actually, it sounds more like DFDSS than ICKDSF.
 
  McKown, John john.mck...@healthmarkets.com 8/17/2010 
 4:56 PM 
 OOPS - that DSN's for ICKDSF stand alone. Sorry!
 
 --
 John McKown 
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone * (817)-691-6183 cell
 john.mck...@healthmarkets.com * www.HealthMarkets.com 
 
 Confidentiality Notice: This e-mail message may contain 
 confidential or proprietary information. If you are not the 
 intended recipient, please contact the sender by reply e-mail 
 and destroy all copies of the original message. 
 HealthMarkets(r) is the brand name for products underwritten 
 and issued by the insurance subsidiaries of HealthMarkets, 
 Inc. -The Chesapeake Life Insurance Company(r), Mid-West 
 National Life Insurance Company of TennesseeSM and The MEGA 
 Life and Health Insurance Company.SM
 
  -Original Message-
  From: IBM Mainframe Discussion List 
  [mailto:ibm-m...@bama.ua.edu] On Behalf Of McKown, John
  Sent: Tuesday, August 17, 2010 3:55 PM
  To: IBM-MAIN@bama.ua.edu 
  Subject: Re: Finding IPL Text for Stand Alone Dump
  
   -Original Message-
   From: IBM Mainframe Discussion List 
   [mailto:ibm-m...@bama.ua.edu] On Behalf Of Eric Bielefeld
   Sent: Tuesday, August 17, 2010 3:41 PM
   To: IBM-MAIN@bama.ua.edu 
   Subject: Finding IPL Text for Stand Alone Dump
   
   Is there a way to find out if a volume has the IPL Text for 
   taking a Stand Alone Dump?  I'm pretty sure that the IPL text 
   is on the master catalog volume, but is there any way to 
   verify that?  I looked at the volume with FileAid, and didn't 
   see anything.
   
   --
   Eric Bielefeld
  
  Is a DSN like: SYS1.ADR.SAIPLD.Vvolser on the volume? If no, 
  then I don't believe that it can be used for SADUMP. If 
  fairly sure that just having the IPL text is insufficient. Of 
  course, just having the DSN without IPL text is insufficient too.
  
  DFDSS dump looks similar to:
  
  ADR006I (001)-STEND(01), 2010.229 15:53:44 EXECUTION BEGINS
  *** TRACK(CCHH)   R0 DATA  
  COUNT  01040018
     C9D7D3F1 0008 8400 06000110  6040 08000110 
  0001   *IPL1-...*
  COUNT  02040090
     C9D7D3F2 31000136 6005 08000110  0001 0500 
  60001000 06000400  *IPL2-...-...*
   0020  2C00   0400    
     **
   0040         
     **
   0060  TO  007F   SAME AS ABOVE
   0080         
 **
  COUNT  03040050
     E5D6D3F1 E5D6D3F1 D3C9C8E3 E2F14000  0101 40404040 
  40404040 40404040  *VOL1VOL1LIHTS1..*
   0020  40404040 40404040 40C9C3F0 F1404040  40404040 40404040 
  40404040 40404040  *.IC01...*
   0040  40404040 40404040 40404040 40404040  40404040  
 **
  COUNT  04001000
     E3C8C9E2 40C9E240 C5D4D7E3 E840E6D6  D9D2C6C9 D3C540D9 
  C5C3D6D9 C440F0F0  *THIS.IS.EMPTY.WORKFILE.RECORD.00*
   0020  F0F0       
     *00..*
   0040         
     **
   0060  TO  0FFF   SAME AS ABOVE
  COUNT  05000C00
     47F00C80 C1D4C4E2 C1C9D7C4 F0F261F2  F361F9F8 40C8C2C2 
  F6F6F0F6 9110037C  *.0..AMDSAIPD02/23/98.hbb6606...@*
   0020  47800440 94EF037C BF2F0250 47800432  18C2BF2F 02544780

Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread Eric Bielefeld
Thanks to all who replied, especially the reply below.  I discovered that I had 
a pack called
SADPGM with the SYS1.PAGEDUMP dataset on it.  It also had AMDSAIPD in the text, 
so I'm pretty
sure that is the correct pack.  Problem solved.  
--

Eric Bielefeld
Systems Programmer


 Clifford McNeill sy...@hotmail.com wrote: 
 Eric,
 I use the DFDSS print below and search for AMDSAIPD.
  
 //PRTSADMP EXEC PGM=ADRDSSU,   
 // REGION=4M   
 //SYSPRINT  DD SYSOUT=*
 //DD1   DD UNIT=SYSDA, 
 // DISP=SHR,   
 // VOL=SER=xx  
 //SYSIN DD *   
  PRINT TRKS(X'',X'',X'',X'') INDD(DD1) 
 /* 
 
 Cliff McNeill
  
 
  Is there a way to find out if a volume has the IPL Text for taking a Stand 
  Alone Dump? I'm pretty sure that the IPL text is on the master catalog 
  volume, but is there any way to verify that? I looked at the volume with 
  FileAid, and didn't see anything.
  
  --
  Eric Bielefeld
  Systems Programmer

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


Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread Bill Fairchild
Dump track 0 of cylinder 0, as described below, on what you know to be your 
SYSRES volume, dump track 0 of cylinder 0 on what you think is a SAD-capable 
volume, and then compare the printouts for R1 and R2 on the two volumes.  You 
should see eyeball-readable text saying SAD or Standalone Dump instead of 
IPLTEXT, or something like that.

Or get some standalone test time and try to IPL from what you think is the SAD 
volume.

Bill Fairchild
Rocket Software

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Mark Zelden
Sent: Tuesday, August 17, 2010 3:49 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Finding IPL Text for Stand Alone Dump

You need to print CYL 0 TRK 0.

FDR example:

//STEP1EXEC PGM=FDRDSF  
//SYSPRINT DD  SYSOUT=* 
//SYSUDUMP DD  SYSOUT=* 
//DISK1DD  UNIT=SYSDA,DISP=OLD,VOL=SER=SYSRES   
//TAPE1DD  SYSOUT=* 
//SYSINDD  *
   PRINT  TYPE=DSF,DSN=VTOC 
   SELECT  FROM(CYL=0,TRK=0),TO(CYL=0,TRK=0)



DFSMSdss example:

//STEP1  EXEC  PGM=ADRDSSU,REGION=2M 
//SYSPRINT  DD SYSOUT=*  
//SYSIN DD * 
 PRINT TRACKS((0,0,0,0)) INDY(SYSRES) 
/*   
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

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


Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread Scott Rowe
Did you check if it is the correct level of SADMP?  The dumped text will 
include the FMID that will tell you what level of the SADMP code is on the pack.

 Eric Bielefeld eric-ibmm...@wi.rr.com 8/17/2010 5:39 PM 
Thanks to all who replied, especially the reply below.  I discovered that I had 
a pack called
SADPGM with the SYS1.PAGEDUMP dataset on it.  It also had AMDSAIPD in the text, 
so I'm pretty
sure that is the correct pack.  Problem solved.  
--

Eric Bielefeld
Systems Programmer


 Clifford McNeill sy...@hotmail.com wrote: 
 Eric,
 I use the DFDSS print below and search for AMDSAIPD.
  
 //PRTSADMP EXEC PGM=ADRDSSU,   
 // REGION=4M   
 //SYSPRINT  DD SYSOUT=*
 //DD1   DD UNIT=SYSDA, 
 // DISP=SHR,   
 // VOL=SER=xx  
 //SYSIN DD *   
  PRINT TRKS(X'',X'',X'',X'') INDD(DD1) 
 /* 
 
 Cliff McNeill
  
 
  Is there a way to find out if a volume has the IPL Text for taking a Stand 
  Alone Dump? I'm pretty sure that the IPL text is on the master catalog 
  volume, but is there any way to verify that? I looked at the volume with 
  FileAid, and didn't see anything.
  
  --
  Eric Bielefeld
  Systems Programmer

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



CONFIDENTIALITY/EMAIL NOTICE: The material in this transmission contains 
confidential and privileged information intended only for the addressee.  If 
you are not the intended recipient, please be advised that you have received 
this material in error and that any forwarding, copying, printing, 
distribution, use or disclosure of the material is strictly prohibited.  If you 
have received this material in error, please (i) do not read it, (ii) reply to 
the sender that you received the message in error, and (iii) erase or destroy 
the material. Emails are not secure and can be intercepted, amended, lost or 
destroyed, or contain viruses. You are deemed to have accepted these risks if 
you communicate with us by email. Thank you.


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


Re: Finding IPL Text for Stand Alone Dump

2010-08-17 Thread Gord Tomlin
It would be a good idea to IPL the SADMP to verify its operation anyway. 
 Much better than finding out it doesn't work when you actually need it!


--

Regards, Gord Tomlin
Action Software International
(a division of Mazda Computer Corporation)
Tel: (905) 470-7113, Fax: (905) 470-6507

Bill Fairchild wrote (snipped):

Or get some standalone test time and try to IPL from what you think is the SAD 
volume.


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