Hi All,
I created a schell script, which transfer files from job server to SFTP server.
I need to call this schell script from BODS job.
I tried Exec function in bods
(exec('bin/sh'.' cd /usr/sap/project/script.sh',8)
it gives error.
Syntax error : found <[end of text]> expecting <SET, SUBVARIABLE>
Please Advice