Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
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.
This mailing list archive is Copyright 1997-2026 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.