× 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.



Depends how you look at it.

The _length_ of that field determines how it will be used.

If you type this in debug:

EVAL substring:x

You'll see this:

0006C1C2 C3C4C5C6 00000000 ........ - ..ABCDEF........

Notice the '0006' at the beginning that is the length of the field - 6 bytes. Notice that after 'C6' (the 'F') the values are hex zeros. And that on the right hand side after the 'F' they show as undisplayable '...'

A straight view of the field in debug will make it look as if there are blanks - that's just the debugger being dumb and it should probably be reported as a bug or an RFE.



On Nov 18, 2019, at 2:25 PM, Rishi Seth <rishiseth99@xxxxxxxxx> wrote:

För substring also it shows same as 'RISHIbbbbb' where as it's defined as
varying only,now tell me?

b-means blanks here.

On Mon, Nov 18, 2019, 19:42 Hiebert, Chris <chris.hiebert@xxxxxxxxxxxxxx>
wrote:

--But it does not seem to be working please refer below code :-
-- dv1 s 10
-- dv2 s 5
-- dSUBSTRING s 10 VARYING
--when we debug it shows value of v1 as 'RISHIBBBB'
--So neither trim nor trimr even substring also does not seem to work as
it shows substring value as 'RISHIBBBBB'
--B---Means blanks.
-- Rishi Seth


In your example only "SUBSTRING" is defined as varying.
V1 and V2 are both defined as CHAR.
So they will always be padded with blanks to the defined lengths.

Chris Hiebert
Senior Programmer/Analyst
Disclaimer: Any views or opinions presented are solely those of the author
and do not necessarily represent those of the company.

--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com

--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.

Help support midrange.com by shopping at amazon.com with our affiliate link: https://amazon.midrange.com


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.