|
> IF NW_sascnt <> *Blanks > ' ' scan NW_sascnt n > Eval nwcs_nm_f = %subst(NW_sascnt:1:n-1) > Eval nwcs_nm_l = %subst(NW_sascnt:n+1) Your program will crash whenever n is 1, due to a blank in the first position. Then your first %subst will have 0 as the length for first name. n is equal to the size of the field, due to the first blank in the last position. Then your starting position exceeds the field size. Just catch these two conditions! Mit freundlichen Grüssen / Best regards Anton Gombkötö mailto:Gombkoetoe@ASsoft.com AS Software GmbH http://www.assoft.com Jedleseer Strasse 3 A-1210 Wien Tel: +43 1 278 15 01-0 Fax:+43 1 278 15 01-22 +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-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.