Sequence
-- > I have a SAP job which generates data on saturday.
-- > I have a scheduled ETL job which fetches this data on sunday.
-- > I need to schedule a report on autosys which can be run every monday.
To schedule ETL jobs in autosys i export a .sh command on the BODS server (which is on unix) and then trigger this script through autosys command.
Question :- What is the way to schedule BO reports in autosys? Server is windows.