Beiträge von ferrer

    This is not useful in my case because is like a global variable.
    Do you know an other method without using the "config.dat" or the "GLOBAL clause" ?


    Thanks

    Hello, I'm trying to import a variable using a dynamic path:


    IMPORT INT ImVarA IS /R1/$PRO_NAME[]..varA

    It's possible?
    There is some method to do this ?


    Note that I can't use the GLOBAL operator (GLOBAL INT varA) in the variable because the users do copies of these programs and the global operator causes a "double declaration" error.


    Thanks