On Tue, 13 May 2008 12:37:09 +0000, Ted MacNEIL <[EMAIL PROTECTED]> wrote:

>>The ICS and IPS are still included in the IHAIPA mapping macro in z/OS 1.9
and IPAICS and IPAIPS still contain valid PDE entries - maybe IBM are yet to
"clean-up" the entries ?
>
>I modified a version of Mark's IPLINFO to not even produce the ICS/IPS
lines in the output.
>Nothing fancy; I just commented out the assignments of the lines to the
output stream.
>

This would be better.  Add it to the "EXTRACT_SYSPARMS:" routine around
line 1718 just before the 2 lines of code that  remove the ILM parms:


If Bitand(CVTOSLV3,'08'x) = '08'x then ,     /* z/OS 1.3 and above   */
  If Pos('IPS',IEASPARM) <> 0  | ,           /* remove IPS parms     */
     Pos('ICS',IEASPARM) <> 0  then return   /* remove ICS parms     */


Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

----------------------------------------------------------------------
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