|
Rob,
Thanks that did it. It's been one of those Mondays
Bob
IT Guy
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx
Sent: Monday, February 19, 2007 11:40 AM
To: RPG programming on the AS400 / iSeries
Subject: Re: Moving Fields to an Array.
Can this be done with:
D MyAlpha ds
D MyAry 25a dim(11)
/free
eval MyAlpha=My256a;
and not have to worry about resizing the 275 one if the number of
elements, or the size of the elements, change?
Rob Berendt
--
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
rob@xxxxxxxxx
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
02/19/2007 11:36 AM
Please respond to
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>
To
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>
cc
Fax to
Subject
Re: Moving Fields to an Array.
You mean like
D ds
D big275 275a
D MyAry 25a overlay(Big275) dim(11)
/free
eval Big275=My256a;
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.