Multiple choice technology programming languages

Which one of the following is used to pass input to the COBOL program?

  1. INPUT

  2. PARM

  3. SYSOUT

  4. 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.