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



1 - They can ALL be done anytime.  Change INSTYP to either *DLYALL or 
*IMMDLY.  Why increase your dedicated system time to do that part of the 
INSPTF?
2 - See 1.
3 - Yes.  Keep in mind, that if you've done the ftp to get the binary in 
the same ifs directory as your image catalog you can do a ADDIMGCLGE 
TOFILE(*fromfile) and not have to have the binary in your ifs twice.  And, 
the big kicker, that addimgclge will run like a scalded dog.
4 - I make 3 image catalogs for ptf's:  CUME, all groups, and one called 
MISC.  I do
ADDIMGCLGE IMGCLG(CUME) TOFILE(*FROMFILE) (repeat as necessary)
LODIMGCLG IMGCLG(CUME) DEV(OPTVRT01)
INSPTF LICPGM((*ALL)) DEV(OPTVRT01) INSTYP(*DLYALL)
LODIMGCLG IMGCLG(CUME) DEV(OPTVRT01) OPTION(*UNLOAD)
ADDIMGCLGE IMGCLG(GROUP) TOFILE(*FROMFILE) (repeat as necessary)
LODIMGCLG IMGCLG(GROUP) DEV(OPTVRT01)
INSPTF LICPGM((*ALL)) DEV(OPTVRT01) INSTYP(*DLYALL)
LODIMGCLG IMGCLG(GROUP) DEV(OPTVRT01) OPTION(*UNLOAD)
ADDIMGCLGE IMGCLG(MISC) TOFILE(*FROMFILE) (repeat as necessary)
LODIMGCLG IMGCLG(MISC) DEV(OPTVRT01)
INSPTF LICPGM((*ALL)) DEV(OPTVRT01) INSTYP(*DLYALL)
LODIMGCLG IMGCLG(MISC) DEV(OPTVRT01) OPTION(*UNLOAD)
Followed by a lot of RMVIMGCLGE's.

Wait until the weekend.  IPL.

I also put all the steps in the email to download the data in a script 
file.  See also II-B at
http://faq.midrange.com/data/cache/67.html

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.