Multiple choice technology mainframe How can values be passed from the job stream to an executable program? Through the PARM keyword Through the VALUE parameter Through the PGM parameter 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.