|
How about just: dbfield = %trim(dbfield) + *ALLx'00'; Charles Wilt -- iSeries Systems Administrator / Developer Mitsubishi Electric Automotive America ph: 513-573-4343 fax: 513-398-1121
-----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Peter.Colpaert@xxxxxxxxx Sent: Tuesday, December 12, 2006 5:47 AM To: RPG programming on the AS400 / iSeries Subject: Re: How to place null characters in a record Paul, you could try this: d workField s 1000a inz /free workField = *allx'00'; dbField = %trim(dbField) + workField; /end-free HTH, Peter Colpaert Application Developer PLI - IT - Kontich, Belgium ----- Yoda of Borg are we. Futile is resistance, assimilated will you be. ----- "PAPWORTH Paul" <Paul.Papworth@xxxxxxx> Sent by: rpg400-l-bounces@xxxxxxxxxxxx 12/12/2006 10:37 Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To <rpg400-l@xxxxxxxxxxxx> cc Subject How to place null characters in a record We have a file which is 4000 bytes long and contains just one field (X(4000)). I would appreciate any suggestions for how to place null characters (Hex '00') in all the unused bytes after the data. Ideally in RPG but Cobol would be ok. -- 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.