Question on COBOL RemoteCall
Hi all,
I have some question on the configuration of COBOL RemoteCall.
I have a PeopleSoft installation with multiple instances. Meaning all the instances are sharing on the same PS_HOME.
I wanted to separate the COBOL executable files, so it won't get mixed up when users customize the source files. I create a folder called DEMO& DEV in my PS_HOME, in the folder I would want to move the CBLBIN folder in. Meaning DEMO & DEV folder will have 1 cblbin folder each.
My question is how do I point from my application server to read only CBLBIN files from the respective folders?