The bjdepinfo command displays any dependencies that jobs have, either jobs that depend on a job or jobs that your job depends on.
By specifying -r, you get not only direct dependencies (job A depends on job B), but also indirect dependencies (job A depends on job B, job B depends on jobs C and D). You can also limit the number of levels returned using the -r option.
The -l option displays results in greater detail.