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