I am using COBOL debugger (of NETCOBOL) to debug FJ cobol programs ran on NT server. My program has a subprogram to be called. During my debugging, when it is trying to call the subprogram it is providing error 0x7e mentioning the subprogram cannot be found. I checked in documents and found that I need to set PATH variable pointing to where those COBOL dlls present. I do not know how to set the PATH variable and where it should be provided. Could you please help me.