Skip to Content
0
Former Member
Nov 24, 2008 at 02:14 AM

export / import variable to memory

3125 Views

Hi,

I would like to ask, when we use the following syntax to export and import variable to memory, will the memory be read by another user on another memory?

import zabc to zabc from memory id l_mem_id.

export zabc from zabc to memory id l_mem_id.

Is it safe for concurrent processing?

Thanks,

Vicki