|
Hi Simon Thanks for that, it worked perfectly. I'm sorry it's taken so long to get back to you, I've been having trouble with sending emails which appears to be working now. Thanks again Jonathan -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Simon Coulter Sent: 28 April 2005 07:56 To: RPG programming on the AS400 / iSeries Subject: Re: Convert Case (QLGCNVCS) gives error CPF3BEB On 28/04/2005, at 4:29 PM, Jonathan Mason wrote: > However, every time I call the procedure I?m getting message ID CPF3BEB > (Type of request not valid) in the Error Code structure. I?ve been > through the code over and over again, and everything looks as I?d > expect > ? which means I?m missing something fairly obvious. > D QlgConvertCase Pr ExtPgm('QLGCNVCS') > D RqsCtlBlock 32767a Const Varying > D InpData 32767a Const Varying > D OutData 32767a Varying > D LenData 10i 0 Const > D ApiErrCode Like(ApiError) The parameters are not varying. Keyword VARYING means it has a 2-byte length in the first position. The parameters are varying size which is different. You need OPTIONS(*VARSIZE) instead of VARYING on all 3 parameters. Regards, Simon Coulter. -------------------------------------------------------------------- FlyByNight Software AS/400 Technical Specialists http://www.flybynight.com.au/ Phone: +61 3 9419 0175 Mobile: +61 0411 091 400 /"\ Fax: +61 3 9419 0175 \ / X ASCII Ribbon campaign against HTML E-Mail / \ -------------------------------------------------------------------- -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
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.