Well. it depends on the characteristics of your macro. if you use macro logic for some kind of looping, you can use the technique described by Shiva, and then, you need just one job (aka ETL). But if you macro have parameters that is called five times, you van create a job that has input parameters, and then if possible, have an outer job calling the inner job in loop.
... View more