If your IMODs are currently in the CA SYSVIEW supplied ISET, how can you specify two ISET statements for CA SYSVIEW in CA GSS and have your own ISET as recommended by CA?
Many customers actually create their own IMODs. It is in the customer's best interest to keep their locally-written IMODs in a separate dataset. The reason for this is when a new release of CA SYSVIEW is shipped it is distributed with a new IMOD data set. This way, locally-written IMODS will not be overwritten.
Supposing in GSS PARMLIB member RUNPARM you have coded:
INCLUDE SYSVTWO
and in GSS PARMLIB member SYSVTWO you have coded:
ISET SYSVTWO DSN CA.SYSVIEW.IMODLIB SSID ISRB FORCE LOAD
Then to specify a site-specific library change member SYSVTWO to something like:
ISET SYSVTWO DSN CA.SYSVIEW.IMODLIB SSID ISRB FORCE LOAD <- CA SYSVIEW supplied ISET ISET YORIMOD DSN YOUR.IMODLIB SSID ISRB FORCE LOAD <- your own ISET