Multiple choice technology mainframe

2.------- Passes control information to the job step via the linkage section in the program?

  1. parm=value

  2. parm=’value’

  3. parm(=value)

  4. parm=(value)

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

JCL uses single quotes to pass parameter values to job steps. The parm='value' syntax ensures the value is correctly interpreted as a string when passed through the linkage section to the program.