RE: Why you shouldn't be afraid to use VARCHAR in RPGLE

"Birgitta Hauser" <Hauser-bRAHsVz2yv4TVIZRl6KS/[email protected]>
Newsgroups gmane.comp.lang.as400.rpg
Message-ID <[email protected]>
Hi Niels,

%IF does not (yet?!) exist.
But it would be easy to code ... and for different data types the function can be overloaded.

Mit freundlichen Grüßen / Best regards

Birgitta Hauser
Modernization – Education – Consulting on IBM i
Database and Software Architect  
IBM Champion since 2020

"Shoot for the moon, even if you miss, you'll land among the stars." (Les Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them and keeping them!"
"Train people well enough so they can leave, treat them well enough so they don't want to. " (Richard Branson)
"Learning is experience … everything else is only information!" (Albert Einstein)


-----Original Message-----
From: RPG400-L <[email protected]> On Behalf Of Niels Liisberg
Sent: Saturday, 13 December 2025 12:56
To: RPG programming on IBM i <[email protected]>
Subject: Re: Why you shouldn't be afraid to use VARCHAR in RPGLE

It's there already: check the %IF

Result = %IF(MyField = 'A' : 'Yes' : 'No'); // Assigns 'Yes' or 'No


On Fri, Dec 12, 2025 at 7:33 PM Marco Facchinetti < [email protected]> wrote:

> Christmas is approaching and perhaps the compilers' team is in the 
> mood for
> gifts:
>
> https://ibm-power-systems.ideas.ibm.com/ideas/IBMI-I-4748
>
> Best regards
> --
> Marco Facchinetti
>
> Mr S.r.l.
>
> Tel. 035 962885
> Cel. 393 9620498
>
> Skype: facchinettimarco
>
>
> Il giorno ven 12 dic 2025 alle ore 18:24 James H. H. Lampert via 
> RPG400-L < [email protected]> ha scritto:
>
> > On 12/10/25 8:04 PM, Barbara Morris wrote:
> >
> > > It's a single pass through the source but it gathers information 
> > > that
> it
> > > can use multiple times.
> > >
> > > The compiler usually allows forward-referencing, so you can code
> LIKE(x)
> > > where x is defined later.
> >
> > Interesting. But note my exact words: "pure single-pass." As in 
> > compiling directly from source to executable in a single pass.
> >
> > Pascal is pure single-pass. Forward-referencing is explicitly 
> > prohibited except for *very* limited circumstances, involving an 
> > *explicit* declaration as such.
> >
> > Then again, when he designed Pascal (purely as a teaching language 
> > for structured programming), Niklaus Wirth had some really stupid 
> > ideas in his head. Like the notion that a FOR loop will always run 
> > to completion under normal circumstances (even though it's trivially 
> > simple to come up with cases in which FOR is the preferred loop 
> > construct, premature exit is the norm, and completion is the exception).
> >
> > --
> > JHHL
> > --
> > This is the RPG programming on IBM i (RPG400-L) mailing list To post 
> > a message email: [email protected] To subscribe, 
> > unsubscribe, or change list options,
> > visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
> > or email: [email protected]
> > Before posting, please take a moment to review the archives at 
> > https://archive.midrange.com/rpg400-l.
> >
> > Please contact [email protected] for any subscription 
> > related questions.
> >
> >
> --
> This is the RPG programming on IBM i (RPG400-L) mailing list To post a 
> message email: [email protected] To subscribe, unsubscribe, 
> or change list options,
> visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: [email protected]
> Before posting, please take a moment to review the archives at 
> https://archive.midrange.com/rpg400-l.
>
> Please contact [email protected] for any subscription 
> related questions.
>
>
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: [email protected]
Before posting, please take a moment to review the archives at https://archive.midrange.com/rpg400-l.

Please contact [email protected] for any subscription related questions.


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

Please contact [email protected] for any subscription related questions.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.