Application Development and Automation 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: 
Read only

EXPORT

Former Member
0 Likes
344

CAN TWO EXPORT statements refer to the same MEMORY ID .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
320

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
Read only

matt
Active Contributor
0 Likes
320

Yes. And one will overwrite the other.

matt

Read only

Former Member
0 Likes
321

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