Hello,
Hope someone can help me on this.
I have script file which runs fine when I run an interactive ssh
connection
here are the commands:-
ssh -Tvvvv Userid@remoteiseries
/MDS/utilities/Websphere-Commands/customer/batch.sh
This works fine and runs the script.
Now in my test CL I have:-
CHGVAR &RMTUSR ('ssh -Tvvv -n Userid@remoteiseries')
CHGVAR &COMAND (&RMTUSR *BCAT '''system "QSH
CMD(''/MDS/utilities/Websphere-Commands/customer/batch.sh'')"''')
Yet when I run the CL program in batch it does not work and gives me a
CPD0011 - Qualifier missing from qualified name 'MDS ' & CPF0006
errors
Can anyone help please ?
Thankyou
Regards
Andy