Please enable JavaScript to view this site.
From version 6.2.62 - This program allows you to specify the Library List required for the PPD using the Cobwebb General Directory. You need to call this program twice in your PPD, once to Add the required libraries to the Library List and finally to Remove the added libraries.
You should place the ADD call to this program inside a "PAGE = *START" condition; this will check the existing Library List and add all the libraries specified in the Cobwebb General Directory for the supplied Key 1 that are not already in the Library List. Make sure that you add this entry as the first thing you do in your PPD. The program keeps a record of the libraries that are added.
You then need to place the RMV call to this program inside a "PAGE = *END" condition; this will then remove all of the previously added libraries. Make sure that you add this as the last thing you do in your PPD.
Notes:
It is important that you make sure that you call this program with the RMV entry otherwise the library list will be left and used for the next PPD being processed by the Spooled File Monitor.
From version 6.2.88 - the ADD call now clears its store of library names in case a previous design has not specified the RMV call.
Parameter |
In |
PARM1 |
Data to match Key 1 in the Cobwebb General Directory |
PARM2 |
ADD - To Add the libraries RMV - To Remove the libraries |
PARM3 |
- |
PARM4 |
- |
PARM5 |
- |
PARM6 |
- |
Notes:
In order to add your libraries in the correct order you can specify a sequence number in the Key 2 entry of your Cobwebb General Directory. The libraries will be added so that they appear in the Library List in Key 2 ascending sequence.
For instance if you have the following entries in the Cobwebb General Directory:
Key 1 |
Key 2 |
Key 3 |
Data |
TEST |
1 |
AULBESPOKE |
|
TEST |
2 |
AULT3F2 |
|
TEST |
3 |
AULT2F2 |
|
TEST |
4 |
AULT1F2 |
This would result in your Library List looking similar to the following:
QSYS
... Any other System Libraries
AULBESPOKE
AULT3F2
AULT2F2
AULT1F2
...Any other User Libraries