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 keyword used to pass input data to a program (typically through the EXEC PARM parameter). INPUT is not a JCL keyword. SYSOUT is for output classification. COND is for conditional execution.