Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

EXPORT

Former Member
0 Kudos

CAN TWO EXPORT statements refer to the same MEMORY ID .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Till the time both the EXPORT statements are in different programs, they can refer to the same MEMORY ID.

However,if they are in the same program, then the last EXPORT statement will overwrite the contents of the Memory ID.

Regards,

Himanshu

2 REPLIES 2

matt
Active Contributor
0 Kudos

Yes. And one will overwrite the other.

matt

Former Member
0 Kudos

Hi,

Till the time both the EXPORT statements are in different programs, they can refer to the same MEMORY ID.

However,if they are in the same program, then the last EXPORT statement will overwrite the contents of the Memory ID.

Regards,

Himanshu