|
>Date: Wed, 11 Apr 2001 18:17:34 +0200
>From: michel.cuypers@newwave.be
>
>PGM1:
> D* LDA (LAST USED ENTITY NR)
> D DS
> D $LDA 1 1024
> D ENTITY 1020 1024
> . . .
> C *DTAARA DEFINE *LDA $LDA
Michel, just fyi, you can move the *DTAARA DEFINE to your D spec:
D* LDA (LAST USED ENTITY NR)
D DS
D 1 1024 DTAARA(*LDA)
D ENTITY 1020 1024
Coding the DTAARA keyword is exactly equivalent to coding
*DTAARA-DEFINE.
You can also put this keyword right on the DS line:
D* LDA (LAST USED ENTITY NR)
D DS 1024 DTAARA(*LDA)
D ENTITY 1020 1024
Barbara Morris
+---
| 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 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.