Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the following two different scripts:
Is there a way of incorporating the second script into the first one? The other option is to associate the two through a common field but i want to check if the two scripts can be merged into one.
Regards.
Chris
Hi Chris,
You can basically do that in one go using Preceding Load. In a nutshell, take your second script, put it on top of the first and lose the resident statement.
Use this document written from HIC as reference.
Hope this helps!
-Nuno
Hi Chris,
You can basically do that in one go using Preceding Load. In a nutshell, take your second script, put it on top of the first and lose the resident statement.
Use this document written from HIC as reference.
Hope this helps!
-Nuno
I think you can just use a preceding load with the code of the second script to add the field to the first table:
Many thanks Nuno
Thanks Swuehl