That's fine, but why would you want to print thousands of pages instead of just 
searching, formatting and viewing the data you need?


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [[email protected]] on behalf of 
Mark Jacobs [[email protected]]
Sent: Friday, April 16, 2021 12:37 PM
To: [email protected]
Subject: Re: Print a SYSMDUMP

Some of our new developers have //SYSMDUMP DD SYSOUT=* in their JCL.

Mark Jacobs

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://secure-web.cisco.com/1A2hOSP6wQHTsvy20kLzPa_5uGUr-lbTPJV0QmHKPr7Q_aioMCqvZ0zq8T9sUOLnq1e93-wStMiIHJnWlUE7TsgGfLHR2sSwlA6maVgGbGk9NspSl1cpsmc0eH4damMUOikC_k2HHBWXvg8iYxOQOD-By1dEJkZt7WOM7_lBbsUOnAqzTAsHYxOsEYZ9n4dDWYHlK6d0vVdSpdGs6S6hq9ZMMBIRe3PLoBdOujot5FRM80SPEMSHlegGp4DGtE6EnNhYakWavhEbkwJSUzjmRHboo3Kg5bMa1g-XPTWfZgiCDXhNuQyJ0wY4JmdzSigtKgyQTL5n1fjsxLcPDDE6D0Dgz_4b06EIXLfA8XbDEzwO0na_aAfBj0QVBy-73LhrPoBxpyV7sRHogqBmIaLTvCyYRj0zYklAd-POc_nZTHazZinUewfu2Sug4HbaJ5K4i/https%3A%2F%2Fapi.protonmail.ch%2Fpks%2Flookup%3Fop%3Dget%26search%3Dmarkjacobs%40protonmail.com

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Friday, April 16th, 2021 at 12:30 PM, Seymour J Metz <[email protected]> wrote:

> Well, back when AMDPRDMP was a thing, you could print a SYSMDUMP, but why 
> would you want to? Searching a large dump on SPOOL is a RPITA, and doing it 
> on paper is worse. Yes, IPCS has its faults, but it's so much nicer than the 
> older alternatives.
>
>
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Shmuel (Seymour J.) Metz
>
> http://mason.gmu.edu/~smetz3
>
> From: IBM Mainframe Discussion List [[email protected]] on behalf of 
> Peter Relson [[email protected]]
>
> Sent: Friday, April 16, 2021 12:23 PM
>
> To: [email protected]
>
> Subject: Re: Print a SYSMDUMP
>
> My answer, being nit-picky, is: no, you cannot print a SYSMDUMP, aside
>
> from printing the dump records themselves such as in hex but you can
>
> direct IPCS to write its output to a data set that you could then print,
>
> after doing whatever IPCS commands you have chosen to do.
>
> For example, from some old notes (and maybe there are better options now)
>
> Allocate data set IPCSPRNT with RECFM VBA LRECL 255 BLKSIZE 6144 or with
>
> RECFM VBA LRECL 137 BLKSIZE 27998
>
> TSO ALLOC F(IPCSPRNT) DA(IPCSPRNT)
>
> IPCS SYSTRACE ALL print
>
> IPCS CTRACE COMP(SYSxxx) FULL print noterm
>
> IPCS Close Print
>
> Peter Relson
>
> z/OS Core Technology Design
>
>
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
>
> send email to [email protected] with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
>
> send email to [email protected] with the message: INFO IBM-MAIN

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

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

Reply via email to