Follow are rpgle source list.
FDS5170F1 IF E K DISK
......
D BUDGET_FILE E DS EXTNAME(DS5170F1)
D BMT_AREA 5 340
D BMT 11P 0 DIM(56)
D OVERLAY(BMT_AREA)
......
C EVAL STAMTA=BMT(C)
Follow are rpgle compile list.
D BUDGET_FILE E DS EXTNAME(DS5170F1)
*--------------------------------------------------------
* Data structure . . . . . . : BUDGET_FILE
* External format . . . . . : DS5170R1 : NITTO/DS5170F1
* Format text . . . . . . . : P/L BUDGET FILE
*--------------------------------------------------------
D T1SEQ# 4S 0
D T1SA01 11P 0
D T1SA02 11P 0
D T1SA03 11P 0
D T1SA04 11P 0
D T1SA05 11P 0
D T1SA06 11P 0
........
D T1SA54 11P 0
D T1SA55 11P 0
D T1SA56 11P 0
D BMT_AREA 5 340
D BMT 11P 0 DIM(56)
D OVERLAY(BMT_AREA)
........
Best Regards,
=======================
"Birgitta Hauser"
<Hauser@sss-softwar 收件人: "'RPG programming on the IBM i \(AS/400 and iSeries\)'"
e.de> <rpg400-l@xxxxxxxxxxxx>
寄件人: 副本抄送:
rpg400-l-bounces@mi 主旨: AW: overlaying arrays in v5r1
drange.com
2014/01/21 上午
02:24
請回信 給 "RPG
programming on the
IBM i \(AS/400 and
iSeries\)"
You may try the following:
D YourDS DS
D CTTA01
D CTTA02
...
D CTTA10
D ArrCTTA Like(CTTA01) Dim(10)
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
"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!"
-----Ursprüngliche Nachricht-----
Von: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
Im
Auftrag von Thomas Garvey
Gesendet: Monday, 20.1 2014 18:57
An: rpg400-l@xxxxxxxxxxxx
Betreff: overlaying arrays in v5r1
I'm drawing a blank on how to define an array over several fields in a file
record.
The file has several fields defined as...
CTTA01 Decimal 17 4
CTTA02 Decimal 17 4
CTTA03 Decimal 17 4
etc..
I THOUGHT I could just define the file on an external DS definition, as
follows...
D FileDS E DS extname(FileName)
Then, just add the array definitions using the overlay keyword, as
follows...
D CTTA overlay(CTTA01) dim(10)
like(CTTA01)
Remembering that this is on a v5r1 system, the compiler rejects it,
saying, RNF7303 Subfield defined with keyword OVERLAY is too big;
specification ignored.
How are ten elements of packed 17/4 too big for a subfield?
How must I specify this?
--
Pressing on,
Thomas Garvey
--
This is the RPG programming on the IBM i (AS/400 and 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.
--
This is the RPG programming on the IBM i (AS/400 and 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.