EXPERT RESPONSE
When you attach these drives to the iSeries, put them in their own ASP. It is possible to create an *OUTQ in any user ASP. Therefore, to write your spool files directly to these drives, create your *OUTQ in the ASP containing your "Plasmon" drives.
For example, if you put the Plasmon drives into ASP2, create the *OUTQ like this:
CRTLIB LIB(SPOOLFILES) ASP(2) TEXT('Library containing my *OUTQ')
CRTOUTQ OUTQ(SPOOLFILES/MYOUTQ) SPLFASP(*OUTQASP) TEXT('Outq for ASP2')
|