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



Mr. Juan Robledo:

If your database records have a fixed length of say 256 bytes, write
blocks of 100 records to your tape file.

Use the OVRTAPF command to reflect this ....

OVRTAPF FILE(QTAPE) DEV(TAP01) RCDLEN(256) BLKLEN(25600)RCDBLKFMT(*FB)
SECURE(*YES)

In your RPG program specify the file QTAPE as a fixed lentgh file

FQATPE   IF  F     256            SEQ

In every I/O map the 256 bytes to an external data structure that reflects
the
record of the database file you are interested in populating and that is
all

I hope this helps

Regards

Jorge Moreno
Systems Analyst
Overseas Military Car Sales
Woodbury, New York





As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.