Multiple choice technology mainframe

I have multiple jobs in a member. What happens if I submit it?

  1. Multiple jobs are submitted

  2. Job will abend

  3. Only one step gets executed

  4. Only first job will be submitted

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When submitting a member containing multiple jobs in mainframe JCL, each job is submitted individually. The system recognizes the job delimiter (normally // at start of each job) and processes them as separate jobs. All jobs get submitted, not just the first one, and they won't abend simply because they're in the same member.