Hey Team!
In sql loader control scripts, I must supply the parameter &6 as the schema name before the table name (it looks like &6. bio currency). Although the details were scheduled in CA7 and the sql loader control scripts parameter was set to &6, it was unable to pass.
Please advise.
Code
LOAD DATA
REPLACE
INTO TABLE &6.bio_currency
TRAILING NULLCOLS
(
country Position(1:18) char(18),
sub_code Position(19:23) char(5),
qty1 position(24:29) Integer External(6)
)
Thanks