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



>I tried to run my standard program that sets up my library list,
>etc.  QZRCSRVS fails because several layers down my program does:
>DSPJOBD JOBD(*LIBL/OUTLUJOBD) OUTPUT(*PRINT) then it does
>CPYSPLF FILE(QPRTJOBD) TOFILE(QTEMP/TAA132) SPLNBR(*LAST)
>The CPYSPLF fails with CPF3303 "File QPRTJOBD not found in job
>065339/QUSER/QZRCSRVS".  The spool file ended up in another job.
>    
>So it seems that there are restriction on what RSE can run.

This is classic iSeries behaviour for server programs.  Server processes run
under a different profile so that you can WRKUSRJOB, etc. on them.  That is,
they swap to YOUR profile.  So I don't think it's an RSE problem.

Anyway, change the CL program to issue an override before creating the
spooled file.  Use the SPLFOWN(*JOB) parameter and you should be OK.
  --buck

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.