× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Good suggestions. The code started from some programs we used a while back and could probably use some updates. I think we used a itjungle.com source for the package IDs initially. I like using the generic package names and also the INSPTF. I will have to change that.

As far as doing them all in a row...from what I have observed but not studied...Each PTF (not the whole package but each PTF) is downloaded if needed as a separate savf. When the second SNDPTFORD runs, it does the same checks. If it needs any PTFs AND if the savf already exists it doesn't re-do them. When I run this (about every two months), I end up with anywhere from ten (missed any cums and slow hiper time) to over a 100 individual PTF save files.

I recently checked our licensed programs against the packages available. There are a couple packages that are available that we don't use. So certainly everyone should check. Specifically, I believe there is a BRMS package available that a bunch of you will need.



________________________________
From: "rob@xxxxxxxxx" <rob@xxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Sent: Tuesday, October 9, 2012 2:24 PM
Subject: Re: Download Director

I have a couple of questions about this.

First, If you do two in a row like this:
SNDPTFORD  PTFID((SF99709  *ONLYPRD *ONLYRLS))
SNDPTFORD  PTFID((SF99708  *ONLYPRD *ONLYRLS))
Does the second one wipe out the first one from *SERVICE and only leave
it's save files behind?
When I've done something like this I normally staggered them like so:
SNDPTFORD  PTFID((SF99709  *ONLYPRD *ONLYRLS))
INSPTF LICPGM((*ALL)) INSTYP(*DLYALL)
SNDPTFORD  PTFID((SF99708  *ONLYPRD *ONLYRLS))
INSPTF LICPGM((*ALL)) INSTYP(*DLYALL)
INSPTF is the command behind GO PTF, 8.  And then do the IPL at the end.
If I stagger them this way am I less likely to fill the Link Loader?

Second, wouldn't you be better served by using the release agnostic
generics like:
*CUMPKG
*HIPERGRP
*DB2GRP
*BRSGRP
*JVAGRP
*HTTPGRP
*PFRGRP
than by using the actual group numbers?  Granted, you'd still have some
customization upon release upgrades, but, some critical ones would still
be covered until you realized you forgot to change the program after the
release upgrade.

Third, I'd check this with the other group PTF's available at either fix
central or
http://www-912.ibm.com/s_dir/sline003.NSF/GroupPTFs?OpenView&view=GroupPTFs




Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.