Skip to main content
Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator III

Joining fields while performing bindary load

In binary load when we are refering some qvw file in binary load how to use fields fom that file and perform joins?

1 Reply
Not applicable

When you perform a binary load, you get ALL the tables of that WVS

If you want to remove some, you will need to drp the tables or fields afterwards (once the complete load is done)

If you want to join, you will do it through a RESIDENT load

The binary LOAD is the first command of your process

Fabrice