Multiple choice technology mainframe

How many positional parameters are there in job statement?

  1. a) 1

  2. b) 2

  3. c) 3

  4. d) 4

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

The JOB statement has exactly 2 positional parameters: jobname (position 1) and accounting-information (position 2). All other parameters like CLASS, MSGCLASS, NOTIFY, TYPRUN, etc. are keyword parameters. Option B is correct.