Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have used the inline wizard for the initial data reduction based on the section access. But the problem is i have two tables which are independent of each other. Do i need to use twice the section access ? or is there any other way .
Regards,xxx
EDITed:
Hello,
Just tried
SECTION ACCESS;LOAD * INLINE [ACCESS, USERID, PASSWORD, FIELD, FIELDAADMIN, ADMIN, ADMINUSER, USER, USER, B, 300];
SECTION APPLICATION;
LOAD * INLINE [FIELD, VALUEA, 100B, 300B, 150C, 270];
NOCONCATENATE LOAD * INLINE [FIELDA, VALUEA300, A400, B400, C100, A];
and it seems it works. So it can work for you too.
Regards.