*LIBL on Sqlserver
Posted: Fri Jul 14, 2023 11:44 pm
Hi everyone,
I have to migrate a customer from IBM I to sqlserver, there are two big procedures with two separate partitions.
I have a problem related to tables:
some tables are defined in both partitions and typically were placed in a common library before LIBONE and LIBTWO or left only in one of the two since both the data and the I/O module were shared
I need to emulate the same situation using sql schemas
I didn't understand how to drive the choice of the schema to use from PartitionOne access LIBTWO
Thanks for the help
I have to migrate a customer from IBM I to sqlserver, there are two big procedures with two separate partitions.
I have a problem related to tables:
some tables are defined in both partitions and typically were placed in a common library before LIBONE and LIBTWO or left only in one of the two since both the data and the I/O module were shared
I need to emulate the same situation using sql schemas
I didn't understand how to drive the choice of the schema to use from PartitionOne access LIBTWO
Thanks for the help