×
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 was attempting to use SQL to view a spoolfile.
 
SELECT * FROM TABLE(SYSTOOLS.SPOOLED_FILE_DATA(
            JOB_NAME          =>'412514/PECKM/R008CP0001', 
            SPOOLED_FILE_NAME =>'PRT008M'))
ORDER BY ORDINAL_POSITION;
 
It returns an empty result set and the following messages are in the joblog.
 
Copy request failed for file QIBM_SFD in QTEMP.                           
Trigger program or external routine detected an error.                    
Trigger program or external routine detected an error.                    
Message FAILURE ON CPYSPLF returned from SIGNAL, RESIGNAL, or RAISE_ERROR.
 
I have verified the JOB_NAME and SPOOLED_FILE_NAME multiple times and they
are correct.  The trigger program errors really don't tell me anything
useful.  Any idea why I am getting the results that I am getting?
As an Amazon Associate we earn from qualifying purchases.
	
 
This mailing list archive is Copyright 1997-2025 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.