Multiple choice technology mainframe

How can values be passed from the job stream to an executable program?

  1. Through the PARM keyword

  2. Through the VALUE parameter

  3. Through the PGM parameter

  4. All of the above

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

The PARM keyword in JCL is used to pass values from the job stream to an executable program. The VALUE parameter doesn't exist in JCL syntax. The PGM parameter specifies the program name to execute, not data values to pass.