Multiple choice technology programming languages Which one of the following is used to pass input to the COBOL program? INPUT PARM SYSOUT COND Reveal answer Fill a bubble to check yourself B Correct answer Explanation PARM is the JCL parameter used to pass input values to a COBOL (or other) program at execution time. INPUT is not a JCL parameter, SYSOUT defines output class, and COND specifies step conditional execution.