The Job is the unit of execution in DS. Everything defined within a job is local to a specific job execution:
- parameters & local variable values to a function called within a job are local to that function instance only
- functions can run in parallel in simultaneously running jobs without affecting each other