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



"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxx> wrote on 10/19/2017 05:34:43
PM:
That was rejected with an RNF7595, "The result data structure does not
include a subfield in position 1 . . . ."; I added a subfield starting
in position 1.

> D TESTREC DS
> D IGNORE 1 87
> D BYTESOFINT 87 514

That didn't work, so I looked up the error message, and found that I had

to use a data structure derived from the file, so I tried:

> D TESTREC DS LIKEREC(REALREC)
> D BYTESOFINT 87 514

and it gave me TWO error messages (an RNF3703 and an RNF3602) on the
"BYTESOFINT" field.


I would use TESTREC and change BYTESOFINT to a standalone field
that is pointer based. Set the address of the pointer to the field from
TESTREC that starts at the same position as BYTESOFINT.


Sincerely,

Dave Clark

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.