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

How to find export statement for Import statement ?

Former Member
0 Likes
612

hi experts,

I am having an IMPORT....from memory ID statement in my program.

how could i find the location of EXPORT ...to memory ID statement for the IMPORT statement.

Pls help

saravanan.

hi experts,

I am having an IMPORT....from memory ID statement in my program.

how could i find the location of EXPORT ...to memory ID statement for the IMPORT statement.

Pls help

saravanan.

1 REPLY 1
Read only

Former Member
0 Likes
351

Not possible if you are just trying to find it without knowing the links between your program and the other programs. You have to know all the objects that relate to the process that your program is automating and then you can probably dig into those related programs to see if there is an EXPORT statement there. But it is not as simple as double clicking on the IMPORT statement or doing a WHERE-USED on the memory ID.