Has anyone called SQR from within SQR on a linux process scheduler? I have a situation where SQR A
Has anyone called SQR from within SQR on a linux process scheduler? I have a situation where SQR A is run through Process Scheduler, and SQR B is called from within SQR A. This method means that I have to pass all the SQR run time commands in the form of a string I build in SQR A, and then pass it to the linux system with a 'call system'. I can get SQR B to launch, but it cannot find it's #include files, even though I have a -i flag pointing to the right location. Can anyone assist? This