>Now what I still don't quite 'get' is how to dump everything >needed above the bar automatically. RGN does not seem to cover >that, so any program experiencing a problem would need to >explicitly specify ranges of storage above the bar in its >own dump invocation. Or am I missing something?
I can tell you the intent. Each allocation of above-2G storage fits into one of 5 "should I include it in the dump?" categories -- - like region (default for private) - like LSQA - like CSA (default for common) - like SQA - do not dump automatically The intent is to dump "like x" when 'x' is included. Things that are "do not dump automatically" are expected to be included explicitly (e.g., LIST64, SUMLIST64) in a dump, when needed. 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
