|
Hello Henrik, You wrote: >Where do I find the documentation for API QSPGETF? This program and its mate QSPPUTF are not documented APIs. They were provided via PTF way back on VRM130 or thereabouts. If you search the documents at www.as400service.ibm.com you may find a reference. You would be better off using the formal APIs documented in the Spooled File section of the System Programmer's API Reference. However, here are some commands I created years ago as an interface to these programs. PUTSPLF: CMD PROMPT('Put Spooled File') PARM KWD(FROMFILE) TYPE(Q1) MIN(1) FILE(*IN) + PROMPT('From database file') PARM KWD(TOOUTQ) TYPE(Q1) MIN(1) PROMPT('Output + queue') PARM KWD(FROMMBR) TYPE(*NAME) DFT(*FIRST) + SPCVAL((*FIRST)) EXPR(*YES) PROMPT('From + member') Q1: QUAL TYPE(*NAME) MIN(1) EXPR(*YES) QUAL TYPE(*NAME) DFT(*LIBL) SPCVAL((*LIBL) + (*CURLIB *CURLIB)) EXPR(*YES) + PROMPT('Library') GETSPLF: CMD PROMPT('Get Spooled File') PARM KWD(FILE) TYPE(*NAME) MIN(1) FILE(*IN) + EXPR(*YES) PROMPT('Spooled file') PARM KWD(TOFILE) TYPE(Q2) MIN(1) FILE(*OUT) + PROMPT('To database file') PARM KWD(JOB) TYPE(Q1) DFT(*) SNGVAL((*)) + PROMPT('Job name') PARM KWD(SPLNBR) TYPE(*INT2) DFT(*ONLY) + RANGE(1 9999) SPCVAL((*ONLY 0) (*LAST -1)) + PROMPT('Spooled file number') PARM KWD(TOMBR) TYPE(*NAME) DFT(*FIRST) + SPCVAL((*FIRST)) EXPR(*YES) PROMPT('To + member') Q1: QUAL TYPE(*NAME) MIN(1) EXPR(*YES) QUAL TYPE(*NAME) MIN(1) PROMPT('User') QUAL TYPE(*CHAR) LEN(6) RANGE(000000 999999) + MIN(1) FULL(*YES) PROMPT('Number') Q2: QUAL TYPE(*NAME) MIN(1) EXPR(*YES) QUAL TYPE(*NAME) DFT(*LIBL) SPCVAL((*LIBL) + (*CURLIB *CURLIB)) EXPR(*YES) + PROMPT('Library') Regards, Simon Coulter. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«» «» FlyByNight Software AS/400 Technical Specialists «» «» Eclipse the competition - run your business on an IBM AS/400. «» «» «» «» Phone: +61 3 9419 0175 Mobile: +61 0411 091 400 /"\ «» «» Fax: +61 3 9419 0175 mailto: shc@flybynight.com.au \ / «» «» X «» «» ASCII Ribbon campaign against HTML E-Mail / \ «» «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«» +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
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.