So, I am trying to modernize the code on my IBM i, and I am thinking about subfiles and printfiles.
Excluding native I/O opperations, I can think of three ways to get my data to populate using embedded SQL.
- Cursor Fetch method
- MultiOccurance data structure for the number of records on one page
- Much larger MultiOccurance data structure holding multiple pages of data.
What is the best practice method? Any opinions?
Possibly off-topic as "primarily opinion based"
But DS array .... the larger the better performing...