ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Dumping an exception join into a cursor

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dumping an exception join into a cursor

    I have 2 files I'll call ZFILE and ZFILE_PRV. They are exactly the same record format, just different sets of data. In an RPG SQL program I want to exception join ZFILE_PRV to ZFILE on OBOBNM and dump the results into a cursor that can be read in a loop with a fetch or dump the results into a multiple occurrence data structure.

  • #2
    Ignore the post above, I was able to get it to work in my program

    Comment

    Working...
    X