× 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: ILE D-spec question
  • From: "Gary Monnier" <GaryMon@xxxxxxxxxxxxxxxxxx>
  • Date: Tue, 28 Mar 2000 13:48:44 -0800
  • Organization: The PowerTech Group

Try this.

 D OTXT            DS
  D Alpha_String           1125
 D TXT                           75    DIM(15)  Overlay(Alpha_String)
 D  OPPTX1                   75                    Overlay(Alpha_String:1)
 D  OPPTX2                   75                    Overlay(Alpha_String:76)

and so forth through OPPTX15.  A little bit of a change, but it should do
the job.


----- Original Message -----
From: Rich Duzenbury <rduz@westernmidrange.com>
To: RPG400-L <RPG400-L@midrange.com>
Sent: Tuesday, March 28, 2000 10:09 AM
Subject: ILE D-spec question


> D OTXT            DS
> D  OPPTX1
> D  OPPTX2
> D  OPPTX3
> D  OPPTX4
> D  OPPTX5
> D  OPPTX6
> D  OPPTX7
> D  OPPTX8
> D  OPPTX9
> D  OPPT10
> D  OPPT11
> D  OPPT12
> D  OPPT13
> D  OPPT14
> D  OPPT15
> D TXT             S             75    DIM(15)
>
> There is an existing file on the system that can hold up to fifteen
individual lines of text, represented by the data structure above.  Each
line of text happens to be 75 bytes long.  For processing reasons, I need to
load the text lines into an array.
>
> So far the best I've been able to do is declare the array separately and
at run time MOVEA OTXT to TXT for every record prior to processing.  I'm
sure there must be an easy way to automagically overlay the data structure
on the array, and cut my memory requirement in half, but I didn't find any
good clues in the AS/400 ILE RPG reference.
>
> Please don't ask me to redesign the file structure, because political and
economic reasons prevent it.
>
> Regards,
> Rich
>
> +---
> | 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 ...

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.