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


  • Subject: Re: Using VARLEN DDS keyword
  • From: Jim Langston <jimlangston@xxxxxxxxxxxxxxxx>
  • Date: Tue, 16 Jan 2001 13:31:29 -0800
  • Organization: Pacer International

This is what confuses me.

He said RPG/400.  I have a book, "AS/400 ILE RPG/400 Programmer's Guide".
Isn't RPG/400 just ILE RPG/400 without using any of the ILE stuff, which
is RPG IV?  

Or does RPG/400 designate RPG III?  Or is it simpley that both RPG III and
RPG IV were called RPG/400 and just the first version (RPG III) is called
RPG/400, and the later versions are called ILE RPG or RPG IV?

Regards,

Jim Langston

Peter Dow wrote:
> 
> Hi Jim,
> 
> Yeah, looks like we both missed the crucial part which was doing it in
> RPG/400, not RPGLE. Oops<g>.
> 
> Regards,
> Peter Dow
> Dow Software Services, Inc.
> 909 425-0194 voice
> 909 425-0196 fax
> 
> ----- Original Message -----
> From: "Jim Langston" <jimlangston@conexfreight.com>
> To: <RPG400-L@midrange.com>
> Sent: Tuesday, January 16, 2001 10:06 AM
> Subject: Re: Using VARLEN DDS keyword
> 
> > Peter,
> >
> > Actually, yeah, that is it in a nutshell.  I never right justify anything
> > myself, so never use the EvalR command, so forgot about it.
> >
> > And, yeah, I meant move.  Again, I always used MOVEL.
> >
> > Regards,
> >
> > Jim Langston
> >
> > Peter Dow wrote:
> > >
> > > Hi Jim,
> > >
> > > I remember when you had to do this the hard way with arrays and stuff.
> Would
> > >
> > >     C        EVALR    Char1 = %trim(Char1)
> > >
> > > do the same thing?  BTW, did you mean MOVE or is MOVER a new opcode?
> > >
> > > Regards,
> > > Peter Dow
> > > Dow Software Services, Inc.
> > > 909 425-0194 voice
> > > 909 425-0196 fax
> > >
> > > ----- Original Message -----
> > > From: "Jim Langston" <jimlangston@conexfreight.com>
> > > To: <RPG400-L@midrange.com>
> > > Sent: Monday, January 15, 2001 1:12 PM
> > > Subject: Re: Using VARLEN DDS keyword
> > >
> > > > Off the top of my head:
> > > >
> > > > C           Eval   CharTemp = %Trim(Char1)
> > > > C           Eval   Char1 = *Blanks
> > > > C           MOVER  CharTemp     Char1
> > > >
> > > > Char1 = 'NAMEbbbb' to start with.
> > > > CharTemp = 'NAME'
> > > > Char1 = 'bbbbbbbb'
> > > > Char1 = 'bbbbNAME'
> > > >
> > > > Regards,
> > > >
> > > > Jim Langston
> > > >
> > > > Lynette Chronister wrote:
> > > > >
> > > > > what is the easiest way to right justify a character variable.
> > > > > example
> > > > >
> > > > > char1 = 'NAMEbbbbb' (b = blanks)
> > > > >  i want 'bbbbbNAME'
> > > > >
> > > > > i can get this done, im just thinking there HAS to be an easier way.
> > > > > TIA
> > > > > oh, p.s. im writing in 400 not ILE.
> > > > >
> > > > > Lynette Chronister
> > > > > Programmer/Analyst
> > > > > Elizabethtown, PA
> > > > >
> > > > > +---
> > > > > | 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
> > > > > +---
> > > > +---
> > > > | 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
> > > > +---
> > >
> > > +---
> > > | 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
> > > +---
> > +---
> > | 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
> > +---
> 
> +---
> | 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
> +---
+---
| 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 thread ...

Follow-Ups:
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.